summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-08-28 13:25:06 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-08-28 13:25:06 +0000
commit20cb4f1921f41688330b507bb09093299da485f7 (patch)
tree6d382476150fc718932b99ffb6ecce22deb36ab7
parentade8b064b02b1fbab0ed68d606cc75653558a31a (diff)
downloadgnome-doc-utils-20cb4f1921f41688330b507bb09093299da485f7.tar.gz
- Version 0.13.1GNOME_DOC_UTILS_0_13_1
* configure.in: * NEWS: - Version 0.13.1 svn path=/trunk/; revision=1116
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6581daf..f69faa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-28 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.13.1
+
2008-07-27 Shaun McCance <shaunm@gnome.org>
* xslt/docbook/common/db-title.xsl:
diff --git a/NEWS b/NEWS
index 2e9cf1d..943accf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in 0.13.1:
+------------------
+* Fixed UnicodeDecodeError in xml2po (Goran Rakić)
+* Correctly handle content and tooltips for links to anchors (Shaun McCance)
+* Don't reprocess book titles when title and bookinfo/title exist (Shaun McCance)
+* Remove GLib build dependency; include glib-gettext.m4 [#510915] (Marc-Andre Lureau)
+* Updated translations:
+ ar (Khaled Hosny, Anas Husseini)
+ et (Ivar Smolin)
+ hu (Gabor Kelemen)
+ kn (Shankar Prasad)
+ nn (Eskild Hustvedt)
+ oc (Yannig Marchegay)
+ or (Manoj Kumar Giri)
+ sr@latin (Goran Rakic)
+ tr (Baris Cicek)
+
Changes in 0.12.2:
------------------
* Added DOCTYPE declarations to HTML and XHTML pages
diff --git a/configure.in b/configure.in
index 41e5bff..a13d4cb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.12.2],
+AC_INIT([gnome-doc-utils], [0.13.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])