=== libgnetwork 0.0.6 === 2004-07-06 James M. Cape * configure.in, po/*.po, NEWS: Updated/added translations from HEAD, release 0.0.6. 2004-07-05 James M. Cape * libgnetwork/gnetwork-tcp-connection.c: - Properly initialize some fields in _priv (fixes a series of "random connection freeze" issues). * autogen.sh, doc/Makefile.am, Makefile.am: - Use gnome-common. * .cvsignore: - Ignore gtk-doc.make and mkinstalldirs. 2004-07-05 James M. Cape * libgnetwork/gnetwork-tcp-proxy.c: - Hopefully fix issues on ARM arch. 2004-07-05 James M. Cape * libgnetwork/gnetwork-interfaces.c: - 64-bit fixes for iface indices. * libgnetwork/gnetwork-tcp-proxy.c: - Use gsize instead of gint (fixes warnings on S390). * libgnetwork/gnetwork-ssl.[c,h], doc/libgnetwork-sections.txt - Get SSL cert stuff "working," revert API changes -- real fix will require a new API. * tests/Makefile.am: - Add SSL_LIBS to CFLAGS. 2004-06-21 James M. Cape * configure.in, * data/libgnetwork-1.0.pc.in, * libgnetwork/Makefile.am, * doc/Makefile.am: * libgnetwork/gnetwork-tcp-connection.c: * libgnetwork/gnetwork-ssl.[c,h]: Mostly fix SSL (some new functions need to be implemented). * libgnetwork/gnetwork-connection.c: Fix the fix of #134187. 2004-06-21 James M. Cape * Created libgnetwork-0-0 branch for 0.0.5 fixups. * libgnetwork/gnetwork-connection.c: Fix #134187 (really bogus error thingie). * libgnetwork/gnetwork-udp-datagram.c: Fix #140041 (s/datagram/socket/).