2004-10-31 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Sat, 30 Oct 2004 23:09:41 +0000
changeset 103 a0341fcc670d
parent 102 f47119027379
child 104 f43fde0f89d4
2004-10-31 Mikael Hallendal <micke@imendio.com> * Release 0.17.2 * NEWS: Updated for 0.17.2 * configure.in: Bumped version to 0.17.2
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Fri Oct 29 22:48:03 2004 +0000
+++ b/ChangeLog	Sat Oct 30 23:09:41 2004 +0000
@@ -1,3 +1,10 @@
+2004-10-31  Mikael Hallendal  <micke@imendio.com>
+
+	* Release 0.17.2
+        
+	* NEWS: Updated for 0.17.2
+	* configure.in: Bumped version to 0.17.2
+
 2004-10-30  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-parser.c: (lm_parser_parse):
--- a/NEWS	Fri Oct 29 22:48:03 2004 +0000
+++ b/NEWS	Sat Oct 30 23:09:41 2004 +0000
@@ -1,3 +1,10 @@
+Changes in 0.17.2:
+------------------
+* Unset proxy by setting it to NULL.
+* Fixes for 64 bit architectures.
+* Fixed an issue when not using default main context.
+* Fixed UTF-8 issue that lead to a few weird problems in Gossip.
+
 Changes in 0.17.1:
 ------------------
 * Fixed problem when not setting a keep alive rate.
--- a/configure.in	Fri Oct 29 22:48:03 2004 +0000
+++ b/configure.in	Sat Oct 30 23:09:41 2004 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.17.1)
+AM_INIT_AUTOMAKE(loudmouth, 0.17.2)
 
 AM_MAINTAINER_MODE