summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-03-12 16:49:13 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-03-12 16:49:13 +0000
commit89d3d30c04f45fdb4323c214d783761e0b7d6051 (patch)
tree127cb24aea6a92918a8ebb3b60cba30b1025482e
parent72e2611feef72ba92d73d44ca4309d5f0f45f264 (diff)
downloadgnome-doc-utils-89d3d30c04f45fdb4323c214d783761e0b7d6051.tar.gz
- Version 0.10.0GNOME_DOC_UTILS_0_10_0
* configure.in: * NEWS: - Version 0.10.0 svn path=/trunk/; revision=896
-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 64cc933..480e316 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 d280703..9e0774f 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 f9cdffc..b19eb3f 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 9e1e803..6acf142 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])