diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 36 insertions, 1 deletions
@@ -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: @@ -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]) |