Changeset 168
- Timestamp:
- 12/30/02 12:59:22 (6 years ago)
- Files:
-
- trunk/NEWS (modified) (1 diff)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r165 r168 6 6 * new character conversion function (instead of sometimes broken 7 7 iconv()). Fixes crashes on invalid characters in GG input. 8 9 * jggtrans will now ignore control characters in GG input. These are 10 invalid in XML stream 8 11 9 12 * fixes in contact status handling trunk/configure.ac
r166 r168 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [1.2.3 -test2], [jajcus@pld.org.pl])2 AC_INIT([jabber-gg-transport], [1.2.3], [jajcus@pld.org.pl]) 3 3 AC_CONFIG_SRCDIR([src/ggtrans.h]) 4 4 AM_INIT_AUTOMAKE
