diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-10-10 22:56:32 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-10-10 22:56:32 +0100 | 
| commit | 8c2008ec2944c3eee13a25656cbd715f352ba4ed (patch) | |
| tree | 62268454cb738033b3faed17e62fd374f360484f | |
| parent | 527360f248e8085556175b0ce55724e650d0f107 (diff) | |
Added 1.0.4 changes to doc/CHANGES.
| -rw-r--r-- | doc/CHANGES | 17 | 
1 files changed, 16 insertions, 1 deletions
| diff --git a/doc/CHANGES b/doc/CHANGES index 3f509c46..6c109f25 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -Version 1.1dev: +Version 1.2:  - First BitlBee development/testing RELEASE. This should be quite stable    though (and for most people more stable than 1.0.x). It just has a couple    of rough edges and needs a bit more testing. @@ -65,6 +65,21 @@ Version 1.1dev:      resources available for that buddy. (Of course this only works if the      buddy is in your contact list.) +Finished ??? + +Version 1.0.4: +- Removed sethostent(), which causes problems for many people, especially on +  *BSD. This is basically the reason for this release. +- "allow" command actually displays the allow list, not the block list. +- Yahoo away state/msg fix. +- Don't display "Gender: Male" by default if nothing's filled in (OSCAR +  "info" command) +- Fixed account cleanup (possible infinite loop) in irc_free(). +- Fixed configdir error message to not always display the compile-time +  setting. + +Finished 20 Aug 2007 +  Version 1.0.3:  - Fixed ugliness in block/allow list commands (still not perfect though, the    list is empty or not up-to-date for most protocols). | 
