summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a10a536..d4aa146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in 0.20.4:
+------------------
+* Use /bin/bash in gnome-doc-tool
+* Add xml:lang attribute to translated Mallard pages
+* Handle title and desc elements in Mallard tables
+* Updated translations:
+ hu (Gabor Kelemen)
+ ug (Gheyret T.Kenji)
+
Changes in 0.20.3:
------------------
* Fixed nested command substitution in gnome-doc-utils.make (Chris Coleman)
diff --git a/configure.in b/configure.in
index c41a379..0efd51c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.20.3],
+AC_INIT([gnome-doc-utils], [0.20.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])