summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2017-10-16 11:39:17 -0400
committerShaun McCance <shaunm@redhat.com>2017-10-16 11:39:17 -0400
commit12c5d4b9b996b5a41c9db565ad0b879e10f4e85c (patch)
tree9a5e321422b0877fadcfc2ba6a62874a28c6ecc7
parent8fd38cc945a465b585ab52765fa7a34210d0ddcc (diff)
downloadyelp-xsl-12c5d4b9b996b5a41c9db565ad0b879e10f4e85c.tar.gz
Version 3.27.13.27.1
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 451bf243..5377cdb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.27.1
+======
+* Massive backwards incompatible updates to stylesheets
+* Changed color parameters and added color computations
+* Used more HTML5 elements like article, header, footer
+* Switched to flexbox for large parts of the layout
+* Implemented more granular content centering
+* Added stub for sidebars
+* Dropped external icons in favor of recolorable inline SVGs
+* Removed jQuery
+* Switched syntax highlighter to highlight.js
+* Dropped experimental Mallard facet support
+* Added default colorings for syntax highlighting
+* Added a number of new modes and stub templates for customizations
+* Updated the section highlighting for location.hash
+* Fixed lang:C Mallard test token
+* Added support for generic Mallard div element, MEP-0005
+* Began adding support for DocBook automatic indexes
+* Added support for DocBook stepalternatives and result
+* Updated translations:
+ ca@valencia.po (Xavi Ivars)
+ da (Ask Hjorth Larsen)
+ en_GB (Chris Leonard)
+ fur (Fabio Tomat)
+ gd (GunChleoc)
+ hr (gogo)
+ kk (Baurzhan Muftakhidinov)
+ ne (Pawan Chitrakar)
+ nl (hanniedu)
+ oc (Cédric Valmary)
+ pl (Piotr Drąg)
+ pl (Piotr Drąg)
+ sl (Matej Urbančič)
+
3.17.90
=======
* Updated localization templates, removing unused code
diff --git a/configure.ac b/configure.ac
index 4beccf89..5188605e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Do not split AC_INIT across multiple lines without making localbuild.sh smarter
-AC_INIT([yelp-xsl],[3.17.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
+AC_INIT([yelp-xsl],[3.27.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
AC_CONFIG_MACRO_DIR([m4])