summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3b4e9481..edc15864 100644
--- a/NEWS
+++ b/NEWS
@@ -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])