summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-04-09 17:05:25 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-04-09 17:05:25 +0000
commitf67b59a20a3d89d32d9a88d00f3b5902e0ef6c89 (patch)
tree44a98655a45164f237e78f069ca453bc7b44725f
parent15b12264f4a7907ba925b90672f8a76f932eff00 (diff)
downloadgnome-doc-utils-f67b59a20a3d89d32d9a88d00f3b5902e0ef6c89.tar.gz
- Version 0.10.2GNOME_DOC_UTILS_0_10_2
* configure.in: * NEWS: - Version 0.10.2 svn path=/trunk/; revision=911
-rw-r--r--ChangeLog6
-rw-r--r--NEWS13
-rw-r--r--configure.in2
3 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1487a6d..53cfe29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-09 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.10.2
+
2007-04-03 Shaun McCance <shaunm@gnome.org>
* configure.in:
diff --git a/NEWS b/NEWS
index d69b3fc..f20486a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in 0.10.2:
+------------------
+** general:
+ * Use gawk -W compat whenever $(AWK) is gawk (Shaun McCance)
+** tools:
+ * Don's call ScrollKeeper when it's not installed; bug #410715 (Shaun McCance)
+** xml2po:
+ * Display xsltproc invocation, honor its exit status, and pull
+ the source from srcdir; bug #169324 (Danilo Ĺ egan)
+** Updated translations:
+ gl (Ignacio Casal Quinteiro)
+ sq (Laurent Dhima)
+
Changes in 0.10.1:
------------------
* Fixed a bootstrapping issue, #416933 (Elijah Newren)
diff --git a/configure.in b/configure.in
index 213d249..9fda848 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.10.1],
+AC_INIT([gnome-doc-utils], [0.10.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])