Changeset 7e2b593


Ignore:
Timestamp:
2010-03-14T23:14:41Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
315dd4c, 3330468
Parents:
21d48d9
Message:

Preparing for 1.2.5.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    r21d48d9 r7e2b593  
    3535
    3636#define PACKAGE "BitlBee"
    37 #define BITLBEE_VERSION "1.2.4"
     37#define BITLBEE_VERSION "1.2.5"
    3838#define VERSION BITLBEE_VERSION
    3939
  • doc/CHANGES

    r21d48d9 r7e2b593  
    33
    44http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
     5
     6Version 1.2.5:
     7- Many bug fixes, including a fix for MSN login issues, Jabber login timing
     8  issues, Yahoo! crashes at login time with huge contact lists,
     9- Avoid linking in a static version of libresolv now that glibc has all
     10  relevant functions available in the dynamic version.
     11- Improved away state code and added the ability to set (non-away) status
     12  messages using "set status" (also possible per account).
     13- Added a post-1.2 equivalent of encode/decode to quickly encrypt/decrypt
     14  passwords in a way that BitlBee can read them.
     15- Allow using the full name for generating nicknames, instead of just the
     16  handle. This is especially useful when using the Facebook XMPP server.
     17- Auto reconnect is now enabled by default since all protocols can properly
     18  detect cases where auto reconnect should be avoided (i.e. concurrent
     19  logins).
    520
    621Version 1.2.4:
Note: See TracChangeset for help on using the changeset viewer.