Changeset 143
- Timestamp:
- 12/09/02 11:00:42 (6 years ago)
- Files:
-
- trunk/BUGS (modified) (1 diff)
- trunk/NEWS (modified) (1 diff)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BUGS
r141 r143 1 - some memory leaks still exist 2 - jabber:iq:gateway doesn't work with some clients 1 - none? (I don't belive this) trunk/NEWS
r141 r143 5 5 Changes from 1.1.0: 6 6 7 * updated to new libgadu (works with libgadu-20021205) 7 * updated to new libgadu (works with libgadu-20021205). 8 8 9 * searching works again 9 * searching works again. 10 10 11 * IP address of active GG user in roster is provided in "About" field of user's12 vCard11 * IP address of active GG user in roster is provided in "About" field of 12 user's vCard. 13 13 14 * several memory leaks fixed 14 * several memory leaks fixed. 15 16 * workaround for buggy support for jabber:iq:gateway in some clients. 17 This fixes contact addition problems. 15 18 16 19 trunk/configure.ac
r131 r143 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [1.2.0 -test1], [jajcus@pld.org.pl])2 AC_INIT([jabber-gg-transport], [1.2.0], [jajcus@pld.org.pl]) 3 3 AC_CONFIG_SRCDIR([src/ggtrans.h]) 4 4 AM_INIT_AUTOMAKE
