Changeset 112

Show
Ignore:
Timestamp:
02/24/02 12:28:33 (7 years ago)
Author:
jajcus
Message:

- updates for 0.9.9 release

Files:

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  
    99        - libgg (cz� EKG, http://dev.null.pl/ekg/) 
    1010                Prawdopodobnie potrzebny b�ie snapshot z CVS 
     11                Przetestowane ze snapshotem 20020223 
    1112 
    1213 
     
    1920 
    2021Mo�na u�y�pcji configure "--sysconfdir=", aby ustawi�atalog z plikiem konfiguracyjnym, 
    21 lub "--enable-debug", aby w��czy�roch�odu "odpluskwiaj�cego". 
     22lub "--disable-debug", aby wy��czy�od "odpluskwiaj�cy". 
    2223 
  • trunk/NEWS

    r99 r112  
     1 
     2Version 0.9.9 
     3-------------- 
     4This version fixes all fatal bugs known to me. If no bug report come this 
     5release will become 1.0.0 soon. 
     6 
     7Changes 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 
    116 
    217Version 0.9.8 
  • trunk/README.Pl

    r99 r112  
    2222po odpowiednim zmodyfikowaniu jabber.xml i uruchomieniu serwera Jabber. 
    2323 
     24jggtrans mo�e by�ruchomiony z konta "root", ale tylko gdy podana 
     25b�ie opcja "-u" (oraz opcjonalnie "-g"). W takim przypadku program 
     26zmieni uid i gid zaraz po starcie. 
     27 
    2428Prosz�g�asza�i wszelkie znalezione b��, mo�e uda mi si�e 
    2529poprawi� 
  • 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 problems 
    3  
    41Always: 
    52- bug fixes 
  • trunk/configure.ac

    r100 r112  
    11# 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) 
     2AC_INIT(jabber-gg-transport, 0.9.9,jajcus@pld.org.pl) 
     3AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9.9,jajcus@pld.org.pl) 
    44AC_CONFIG_SRCDIR([src/ggtrans.h]) 
    55AM_CONFIG_HEADER(config.h) 
     
    1515 
    1616# Checks for libraries. 
    17 AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgadu (from ekg package) to compile this.")) 
     17AC_CHECK_LIB([gadu], [gg_change_info],[],AC_MSG_ERROR("You need libgadu (from ekg>=20020223 package) to compile this.")) 
    1818 
    1919AC_ARG_ENABLE(debug,AC_HELP_STRING([--disable-debug],[Disable debugging code]))