diff options
author | Shaun McCance <shaunm@redhat.com> | 2018-09-03 15:50:14 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2018-09-03 15:50:14 -0400 |
commit | c2d83e8e13ab76ff3c81d9d5577653c6977727b3 (patch) | |
tree | 627d8291821b267cdc0b55ab6d7851f2c7ae0f5b | |
parent | c4f37239e0c4e1a1f65a12f1939e50f14abff9ad (diff) | |
download | yelp-xsl-c2d83e8e13ab76ff3c81d9d5577653c6977727b3.tar.gz |
Version 3.30.03.30.0
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,33 @@ +3.30.0 +====== +* Added stock sidebar support +* Added mallard:if/1.0 to supported feature tokens +* Updated translations: + af (Pieter Schalk Schoeman) + cs (Marek Cernocky) + da (Ask Hjorth Larsen) + de (Mario Blättermann) + el (Efstathios Iosifidis) + es (Daniel Mustieles) + fi (Jiri Grönroos) + fr (Charles Monzat) + fur (Fabio Tomat) + gl (Fran Dieguez) + hr (gogo) + hu (Balázs Meskó) + id (Kukuh Syafaat) + it (Milo Casagrande) + ko (Changwoo Ryu) + lt (Aurimas Černius) + lv (Rūdolfs Mazurs) + pl (Piotr Drąg) + pt_BR (Enrico Nicoletto) + ro (Daniel Șerbănescu) + sl (Matej Urbančič) + sv (Anders Jonsson) + tr (Emin Tufan Çetin) + zh_TW (Yi-Jyun Pan) + 3.28.0 ====== * Implemented th/@scope attribute diff --git a/configure.ac b/configure.ac index 868a4dbb..8ca6a165 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.28.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl]) +AC_INIT([yelp-xsl],[3.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl]) AC_CONFIG_MACRO_DIR([m4]) |