summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index edc15864..880f0a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,32 @@
+Changes in 2.91.90:
+-------------------
+* Default to ghelp:gnome-help
+* Full text per-document search, using sqlite FTS
+* Use symbolic icons for bookmarks and location entry
+* Don't require DocBook DTDs; provide entities internally
+* Removed bookmark editor, added bookmark toggle icon
+* Updated translations:
+ ar (Khaled Hosny)
+ bg (Ivaylo Valkov)
+ el (Michael Kotsarinis)
+ es (Daniel Mustieles, Jorge González)
+ et (Ivar Smolin)
+ gl (Fran Diéguez)
+ gu (Sweta Kothari)
+ he (Yaron Shahrabani)
+ id (Andika Triwidada)
+ nb (Kjartan Maraas)
+ nl (Hannie Dumoleyn, Redmar)
+ sl (Matej Urbančič)
+ sr (Мирослав Николић)
+ sr@latin (Мирослав Николић)
+ uk (Daniel Korostil)
+ zh_CN (Aron Xu)
+ zh_HK (Chao-Hsiung Liao)
+ zh_TW (Chao-Hsiung Liao)
+
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)
diff --git a/configure.ac b/configure.ac
index 7f846d06..02892a77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[2.91.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.91.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])