Changeset 121
- Timestamp:
- 06/05/02 17:40:14 (7 years ago)
- Files:
-
- trunk/NEWS (modified) (1 diff)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r118 r121 1 2 Version 1.0.1 3 ------------- 4 This version contains mainly updates for the latest libgadu. 5 It works at least with libgadu-20020528. 6 7 Changes from 1.0.0 8 9 * new config tags: <gg_server/> and <gg_port/> 10 11 * updates for libgadu-20020528 12 1 13 2 14 Version 1.0.0 trunk/configure.ac
r117 r121 1 1 # 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)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) 4 4 AC_CONFIG_SRCDIR([src/ggtrans.h]) 5 5 AM_CONFIG_HEADER(config.h)
