summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-29 10:16:32 -0400
committerShaun McCance <shaunm@gnome.org>2010-06-29 10:16:32 -0400
commit606c7439d2c30aae5819d9dbb5212ac9437ef056 (patch)
tree667c52eca22f7896603e2d094b8f5a411647fad4
parent0d7c7372d7274dfa9a1470d17e6d881dd4fb310a (diff)
downloadyelp-606c7439d2c30aae5819d9dbb5212ac9437ef056.tar.gz
Version 2.31.62.31.6
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ad657d42..db419990 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in 2.31.6:
+------------------
+* Don't double-add pages, also fixes #621398
+* Adjusted to API changes in GSettingsBackend
+* Only store window size if it really changes
+* Don't segfault on http:// URIs (Rupert Swarbrick)
+* Preserve both page_id and frag_id for file: URIs
+* Added "Copy Code Block" and "Save Code Block As"
+* Update JS fragment highlighter for yelp-xsl changes
+* Get actual link text for read-later links
+* Use index.docbook for help: URIs
+* Transitioned to GDBus
+* Updated translations:
+ et (Ivar Smolin)
+ th (Sira Nokyoongtong)
+ gl (Fran Diéguez)
+ sl (Matej Urbančič)
+ es (Jorge González)
+ nb (Kjartan Maraas)
+ he (Yaron Shahrabani)
+
Changes in 2.31.5:
------------------
* New "Read Later" feature
diff --git a/configure.ac b/configure.ac
index 6a2755ff..38dc24c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[2.31.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.31.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])