summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am1
-rw-r--r--NEWS16
-rw-r--r--configure.in2
4 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 64cc9333..480e3164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-12 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.10.0
+
2007-02-19 Shaun McCance <shaunm@gnome.org>
* autogen.sh:
diff --git a/Makefile.am b/Makefile.am
index d280703c..9e0774fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,6 @@ EXTRA_DIST = \
COPYING.GPL \
COPYING.LGPL \
bootstrap.make \
- gnome-doc-utils.m4 \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
diff --git a/NEWS b/NEWS
index f9cdffce..b19eb3f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in 0.10.0:
+------------------
+** general:
+ * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier)
+** tools:
+ * Fixed some brokenness with relative paths, #409341 (Loïc Minier)
+ * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance)
+** xml2po:
+ * Fixed bug #413602 (Eduardo Habkost)
+** Updated translations:
+ it (Luca Ferretti)
+ lt (Gintautas Miliauskas)
+ pl (GNOME PL Team)
+ pt_BR (Leonardo Ferreira Fontenelle)
+ uk (Maxim Dziumanenko)
+
Changes in 0.9.2:
-----------------
* Skip SK category code checks if the param is not passed [#402159]
diff --git a/configure.in b/configure.in
index 9e1e8033..6acf1420 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.9.2],
+AC_INIT([gnome-doc-utils], [0.10.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])