2003-08-05 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Tue, 05 Aug 2003 09:25:53 +0000
changeset 33 61ad9cef239d
parent 32 67728af83706
child 34 c09b43b3b697
2003-08-05 Mikael Hallendal <micke@imendio.com> * Release 0.13.1 * NEWS: Updated for 0.13.1 * configure.in: Bumped to 0.13.1
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Tue Aug 05 09:18:21 2003 +0000
+++ b/ChangeLog	Tue Aug 05 09:25:53 2003 +0000
@@ -1,7 +1,15 @@
 2003-08-05  Mikael Hallendal  <micke@imendio.com>
 
-	* acinclude.m4:
-	* configure.in:
+        * Release 0.13.1
+
+        * NEWS: Updated for 0.13.1
+	* configure.in: Bumped to 0.13.1
+
+2003-08-05  Mikael Hallendal  <micke@imendio.com>
+
+	* acinclude.m4: Added GnuTLS-macro from GnuTLS-distribution.
+ 
+	* configure.in: Added comment if SSL support disabled.
 
 	* loudmouth.spec.in: Added Build-requirment on gtk-doc.
 
--- a/NEWS	Tue Aug 05 09:18:21 2003 +0000
+++ b/NEWS	Tue Aug 05 09:25:53 2003 +0000
@@ -1,10 +1,14 @@
+Changes in 0.13.1:
+------------------
+* Don't require GnuTLS to build
+
 Changes in 0.13:
 ----------------
-* Fixed bug in the sub type checking code for messages      (Mikael Hallendal)
-* Fixed bug that hang the app when disconnected uncleanly   (Mikael Hallendal)
-* Fixed autoconf problems with gnutls                       (Mikhail Zabaluev)
-* Disconnect cleanly                                        (Mikhail Zabaluev)
-* Fix sha implementation to work on Linux/PPC               (Mikael Hallendal)
+* Fixed bug in the sub type checking code for messages  
+* Fixed bug that hang the app when disconnected uncleanly
+* Fixed autoconf problems with gnutls                   
+* Disconnect cleanly                                   
+* Fix sha implementation to work on Linux/PPC         
 
 Changes in 0.12:
 ----------------
--- a/configure.in	Tue Aug 05 09:18:21 2003 +0000
+++ b/configure.in	Tue Aug 05 09:25:53 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.13)
+AM_INIT_AUTOMAKE(loudmouth, 0.13.1)
 
 AM_MAINTAINER_MODE