diff options
author | Shaun McCance <shaunm@gnome.org> | 2011-01-10 13:03:11 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2011-01-10 13:03:11 -0500 |
commit | ee636188a29ef8e69868461fa453c6871db95736 (patch) | |
tree | 4d934572ba883dcd82f2f877d3c144a6da90601e | |
parent | 879752a4cb0a6ad7c3bfad30cb8a3af1d5df246a (diff) | |
download | yelp-ee636188a29ef8e69868461fa453c6871db95736.tar.gz |
Version 2.91.102.91.10
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,21 @@ +Changes in 2.91.10: +------------------ +* Fixed some issues with previous/next links +* Better indents and margin in man pages (Rupert Swarbrick) +* Handle links in man pages (Rupert Swarbrick) +* Improvements in how error pages are handled +* Auto-install packages for missing documents +* Set busy cursor when page is loading +* Updated translations: + ar (Khaled Hosny) + es (Jorge González) + et (Ivar Smolin) + gl (Fran Diéguez) + he (Yaron Shahrabani) + id (Andika Triwidada) + sl (Matej Urbančič) + sv (Daniel Nylander) + Changes in 2.91.9: ------------------ * Updates for GTK+ API changes diff --git a/configure.ac b/configure.ac index 8bb1abb4..7e2f8357 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[2.91.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[2.91.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_SRCDIR([src/yelp.c]) AC_CONFIG_HEADERS([config.h]) @@ -35,7 +35,7 @@ PKG_CHECK_MODULES(YELP, libxslt >= 1.1.4 libexslt >= 0.8.1 webkitgtk-3.0 >= 1.3.2 - yelp-xsl >= 2.31.3 + yelp-xsl >= 2.91.9 ]) AC_SUBST([YELP_CFLAGS]) AC_SUBST([YELP_LIBS]) |