# HG changeset patch # User hallski # Date 1056580543 0 # Node ID 1b659ef069e3abd650d34c4bc23c2d0e225e89ca # Parent 311c345abfeb0fc3724ae492225ffc5bf2138bbb 2003-06-26 Mikael Hallendal * Released 0.10 * configure.in: Changed version to 0.10 * NEWS: Added 0.10 news. diff -r 311c345abfeb -r 1b659ef069e3 ChangeLog --- 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 + + * Released 0.10 + * configure.in: Changed version to 0.10 + * NEWS: Added 0.10 news. + 2003-06-25 Mikael Hallendal * configure.in: Bumped to 0.9.1 - * loudmouth.spec.in: Changed the URL to the project site. 2003-06-24 Mikael Hallendal diff -r 311c345abfeb -r 1b659ef069e3 NEWS --- 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 diff -r 311c345abfeb -r 1b659ef069e3 configure.in --- 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 diff -r 311c345abfeb -r 1b659ef069e3 docs/reference/tmpl/lm-message-node.sgml --- 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: + + + + + +@node: +@Returns: + + + + + + + +@node: +@raw_mode: + +