2003-06-26 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Wed, 25 Jun 2003 22:35:43 +0000
changeset 11 1b659ef069e3
parent 10 311c345abfeb
child 12 fc5e71b1369c
2003-06-26 Mikael Hallendal <micke@imendio.com> * Released 0.10 * configure.in: Changed version to 0.10 * NEWS: Added 0.10 news.
ChangeLog
NEWS
configure.in
docs/reference/tmpl/lm-message-node.sgml
--- a/ChangeLog	Wed Jun 25 22:07:27 2003 +0000
+++ b/ChangeLog	Wed Jun 25 22:35:43 2003 +0000
@@ -1,7 +1,12 @@
+2003-06-26  Mikael Hallendal  <micke@imendio.com>
+
+        * Released 0.10
+        * configure.in: Changed version to 0.10
+	* NEWS: Added 0.10 news.
+	
 2003-06-25  Mikael Hallendal  <micke@imendio.com>
 
 	* configure.in: Bumped to 0.9.1
-	
 	* loudmouth.spec.in: Changed the URL to the project site.
 
 2003-06-24  Mikael Hallendal  <micke@imendio.com>
--- a/NEWS	Wed Jun 25 22:07:27 2003 +0000
+++ b/NEWS	Wed Jun 25 22:35:43 2003 +0000
@@ -1,6 +1,14 @@
+Changes in 0.10:
+----------------
+* Fixed case bug in message nodes. Making it not treat the XML as case 
+  dependant.
+* Added lm_message_node_[get|set]_raw_mode that determines if
+  the node value should be escaped or not.
+* Return correct type from lm_message_get_sub_type.
+* Win32 build fixes. Sent in by Vince Negri.
+
 Changes in 0.9:
 ---------------
-
 * Build fixes Solaris
 * Non async operations
 * API additions to ease binding efforts
--- a/configure.in	Wed Jun 25 22:07:27 2003 +0000
+++ b/configure.in	Wed Jun 25 22:35:43 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.9.2)
+AM_INIT_AUTOMAKE(loudmouth, 0.10)
 
 AM_MAINTAINER_MODE
 
--- a/docs/reference/tmpl/lm-message-node.sgml	Wed Jun 25 22:07:27 2003 +0000
+++ b/docs/reference/tmpl/lm-message-node.sgml	Wed Jun 25 22:35:43 2003 +0000
@@ -21,6 +21,7 @@
 
 @name: the name of the node
 @value: value of the node, can be NULL
+@raw_mode: 
 @next: next sibling
 @prev: previous sibling
 @parent: node parent
@@ -107,6 +108,24 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION lm_message_node_get_raw_mode ##### -->
+<para>
+
+</para>
+
+@node: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_message_node_set_raw_mode ##### -->
+<para>
+
+</para>
+
+@node: 
+@raw_mode: 
+
+
 <!-- ##### FUNCTION lm_message_node_ref ##### -->
 <para>