summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS29
-rw-r--r--configure.in2
3 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bc8dad..268bc20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-17 Shaun McCance <shaunm@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ - Version 0.12.0
+
2007-08-20 Shaun McCance <shaunm@gnome.org>
* tools/gnome-doc-utils.make:
diff --git a/NEWS b/NEWS
index de10237..1379863 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in 0.12.0:
+------------------
+* Allow DOC_INCLUDES/ENTITIES to be in subdirectories
+* Updated translations:
+ ar (Anas Husseini)
+ bg (Alexander Shopov)
+ ca (Gil Forcada)
+ da (Kenneth Nielsen)
+ el (Simos Xenitellis)
+ en_CA (Adam Weinberger)
+ en_GB (David Lodge)
+ et (Ivar Smolin)
+ eu (Inaki Larranaga Murgoitio)
+ fr (Stéphane Raimbaul, Vincent Untz)
+ hu (Gabor Kelemen)
+ it (Luca Ferretti)
+ ja (Takehsi AIHANA)
+ mk (Jovan Naumovski)
+ oc (Yannig MARCHEGAY)
+ pl (GNOME PL Team)
+ pt (Duarte Loreto)
+ pt_BR (Luiz Armesto)
+ ru (Nickolay V. Shmyrev)
+ sr (Danilo Šega
+ sr@Latn (Danilo Šega
+ ta (Tirumurthi Vasudevan)
+ uk (Maxim Dziumanenko)
+ vi (Clytie Siddall)
+
Changes in 0.11.2:
------------------
* Added db2html.division.div.content.mode
diff --git a/configure.in b/configure.in
index 4d883b3..aa07a8f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.11.2],
+AC_INIT([gnome-doc-utils], [0.12.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])