summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Smith <bmsmith@src.gnome.org>2006-07-31 05:30:26 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-07-31 05:30:26 +0000
commitf5d55ae352569a11a9ae90391f743263ec8486ad (patch)
treef51b222a24a09da9989e681eca22e6060c6ca054
parent73eaf3b438e9b02f54fe51484083e29803f3d47b (diff)
downloadyelp-f5d55ae352569a11a9ae90391f743263ec8486ad.tar.gz
- Version 2.14.3YELP_2_14_3
* NEWS: * configure.in: - Version 2.14.3
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 035913ff..babd3896 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-30 Brent Smith <gnome@nextreality.net>
+ * NEWS:
+ * configure.in:
+ - Version 2.14.3
+
+2006-07-30 Brent Smith <gnome@nextreality.net>
+
* src/yelp-toc-pager.c: (process_info_pending): Fix to properly escape
ampersand characters by using xmlNewTextChild, patch from Daniel
Drake. Fixes #343372 (backport from HEAD)
diff --git a/NEWS b/NEWS
index a3e1e694..cf1f47f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 2.14.3:
+------------------
+* Don't use gnome_help_display(), instead use internal func (Don Scorgie)
+* Fix to properly escape ampersand characters, fixes 343372 (Daniel Drake)
+* fix big memory leak (use xmlFreeDoc, not xmlFree) (Brent Smith)
+* Use xmlNewTextChild so ampersands aren't treated as (Shaun McCance)
+ entities
+
Changes in 2.14.2:
------------------
* fix the applyto element for the use_caret gconf key (Brent Smith)
diff --git a/configure.in b/configure.in
index 807923a4..6772b491 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Yelp],[2.14.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.14.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
GNOME_COMMON_INIT