summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-03-19 20:17:28 -0400
committerShaun McCance <shaunm@gnome.org>2012-03-19 20:17:28 -0400
commit1383c090d0e46fa19eb754a7cb2f664ec7479511 (patch)
treec4cafb0785d7dfc0962e6105365eb73143d03204
parent41fb68ff107309383a3c769d1c65d2663174db44 (diff)
downloadgnome-doc-utils-1383c090d0e46fa19eb754a7cb2f664ec7479511.tar.gz
Version 0.20.90.20.9
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cdb8faa..5716385 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 0.20.9:
+------------------
+* Temporarily adding RNG files back for compatibility. Now that the
+ RNG files are no longer called (as of 0.20.8), the RNG files will
+ be removed again after a transition period.
+
Changes in 0.20.8:
------------------
* Don't call RNG files, removed in 0.20.7
diff --git a/configure.in b/configure.in
index 9176c0c..1499d70 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.20.8],
+AC_INIT([gnome-doc-utils], [0.20.9],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],[AC_SUBST(AM_DEFAULT_VERBOSITY,1)])