summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-04-25 20:45:04 -0400
committerShaun McCance <shaunm@gnome.org>2011-04-25 20:45:04 -0400
commitd0a0b78d76885939670326fe7ee2c37dca0b56a3 (patch)
tree1761ee187ec0c06a33fad029d43312e01ebaff7c
parentdac3f406e68e8909f551049bb558b388239f3fd9 (diff)
downloadyelp-d0a0b78d76885939670326fe7ee2c37dca0b56a3.tar.gz
Version 3.0.23.0.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 036fb4d1..aae43b95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in 3.0.2
+----------------
+* Adapt to JavaScript fixes in yelp-xsl
+* Fixed problem with loading animation getting stuck
+* Don't use image-loading icon in location entry
+* Fixed DTD catalog references to not point to /home/shaunm
+* Fixed crasher with relative file paths, #647761
+* Updated translations:
+ fi (Timo Jyrinki)
+ tr (Muhammet Kara)
+ ug (Abduxukur Abdurixit)
+ vi (Lê Trường An, Nguyễn Thái Ngọc Duy)
+
Changes in 3.0.1
----------------
* Fixed startup notification with GtkApplication (Ryan Lortie, Shaun McCance)
diff --git a/configure.ac b/configure.ac
index 13b26775..1b36c71e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.0.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])
@@ -36,7 +36,7 @@ PKG_CHECK_MODULES(YELP,
libexslt >= 0.8.1
sqlite3
webkitgtk-3.0 >= 1.3.2
- yelp-xsl >= 2.91.9
+ yelp-xsl >= 3.0.1
])
AC_SUBST([YELP_CFLAGS])
AC_SUBST([YELP_LIBS])