summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d500801..5408437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-14 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.16.1
+
2009-03-16 Shaun McCance <shaunm@gnome.org>
* configure.in:
diff --git a/NEWS b/NEWS
index d42498d..b3e0b52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 0.16.1:
+------------------
+* Use new hashlib module instead of md5, bug #576161 (Claude Paroz)
+* Updated translations:
+ ar (Khaled Hosny)
+ ja (Takeshi AIHANA)
+ pa (Amanpreet Singh Alam)
+
Changes in 0.16.0:
------------------
* Updated translations:
diff --git a/configure.in b/configure.in
index 0295f86..7323fab 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.16.0],
+AC_INIT([gnome-doc-utils], [0.16.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])