summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f1ef320..90d7191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 0.18.1:
+------------------
+* Fixed Makefile.am to byte-compile Python files, bug #596702 (Daniel Macks)
+* Updated translations:
+ ar (Khaled Hosny)
+ ca (Gil Forcada)
+ de (Mario Blättermann)
+ ml (Ani)
+ ro (Lucian Grijincu)
+ ru (Leonid Kanter)
+
Changes in 0.18.0:
------------------
* Replaced Mallard copyright element with credit (Shaun McCance)
diff --git a/configure.in b/configure.in
index 0ae27e3..e2abd3e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.18.0],
+AC_INIT([gnome-doc-utils], [0.18.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])