summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-02-12 17:21:11 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-02-12 17:21:11 +0000
commit47217791cc601e81b1cc4064036265b8b3f0fff3 (patch)
tree00a83125aaca9f17eba531c76c9daf326331ea69
parente6cf56d7f9bd39167d71ab92536c4d7ae83ba25d (diff)
downloadgnome-doc-utils-47217791cc601e81b1cc4064036265b8b3f0fff3.tar.gz
- Version 0.12.1GNOME_DOC_UTILS_0_12_1
* configure.in: * NEWS: - Version 0.12.1 svn path=/trunk/; revision=1077
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ae88ea..331ecd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-02-12 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.12.1
+
+2008-02-12 Shaun McCance <shaunm@gnome.org>
+
* xslt/docbook/common/db-chunk.xsl:
* xslt/docbook/common/db-xref.xsl:
- Made chunks without id attributes work
diff --git a/NEWS b/NEWS
index 1379863..44ed868 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in 0.12.1:
+------------------
+* Made chunks without id attributes work (Shaun McCance)
+* Don't use the title as a label for qandadiv, et al (Shaun McCance)
+* Pass --xinclude to xmllint in the 'make check' rule (Sven Herzberg)
+* Set DISTCHECK_CONFIGURE_FLAGS to disable scrollkeeper (Sven Herzberg)
+* Updated translations:
+ ar (Anas Husseini)
+ eu (Inaki Larranaga Murgoitio)
+ gl (Ignacio Casal Quinteiro)
+ ja (Takeshi AIHANA)
+ nl (Wouter Bolsterlee)
+ nn (Eskild Hustvedt)
+ oc (Yannig Marchegay)
+ sl (Matej Urbančič)
+ uz (Nurali)
+ uz@cyrillic (Nurali Abdurahmonov)
+
Changes in 0.12.0:
------------------
* Allow DOC_INCLUDES/ENTITIES to be in subdirectories
diff --git a/configure.in b/configure.in
index aa07a8f..ce98a32 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.12.0],
+AC_INIT([gnome-doc-utils], [0.12.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])