ChangeLog
changeset 68 28203e15de0e
parent 67 26c802dba268
child 69 33c889a556cc
--- a/ChangeLog	Thu Jan 15 06:18:14 2004 +0000
+++ b/ChangeLog	Thu Jan 15 07:57:29 2004 +0000
@@ -1,3 +1,21 @@
+2004-01-15  Mikael Hallendal  <micke@imendio.com>
+
+	* loudmouth/Makefile.am:
+	- Added lm-ssl.[ch]
+	* loudmouth/lm-connection.c:
+	* loudmouth/lm-connection.h:
+	- Splitted out the SSL parts
+	- No longer contains loads of #ifdefs around tls parts
+	- Added lm_connection_[set|get]_ssl instead.
+	* loudmouth/lm-internals.h:
+	- Added _lm_ssl*
+	* loudmouth/lm-ssl.c:
+	* loudmouth/lm-ssl.h:
+	- New files, the SSL parts from LmConnection.
+	- Declares no-ops for SSL functions if compiled without support for it.
+	* loudmouth/test-lm.c:
+	- Updated for new SSL API.
+
 2004-01-15  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: