Changeset 637

Show
Ignore:
Timestamp:
07/24/05 17:23:42 (3 years ago)
Author:
jajcus
Message:

*** Version: 2.2.0 ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r585 r637  
     1Version 2.2.0 
     2------------- 
     3 
     4Changes from 2.1.0: 
     5 
     6* Libgadu is now included in the sources. External libgadu is not 
     7  required any more and won't be used even if available. Most available 
     8  builds of libgadu didn't work well with the transport and changes in 
     9  libgadu often break jggtrans. 
     10 
     11* Per-user, bidirectional presence control added. Now XMPP privacy lists 
     12  and one-way presence subscriptions will work with GG contacts (in 
     13  'friends-only' mode). 
     14 
     15* Ignore lists. User may choose GG numbers to completely ignore. 
     16 
     17* Customizable status messages for available, unavailable and invisible 
     18  modes. When set they will be used instead of current XMPP status. 
     19 
     20* Password change code dropped. It didn't work after protocol change any 
     21  more anyway and the new protocol uses graphical tokens which are much 
     22  harder to implement in the transport. 
     23 
     24* Many bugfixes. 
     25 
     26 
    127Version 2.1.0 
    228------------- 
  • trunk/configure.ac

    r592 r637  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT([jabber-gg-transport], [2.1.99+svn], [jajcus@bnet.pl]) 
     2AC_INIT([jabber-gg-transport], [2.2.0], [jajcus@jajcus.net]) 
    33 
    44AC_CONFIG_SRCDIR([src/ggtrans.h])