From 12c5d4b9b996b5a41c9db565ad0b879e10f4e85c Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 16 Oct 2017 11:39:17 -0400 Subject: Version 3.27.1 --- NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1