2003-07-07 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Mon, 07 Jul 2003 16:33:29 +0000
changeset 13 77eeefaa41d2
parent 12 fc5e71b1369c
child 14 c8f776121420
2003-07-07 Mikael Hallendal <micke@imendio.com> * NEWS: Updated for 0.10.1 * configure.in: Bumped version to 0.10.1
ChangeLog
NEWS
configure.in
--- a/ChangeLog	Mon Jul 07 14:58:07 2003 +0000
+++ b/ChangeLog	Mon Jul 07 16:33:29 2003 +0000
@@ -1,3 +1,8 @@
+2003-07-07  Mikael Hallendal  <micke@imendio.com>
+
+	* NEWS: Updated for 0.10.1
+	* configure.in: Bumped version to 0.10.1
+
 2003-07-07  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: moved the includes around a bit so that 
--- a/NEWS	Mon Jul 07 14:58:07 2003 +0000
+++ b/NEWS	Mon Jul 07 16:33:29 2003 +0000
@@ -1,3 +1,7 @@
+Changes in 0.10.1:
+------------------
+* Build fix for *BSD. Reported by Ralph Meijer.
+
 Changes in 0.10:
 ----------------
 * Fixed case bug in message nodes. Making it not treat the XML as case 
--- a/configure.in	Mon Jul 07 14:58:07 2003 +0000
+++ b/configure.in	Mon Jul 07 16:33:29 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.10)
+AM_INIT_AUTOMAKE(loudmouth, 0.10.1)
 
 AM_MAINTAINER_MODE