summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ecb9709..af42fb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 0.19.3:
+------------------
+* Fixed shading with rowspans, bug #606986
+* Implemented text titles
+* Updated translations:
+ bg (Alexander Shopov)
+ bn (Jamil Ahmed)
+
Changes in 0.19.2:
------------------
* Added 'css' command for Mallard documents
diff --git a/configure.in b/configure.in
index 74b6f80..1634001 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.19.2],
+AC_INIT([gnome-doc-utils], [0.19.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])