Changeset 484

Show
Ignore:
Timestamp:
02/20/04 18:33:01 (5 years ago)
Author:
jajcus
Message:

- updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r462 r484  
    77                Tested with glib-1.2.10 
    88 
    9         - libgadu >= 20030130 or 1.0 (http://dev.null.pl/ekg/) 
    10                 Tested with libgadu-1.0 and 1.1 
     9        - libgadu >= 1.0 (http://dev.null.pl/ekg/) 
     10                Tested with libgadu-1.4 
    1111                You will need libgadu>=1.1 for TLS support 
    1212         
     
    2828 
    2929otherwise configure will not properly detect gettext or other needed library. 
     30 
     31If you really want to compile jggtrans with a snapshot of libgadu use: 
     32 
     33        ./configure --with-libgadu-snapshot 
    3034 
    3135 
  • trunk/INSTALL.Pl

    r462 r484  
    77                Przetestowane z glib-1.2.10 
    88         
    9         - libgadu >= 20030130 lub 1.0 (cz� EKG, http://dev.null.pl/ekg/) 
    10                 Przetestowane z libgadu-1.0 i 1.1 
     9        - libgadu >= 1.0 (cz� EKG, http://dev.null.pl/ekg/) 
     10                Przetestowane z libgadu-1.4 
    1111                Aby u�ywa�LS (szyfrowane po��czenia do serwera GG) potrzebne 
    1212                jest libgadu >= 1.1 
     
    3030inaczej skrypt configure mo�e poprawnie nie wykry�ainstalowanych w systemie 
    3131bibliotek, takich jak gettext. 
     32 
     33Je�li naprawd�hcesz skompilowa�ggtrans ze snapshotem libgadu u�yj: 
     34 
     35        ./configure --with-libgadu-snapshot 
     36 
  • trunk/NEWS

    r462 r484  
     1Version 2.0.8 
     2------------- 
     3 
     4This is another bugfix release. 
     5 
     6Changes from 2.0.7: 
     7 
     8* Disable roster import - it crashed with libgadu >= 1.0 (possible DoS) 
     9  and the protocol has changed so it doesn't work anyway  
     10 
     11* Jabberd 2.0 compatibility fixes 
     12 
     13* infinite loop on user re-regitration fixed (possible DoS) 
     14 
     15* failure on empty <priority/> fixed (another possible DoS) 
     16 
     17* presence subscribe/subscribe stanzas sent fixed 
     18 
     19* 64-bit fixes in libxode SHA computation (for AMD64) 
     20 
     21* other minor bugfixes 
     22 
     23 
    124Version 2.0.7 
    225-------------