Changeset 125
- Timestamp:
- 06/11/02 08:16:40 (7 years ago)
- Files:
-
- trunk/NEWS (modified) (2 diffs)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r121 r125 1 2 Version 1.1.0 3 ------------- 4 5 Changes from 1.0.1: 6 7 * presence change reason (status description) support 8 1 9 2 10 Version 1.0.1 … … 5 13 It works at least with libgadu-20020528. 6 14 7 Changes from 1.0.0 15 Changes from 1.0.0: 8 16 9 17 * new config tags: <gg_server/> and <gg_port/> trunk/configure.ac
r121 r125 1 1 # 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)2 AC_INIT(jabber-gg-transport, 1.1.0,jajcus@pld.org.pl) 3 AM_INIT_AUTOMAKE(jabber-gg-transport, 1.1.0,jajcus@pld.org.pl) 4 4 AC_CONFIG_SRCDIR([src/ggtrans.h]) 5 5 AM_CONFIG_HEADER(config.h)
