summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-01-05 17:07:48 -0600
committerShaun McCance <shaunm@gnome.org>2010-01-05 17:07:48 -0600
commit43bc39f4276914168c8003843373c65f3795842a (patch)
treeef61d88fcd9a950d54d33ca2d84c122580904599
parentd9255da2f836a7ee6ce7e37b578744fa304fb6c3 (diff)
downloadgnome-doc-utils-0.19.1.tar.gz
Version 0.19.10.19.1
-rw-r--r--NEWS25
-rw-r--r--configure.in2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f1ef320..9631461 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Changes in 0.19.1:
+------------------
+* Importing Mallard XSLT changes from yelp-xsl
+ - Added support for audio and video in Mallard HTML output
+ - Moved most automatic link logic into common XSLT
+ - Implemented sorting of link trails
+ - Implemented link groups on Mallard guide pages
+ - Added support for Mallard span element
+ - Added condensed list style for Mallard lists
+ - Made various parts of the Mallard XSLT more extensible
+ - Changed Mallard Cache files to use new namespace
+* Added Mallard HTML output to gnome-doc-tool
+* Added --custom-xslt option to gnome-doc-tool
+* Compile mo files before running xml2po (Martin von Gagern)
+* Properly clean mo files in build utilities (Claude Paroz)
+* Updated translations:
+ ar (Khaled Hosny)
+ ca (Gil Forcada)
+ de (Mario Blättermann)
+ en@shaw (Thomas Thurman)
+ es (Jorge González)
+ ml (Ani)
+ ro (Lucian Grijincu)
+ zh_CN (Aron Xu)
+
Changes in 0.18.0:
------------------
* Replaced Mallard copyright element with credit (Shaun McCance)
diff --git a/configure.in b/configure.in
index c12bbaa..c49501d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.18.0],
+AC_INIT([gnome-doc-utils], [0.19.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])