summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-03-10 05:05:51 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-03-10 05:05:51 +0000
commit452c1485ea90d5b2fa74c775419c29ac1ba7c6b8 (patch)
tree0288a3ee4faa4bd5f27bbcdd14c0e54148ccac03
parent3c1ab99412f255519fd9bc81f9b3f52beb534bcf (diff)
downloadgnome-doc-utils-452c1485ea90d5b2fa74c775419c29ac1ba7c6b8.tar.gz
- Version 0.12.2GNOME_DOC_UTILS_0_12_2
* configure.in: * NEWS: - Version 0.12.2 svn path=/trunk/; revision=1097
-rw-r--r--ChangeLog6
-rw-r--r--NEWS19
-rw-r--r--configure.in2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29b3e51..6652575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-09 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.12.2
+
2008-02-29 Shaun McCance <shaunm@gnome.org>
* xslt/docbook/html/db2xhtml.xsl:
diff --git a/NEWS b/NEWS
index 44ed868..2e9cf1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in 0.12.2:
+------------------
+* Added DOCTYPE declarations to HTML and XHTML pages
+* Added EXSLT set to the excluded prefixes
+* Updated translations:
+ be@latin (Ihar Hrachyshka)
+ cs (Lucas Lommer)
+ el (Kostas Papadimas)
+ es (Jorge Gonzalez)
+ hu (Gabor Kelemen)
+ ko (Changwoo Ryu)
+ lt (Gintautas Miliauskas)
+ mr (Sandeep Shedmake)
+ ne (Pawan Chitrakar)
+ nl (Wouter Bolsterlee)
+ sq (Laurent Dhima)
+ zh_HK: (Chao-Hsiung Liao)
+ zh_TW: (Chao-Hsiung Liao)
+
Changes in 0.12.1:
------------------
* Made chunks without id attributes work (Shaun McCance)
diff --git a/configure.in b/configure.in
index ce98a32..e16cd54 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.12.1],
+AC_INIT([gnome-doc-utils], [0.12.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])