summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-03-18 18:02:15 -0400
committerShaun McCance <shaunm@gnome.org>2012-03-18 18:02:15 -0400
commitb1b94f4bf67db6cc6008f2a9183dea9beba73a4f (patch)
treee4bf0bbd35ed00392205bcba7c3d75fdad519852
parente3a67feca7bba432df2a27605ea53213f3da2bc8 (diff)
downloadyelp-xsl-b1b94f4bf67db6cc6008f2a9183dea9beba73a4f.tar.gz
Version 3.3.923.3.92
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8563c72..4df9cbd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+3.3.92
+======
+* Be more flexible with revisions for editor banner
+* Don't auto-link Python symbols when syntax highlighting
+* Fixed private templates and stylesheet variables in xsldoc
+* Use common links template for topic, guide, seealso, facets
+* Support for profile-checking in TTML
+* Support for xml:lang and xml:space in TTML
+* Support for TTML br element
+* Support for TTML dur attribute
+* Support for h and m time units in TTML
+* Support for Mallard block content in TTML
+* Dropped unused DocBook chunking params
+* Handle DocBook literallayout with class="monospaced"
+* Updated translations:
+ as (Nilamdyuti Goswami)
+ ca (Gil Forcada)
+ ca@valencia (Carles Ferrando)
+ de (Mario Blättermann)
+ en_GB (Bruce Cowan)
+ eo (Tiffany Antopolski)
+ et (Mattias Põldaru)
+ eu (Inaki Larranaga Murgoitio)
+ fa (Arash Mousavi)
+ fi (Timo Jyrinki)
+ fr (Bruno Brouard)
+ hu (Gabor Kelemen)
+ it (Milo Casagrande)
+ ko (Seong-ho Cho)
+ lv (Anita Reitere)
+ nl (Hannie Dumoleyn)
+ pa (A S Alam)
+ pl (Piotr Drąg)
+ pt (Duarte Loreto)
+ pt_BR (Gabriel Speckhahn)
+ ta (Dr.T.Vasudevan)
+ te (Krishnababu Krothapalli)
+ uk (Daniel Korostil)
+ vi (Nguyễn Thái Ngọc Duy)
+
3.3.3
=====
* Use series link titles for series links
diff --git a/configure.ac b/configure.ac
index 20e261eb..8ea11a98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-xsl],[3.3.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
+AC_INIT([yelp-xsl],[3.3.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
AC_CONFIG_MACRO_DIR([m4])