Changeset 112
- Timestamp:
- 02/24/02 12:28:33 (7 years ago)
- Files:
-
- trunk/BUGS (modified) (1 diff)
- trunk/INSTALL.Pl (modified) (2 diffs, 2 props)
- trunk/NEWS (modified) (1 diff)
- trunk/README.Pl (modified) (1 diff)
- trunk/TODO (modified) (1 diff)
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BUGS
r67 r112 1 - segfault when user logs-on twice (with different resources) 2 - segfault on exit 1 - none? (I don't belive this) trunk/INSTALL.Pl
- Property svn:eol-style deleted
- Property svn:keywords deleted
r51 r112 9 9 - libgg (cz� EKG, http://dev.null.pl/ekg/) 10 10 Prawdopodobnie potrzebny b�ie snapshot z CVS 11 Przetestowane ze snapshotem 20020223 11 12 12 13 … … 19 20 20 21 Mo�na u�y�pcji configure "--sysconfdir=", aby ustawi�atalog z plikiem konfiguracyjnym, 21 lub "-- enable-debug", aby w��czy�roch�odu "odpluskwiaj�cego".22 lub "--disable-debug", aby wy��czy�od "odpluskwiaj�cy". 22 23 trunk/NEWS
r99 r112 1 2 Version 0.9.9 3 -------------- 4 This version fixes all fatal bugs known to me. If no bug report come this 5 release will become 1.0.0 soon. 6 7 Changes from 0.9.8: 8 9 * Timeout and ping interval settings are now included in example config files 10 11 * Auto-reconnect to GaduGadu server after connection is broken (<reconnect/> 12 option in config file) 13 14 * Fixes for some crashes related to user lookup 15 1 16 2 17 Version 0.9.8 trunk/README.Pl
r99 r112 22 22 po odpowiednim zmodyfikowaniu jabber.xml i uruchomieniu serwera Jabber. 23 23 24 jggtrans mo�e by�ruchomiony z konta "root", ale tylko gdy podana 25 b�ie opcja "-u" (oraz opcjonalnie "-g"). W takim przypadku program 26 zmieni uid i gid zaraz po starcie. 27 24 28 Prosz�g�asza�i wszelkie znalezione b��, mo�e uda mi si�e 25 29 poprawi� trunk/TODO
r105 r112 1 As soon as possible:2 - remove users_jid hash table, doesn't seem to be really needed, and it makes problems3 4 1 Always: 5 2 - bug fixes trunk/configure.ac
r100 r112 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(jabber-gg-transport, 0.9. 8,jajcus@pld.org.pl)3 AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9. 8,jajcus@pld.org.pl)2 AC_INIT(jabber-gg-transport, 0.9.9,jajcus@pld.org.pl) 3 AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9.9,jajcus@pld.org.pl) 4 4 AC_CONFIG_SRCDIR([src/ggtrans.h]) 5 5 AM_CONFIG_HEADER(config.h) … … 15 15 16 16 # Checks for libraries. 17 AC_CHECK_LIB([gadu], [gg_ login],[],AC_MSG_ERROR("You need libgadu (from ekgpackage) to compile this."))17 AC_CHECK_LIB([gadu], [gg_change_info],[],AC_MSG_ERROR("You need libgadu (from ekg>=20020223 package) to compile this.")) 18 18 19 19 AC_ARG_ENABLE(debug,AC_HELP_STRING([--disable-debug],[Disable debugging code]))
