Changeset f68fd5f


Ignore:
Timestamp:
2011-03-08T06:55:38Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
417002e
Parents:
420d80d1
Message:

3.0.2. Because it's about time.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    r420d80d1 rf68fd5f  
    3535
    3636#define PACKAGE "BitlBee"
    37 #define BITLBEE_VERSION "3.0.1"
     37#define BITLBEE_VERSION "3.0.2"
    3838#define VERSION BITLBEE_VERSION
    3939#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  • doc/CHANGES

    r420d80d1 rf68fd5f  
    33
    44http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
     5
     6Version 3.0.2:
     7- Fixed MSN login issues with @msn.com accounts.
     8- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
     9  contacts. More may come later, ideas are welcome.
     10- By default, leave Twitter turned on for libpurple builds.
     11- Allow using /OPER to identify/register as well. (Password security hack.)
     12- Fixed proxy support with libpurple.
     13- Some minor changes/fixes.
     14
     15Finished 7 Mar 2011
    516
    617Version 3.0.1:
Note: See TracChangeset for help on using the changeset viewer.