Changes in / [e73e165:434a2d0]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    re73e165 r434a2d0  
    3939
    4040#define PACKAGE "BitlBee"
    41 #define BITLBEE_VERSION "3.2"
     41#define BITLBEE_VERSION "3.2.1"
    4242#define VERSION BITLBEE_VERSION
    4343#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    44 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 0)
     44#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1)
    4545
    4646#define MAX_STRING 511
  • debian/control

    re73e165 r434a2d0  
    55Uploaders: Jelmer Vernooij <jelmer@samba.org>
    66Standards-Version: 3.9.1
    7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr2-dev, debhelper (>= 6.0.7~), asciidoc
     7Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~), asciidoc
    88Homepage: http://www.bitlbee.org/
    99Vcs-Bzr: http://code.bitlbee.org/bitlbee/
  • doc/CHANGES

    re73e165 r434a2d0  
    33
    44http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
     5
     6Version 3.2.1:
     7- Most important change: http_client updated to use HTTP/1.1, now required
     8  by Twitter.
     9- fill_by setting can now be used to fill a channel contacts *not* in a
     10  certain group/on a certain account/etc. See "help set fill_by"
     11- Added utf8_nicks setting which lets you use non-ASCII nicknames for your
     12  contacts. Might not work with all IRC clients, use at your own risk!
     13- Lots of bugfixes.
     14
     15Finished 27 Nov 2013
    516
    617Version 3.2:
Note: See TracChangeset for help on using the changeset viewer.