summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-04-10 20:35:13 -0400
committerShaun McCance <shaunm@gnome.org>2011-04-10 20:35:13 -0400
commit6e584ae43fd55cbc36de6add2169bf3e9b840ed2 (patch)
tree32676699ab20bbd99ca1d1fa58e2a01282e9cc82
parent5184bc6d60044599d7e468156c5a31b6153dba64 (diff)
downloadyelp-6e584ae43fd55cbc36de6add2169bf3e9b840ed2.tar.gz
Version 3.0.13.0.1
-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])