diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-14 21:35:34 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-14 21:35:34 +0100 | 
| commit | 13df5155b5351d8804d3cf81d6cc9280aa53f387 (patch) | |
| tree | b632bb0f993e465d2d21a81a589dd5d5b832ca8e | |
| parent | 4fdb10292a8e28210cdb08107dfd78a248646df0 (diff) | |
Yeah, sure, let's call this 3.0.6.3.0.6
| -rw-r--r-- | bitlbee.h | 4 | ||||
| -rw-r--r-- | doc/CHANGES | 17 | 
2 files changed, 19 insertions, 2 deletions
| @@ -38,10 +38,10 @@ extern "C" {  #define _WIN32_WINNT 0x0501  #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "3.0.5" +#define BITLBEE_VERSION "3.0.6"  #define VERSION BITLBEE_VERSION  #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 5) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 6)  #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index 9375225f..0822c5d4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,23 @@ found in the bzr commit logs, for example you can try:  http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 3.0.6: +- Updated MSN module to speak MSNP18: +  * Biggest change is that this brings MPOP support (you can sign in to +    one account from multiple locations). +  * Restored support for *sending* offline messages. +  * Some support for federated (i.e. Yahoo!) contacts. (Only messages +    might work, you won't see them online.) +- Twitter: +  * Work-around for stalls that are still happening sometimes. +  * Added "favourite" command. +  * "show_ids" enabled by default. +- Handle see-other-host Jabber messages which should fix support for +  MSN-XMPP. +- Misc. fixes and improvements. + +Finished 14 Oct 2012 +  Version 3.0.5:  - SSL certificate verification (edit your bitlbee.conf to enable it).    Works only with GnuTLS! | 
