summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2006-06-11 22:09:01 +0000
committerShaun McCance <shaunm@src.gnome.org>2006-06-11 22:09:01 +0000
commit51d5113dc9b2dbb573ae1f5e29a41293e77351d3 (patch)
tree2d5c942a0abd5006ade83f3d98b3088152d5b096
parentfa6604771b61adb444aa4261fd9c2a9b43adcd0d (diff)
downloadgnome-doc-utils-GNOME_DOC_UTILS_0_7_1.tar.gz
- Version 0.7.1GNOME_DOC_UTILS_0_7_1
* NEWS: * configure.in: - Version 0.7.1
-rw-r--r--ChangeLog6
-rw-r--r--NEWS41
-rw-r--r--configure.in2
3 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64ae500..94a2e79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-11 Shaun McCance <shaunm@gnome.org>
+
+ * NEWS:
+ * configure.in:
+ - Version 0.7.1
+
2006-05-29 Shaun McCance <shaunm@gnome.org>
* gnome-doc-utils.make:
diff --git a/NEWS b/NEWS
index fb89651..bce0a9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Changes in 0.7.1:
+-----------------
+
+* build: Added support for the LINGUAS environment variable (Shaun McCance)
+* build: Removed the code to copy gnome-doc-utils.make in (Shaun McCance)
+* build: Some fixes for HTML generation (Shaun McCance)
+* build: Added the long-missing template document (Sven Herzberg)
+* xml2po: Treat year as utf-8 as well (Danilo Šegan)
+* xml2po: Check if "translator-credits" is translated (Danilo Šegan)
+* xml2po: Updated test cases (Danilo Šegan)
+* xml2po: Added Ubuntu mode supporting &language; (Danilo Šegan)
+* xml2po: Mark non-translated passages with @lang; #172459 (Danilo Šegan)
+* xml2po: Added entity-non-expanding serialization (Danilo Šegan)
+* xml2po: Fixed attribute handling; #317110 (Danilo Šegan)
+* xml2po: Improved fix for #336765 (Danilo Šegan)
+* xml2po: Don't remove blank nodes followed by entities; #317502 (Danilo Šegan)
+* xml2po: Integrate DTD when keeping entities; #336765 (Danilo Šegan)
+* xml2po: Ignore blank nodes; #172784 (Danilo Šegan)
+* xslt: Fixed plurals for fr, wa, nso; bug #338641 (Shaun McCance)
+* xslt: Don't put content before attributes (Shaun McCance)
+* Updated translations:
+ bg (Alexander Shopov)
+ ca (Josep Puigdemont Casamajó)
+ cs (Lukas Novotny)
+ cy (Rhys Jones)
+ dz (Pema Geyleg)
+ es (Francisco Javier F. Serrador)
+ et (Ivar Smolin)
+ fi (Ilkka Tuohela)
+ gl (Ignacio Casal Quinteiro)
+ gu (Ankit Patel)
+ ka (Vladimer Sichinava)
+ nb (Kjartan Maraas)
+ no (Kjartan Maraas)
+ ro (Dan Damian)
+ sv (Daniel Nylander)
+ th (Theppitak Karoonboonyanan)
+ vi (Clytie Siddall)
+ zh_HK (Chao-Hsiung Liao)
+ zh_TW (Chao-Hsiung Liao)
+
Changes in 0.6.0:
-----------------
diff --git a/configure.in b/configure.in
index 884e8c5..33130c7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.6.0],
+AC_INIT([gnome-doc-utils], [0.7.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE