summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-01-29 20:04:21 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-01-29 20:04:21 +0000
commit1766c98238f7bf4248f272378efb18af68346372 (patch)
tree52035824e1aec71f2749df9a1d8277fef06f73c2
parent9e96e0d8ae305d0fe53e5ec0bfea352f8d1d8665 (diff)
downloadgnome-doc-utils-1766c98238f7bf4248f272378efb18af68346372.tar.gz
- Version 0.9.2GNOME_DOC_UTILS_0_9_2
* configure.in: * NEWS: - Version 0.9.2 svn path=/trunk/; revision=875
-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 e8f66d4..a9dc5da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-29 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.9.2
+
+2007-01-29 Shaun McCance <shaunm@gnome.org>
+
* xslt/docbook/omf/db2omf.xsl:
- Do not do SK category code checks if the param is not passed [#402159]
diff --git a/NEWS b/NEWS
index ca4ea4d..f9cdffc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in 0.9.2:
+-----------------
+* Skip SK category code checks if the param is not passed [#402159]
+
Changes in 0.9.1:
-----------------
** general:
diff --git a/configure.in b/configure.in
index 6505ba8..9e1e803 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.9.1],
+AC_INIT([gnome-doc-utils], [0.9.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])