summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2009-04-14 19:03:16 +0000
committerShaun McCance <shaunm@src.gnome.org>2009-04-14 19:03:16 +0000
commite913321def8b19ca8f09c34d4a9093919210eb00 (patch)
treeb5d920f1c4d2504e636f0c17a7a2c0dedf003b3b
parent8abd810f1561ce0ac75cc8234201ab8bcb7f1a02 (diff)
downloadgnome-doc-utils-e913321def8b19ca8f09c34d4a9093919210eb00.tar.gz
- Version 0.16.1GNOME_DOC_UTILS_0_16_1
* configure.in: * NEWS: - Version 0.16.1 svn path=/trunk/; revision=1162
-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])