summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--changes15
-rw-r--r--configure.ac2
3 files changed, 21 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 81b138c8..4367381f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 2.91.9
+=================
+* Added magic image scaling for figures
+* Added support for experimental series links
+* Fixed previous and next links for DocBook and Mallard
+* Enabled syntax highlighting in DocBook
+* Changes to html.js and html.css to make them easier to override
+* Added editor_mode status badges to linklist links
+* Improvements to link filtering with facets
+* Prevent key and keyseq from line-wrapping
+
Changes in 2.91.8
=================
* Fixed non-well-formed XML in XSLT file
diff --git a/changes b/changes
index af3a5cc0..6418cf3f 100644
--- a/changes
+++ b/changes
@@ -1,7 +1,10 @@
-Changes in 2.91.7
+Changes in 2.91.9
=================
-* Added support for Mallard Facets extension
-* Fixed incorrect handling of topic link groups
-* Added automatic syntax highlighting using jQuery.Syntax
-* Implemented sidebar style for notes
-* Added support for line numbering in Mallard code blocks
+* Added magic image scaling for figures
+* Added support for experimental series links
+* Fixed previous and next links for DocBook and Mallard
+* Enabled syntax highlighting in DocBook
+* Changes to html.js and html.css to make them easier to override
+* Added editor_mode status badges to linklist links
+* Improvements to link filtering with facets
+* Prevent key and keyseq from line-wrapping
diff --git a/configure.ac b/configure.ac
index 8df1d0ce..49dc1802 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-xsl],[2.91.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
+AC_INIT([yelp-xsl],[2.91.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
AC_CONFIG_MACRO_DIR([m4])