Changeset 121

Show
Ignore:
Timestamp:
06/05/02 17:40:14 (7 years ago)
Author:
jajcus
Message:

- version 1.0.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r118 r121  
     1 
     2Version 1.0.1 
     3------------- 
     4This version contains mainly updates for the latest libgadu.  
     5It works at least with libgadu-20020528. 
     6 
     7Changes from 1.0.0 
     8 
     9* new config tags: <gg_server/> and <gg_port/> 
     10 
     11* updates for libgadu-20020528 
     12 
    113 
    214Version 1.0.0 
  • trunk/configure.ac

    r117 r121  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT(jabber-gg-transport, 1.0.0,jajcus@pld.org.pl) 
    3 AM_INIT_AUTOMAKE(jabber-gg-transport, 1.0.0,jajcus@pld.org.pl) 
     2AC_INIT(jabber-gg-transport, 1.0.1,jajcus@pld.org.pl) 
     3AM_INIT_AUTOMAKE(jabber-gg-transport, 1.0.1,jajcus@pld.org.pl) 
    44AC_CONFIG_SRCDIR([src/ggtrans.h]) 
    55AM_CONFIG_HEADER(config.h)