Changeset df1ae622


Ignore:
Timestamp:
2010-05-15T11:53:09Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6be46b3, bb09b3c
Parents:
f8ec890
Message:

1.2.7 changelog. Have to release soon, now that 1.2.6a is mostly broken for
MSN Messenger for everyone.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    rf8ec890 rdf1ae622  
    3535
    3636#define PACKAGE "BitlBee"
    37 #define BITLBEE_VERSION "1.2.6a"
     37#define BITLBEE_VERSION "1.2.7"
    3838#define VERSION BITLBEE_VERSION
    3939#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    40 #define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 6)
     40#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 7)
    4141
    4242#define MAX_STRING 511
  • doc/CHANGES

    rf8ec890 rdf1ae622  
    33
    44http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
     5
     6Version 1.2.7:
     7- Fixed problems with MSN Messenger authentication. ("Could not parse
     8  Passport server response")
     9- Fixed broken typing notifications when talking to GTalk contacts.
     10- Fixed an issue with non-anonymous Jabber chatrooms polluting the nick
     11  namespace, sometimes generating odd warning messages.
     12- Restored ability to start groupchats on ICQ.
     13- Added show_offline setting that will also show offline contacts in the
     14  control channel.
     15- OAuth support for Twitter: This means the module will keep working after
     16  June (this also changes "via API" under your tweets into "via BitlBee").
     17
     18Finished 15 May 2010
    519
    620Version 1.2.6a:
Note: See TracChangeset for help on using the changeset viewer.