diff -r 9c89653e79a1 -r 7ae7b690aa89 ChangeLog --- a/ChangeLog Thu Mar 18 00:06:01 2004 +0000 +++ b/ChangeLog Mon Aug 02 23:57:41 2004 +0000 @@ -1,3 +1,69 @@ +2004-08-03 Mikael Hallendal + + * Synced from SVN. Going to continue working on it here. + +2004-06-15 Mikael Hallendal + + * README: Updated GnuTLS dependency. + * mono/*: Some work on the mono bindings. + +2004-05-28 Mikael Hallendal + + * configure.in: + - Correctly inform whether SSL support was enabled or not. + +2004-05-28 Mikael Hallendal + + * src/lm-sha.c: Fixed lvalue cast that wasn't approved by newer GCC. + +2004-05-10 Mikael Hallendal + + * configure.in: Enable Mono on request + + * mono/*: + - Updated the bindings some. + - Removed the autogenerated, it's such a small API that I figured + it was easier to wrap it manually. + +2004-04-30 Mikael Hallendal + + * loudmouth/lm-parser.c (parser_end_node_cb): Unref the message node. + +2004-04-29 Mikael Hallendal + + * examples/lm-change-password.c: + * examples/Makefile.am: + - Added a small tool to change the password on a jabber account. + +2004-04-27 Mikael Hallendal + + * Ignore on autogenerated files. + +2004-04-20 Mikael Hallendal + + * loudmouth/*.[ch]: Updated copyright information + +2004-04-20 Mikael Hallendal + + * configure.in: Now depend on Glib 2.4 + * loudmouth/lm-queue.[ch]: Removed, use the new GQueue in Glib 2.4 + * loudmouth/lm-connection.[ch]: Use GQueue instead of LmQueue. + +2004-04-16 Mikael Hallendal + + * configure.in: Added libtasn1 requirement + * loudmouth.spec.in: Added requirement on libtasn if built with SSL. + +2004-04-04 Mikael Hallendal + + * loudmouth/lm-sha.c: Commited compile fix from Sjoerd. + +2004-03-20 Mikael Hallendal + + * docs/reference/loudmouth-sections.txt: + - Added lm_connection_get_state + - Added LmConnectionState + 2004-03-17 Mikael Hallendal * Synced from SVN.