Changeset 125

Show
Ignore:
Timestamp:
06/11/02 08:16:40 (7 years ago)
Author:
jajcus
Message:

- Version: 1.1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r121 r125  
     1 
     2Version 1.1.0 
     3------------- 
     4 
     5Changes from 1.0.1: 
     6 
     7* presence change reason (status description) support 
     8 
    19 
    210Version 1.0.1 
     
    513It works at least with libgadu-20020528. 
    614 
    7 Changes from 1.0.0 
     15Changes from 1.0.0: 
    816 
    917* new config tags: <gg_server/> and <gg_port/> 
  • trunk/configure.ac

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