summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-06-13 14:44:16 -0400
committerShaun McCance <shaunm@gnome.org>2011-06-13 14:44:16 -0400
commite38d70597151ab16cd6c0f5efeed77519c9fb7a1 (patch)
treec9d0cd196b236eed341c3a290e65fefb74e23c9f
parent18d33f94d8af556b6be3c3746e7c88bdab191267 (diff)
downloadyelp-3.1.1.tar.gz
Version 3.1.13.1.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index aae43b95..6c262f30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.1.1
+=====
+* Update for changes in yelp-xsl (Shaun McCance)
+* Don't start duplicate Mallard transforms (Shaun McCance)
+* Fixed various bugs in info parsing/transformations (Rupert Swarbrick)
+* Added parameters for Mallard conditional processing (Shaun McCance)
+* Fixed untranslated UI elements, bug #648840 (Matthias Clasen)
+* Updated translations:
+ ca@valencia (Carles Ferrando)
+ eo (Kristjan SCHMIDT)
+ hu (Gabor Kelemen)
+ sr (Мирослав Николић)
+ sr@latin (Мирослав Николић)
+
Changes in 3.0.2
----------------
* Adapt to JavaScript fixes in yelp-xsl
diff --git a/configure.ac b/configure.ac
index 286558fa..84395994 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.0.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])
@@ -36,7 +36,7 @@ PKG_CHECK_MODULES(YELP,
libexslt >= 0.8.1
sqlite3
webkitgtk-3.0 >= 1.3.2
- yelp-xsl >= 3.0.1
+ yelp-xsl >= 3.1.2
])
AC_SUBST([YELP_CFLAGS])
AC_SUBST([YELP_LIBS])