summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-04-09 19:28:14 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-04-09 19:28:14 +0000
commit135a3fdf3f1574d0243ac9da5236ad1f2179d330 (patch)
tree280480e96e815280318873c35a9b176ca1f37ceb
parent80013f671b96ce1aabb52f85663d3a2c1bf2acd2 (diff)
downloadgnome-doc-utils-135a3fdf3f1574d0243ac9da5236ad1f2179d330.tar.gz
- Version 0.10.3GNOME_DOC_UTILS_0_10_3
* configure.in: * NEWS: - Version 0.10.3 svn path=/trunk/; revision=914
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3588ab..aef3be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-09 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.10.3
+
+2007-04-09 Shaun McCance <shaunm@gnome.org>
+
* tools/gnome-doc-utils.make:
- Fix error on category code check with --disable-scrollkeeper (#427939)
diff --git a/NEWS b/NEWS
index f20486a..5af1310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in 0.10.3:
+------------------
+* Fixed build issue with --disable-scrollkeeper, bug #427939 (Shaun McCance)
+
Changes in 0.10.2:
------------------
** general:
diff --git a/configure.in b/configure.in
index 9fda848..213e474 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.10.2],
+AC_INIT([gnome-doc-utils], [0.10.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])