summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0fe43d8e..036fb4d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in 3.0.1
+----------------
+* Fixed startup notification with GtkApplication (Ryan Lortie, Shaun McCance)
+* Use symbolic icons propertly; don't crash (Shaun McCnace)
+* Split words with \W regexp for quick search (Shaun McCance)
+* Actually store existing GSettings in dconf (Shaun McCance)
+* Fixed a GVariantBuilder leak (Ryan Lortie)
+* Updated translations:
+ as (Amitakhya Phukan)
+ ca (Jordi Serratosa)
+ fa (Mahyar Moghimi)
+
Changes in 3.0.0
----------------
* Make sure all translations work (Kjartan Maraas)
diff --git a/configure.ac b/configure.ac
index f3cd2fb1..7515ec6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.0.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])