summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-01-26 16:40:10 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-01-26 16:40:10 +0000
commitd9825c07f8b404f8729a0e533bcbae0d00f95770 (patch)
treea1e991c94aece709fd33189ee30194eca35f879e
parent2ea6c2ba0f1818b291ab85d2a1190953f7b31f28 (diff)
downloadgnome-doc-utils-d9825c07f8b404f8729a0e533bcbae0d00f95770.tar.gz
- Version 0.9.1GNOME_DOC_UTILS_0_9_1
* configure.in: * NEWS: - Version 0.9.1 svn path=/trunk/; revision=872
-rw-r--r--ChangeLog6
-rw-r--r--NEWS42
-rw-r--r--configure.in2
3 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c3d5ce..18cdb97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-26 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.9.1
+
+2007-01-26 Shaun McCance <shaunm@gnome.org>
+
* tools/gnome-doc-tool.in:
- Fixed help message for html command
diff --git a/NEWS b/NEWS
index 7714cc0..ca4ea4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Changes in 0.9.1:
+-----------------
+** general:
+ * Fixed various circular dependency problems (Christian Persch)
+ * Use po/LINGUAS [#337987] (Brian Pepple)
+ * Added documentation templates (Joachim Noreiko)
+ * Removed some GNUisms [#378739 #378763 #366203] (Shaun McCance)
+ * New bootstrapping mechanism, using gnome-common [#340128] (Shaun McCance)
+ * Added ACLOCAL_AMFLAGS for autoreconf [#355521] (dmacks)
+ * Use $(AWK) instead of awk [#358161] (James Andrewartha)
+ * Fixed non-portable test expression [#362505] (Thomas Klausner)
+ * Removed the never-really-worked xsldoc and rngdoc (Shaun McCance)
+ * Install the .pc file when build utils are disabled [#355553] (Mariano Suárez-Alvarez)
+** xml2po:
+ * Updates to tests (Danilo Šegan)
+ * Added some caching of values (Danilo Šegan)
+ * Added an XHTML mode (Claude Paroz, Danilo Šegan)
+ * Really ignore ignored tags [#378073] (Danilo Šegan)
+ * Ignore untranslated message in reuse mode [#381607] (Danilo Šegan)
+ * Speed improvements [#363451] (Alexander Nedotsukov)
+** tools:
+ * Added gnome-doc-tool for processing documentation (Shaun McCance)
+ * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441] (Christian Persch)
+** xslt:
+ * Allow pubdate and edition instead of revision in db2omf (Shaun McCance)
+ * Added an explicit check for scrollkeeper_cl.xml in db2omf (Shaun McCance)
+ * Made all db2omf errors error out, for great justice (Shaun McCance)
+ * Check for invalid category codes in db2omf (Shaun McCance)
+ * Added new inline documentation to XSLT (Shaun McCance)
+ * Added xi and fxi to exclude-result-prefixes (Mariano Suárez-Alvarez)
+ * Python classsynopsis elements no longer act like C++ (Shaun McCance)
+ * Fixed some documentation typos (Shaun McCance)
+ * Added a utility XSLT file to list media files (Shaun McCance)
+ * Removed excessive alpha-thai elements [#323249] (Theppitak Karoonboonyanan)
+** Updated translations:
+ ar (Djihed Afifi)
+ en_GB (David Lodge)
+ et (Ivar Smolin)
+ fi (Ilkka Tuohela)
+ he (Yaniv Abir)
+ it (Luca Ferretti)
+
Changes in 0.8.0:
-----------------
* Use an XSLT namespace alias for XInclude output
diff --git a/configure.in b/configure.in
index 66c439d..6505ba8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.8.0],
+AC_INIT([gnome-doc-utils], [0.9.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])