summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-23 20:39:28 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-23 20:39:28 -0400
commitf9c252076d77a9a219031dbe207dc7e10c9f6b03 (patch)
tree1b0810447823ca22b7276b885bbda79b82d4be87
parent69d004900739ebe164f6c67f5bc94953dc69cfa6 (diff)
downloadyelp-f9c252076d77a9a219031dbe207dc7e10c9f6b03.tar.gz
Version 3.0.33.0.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aae43b95..0f4e7ea8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 3.0.3
+----------------
+* Fixed parsing error on info URIs (Rupert Swarbrick)
+* Don't start duplicate XSLT transforms (Shaun McCance)
+* Fixed untranslated UI elements, bug #648840 (Matthias Clasen)
+
Changes in 3.0.2
----------------
* Adapt to JavaScript fixes in yelp-xsl
diff --git a/configure.ac b/configure.ac
index 1b36c71e..d0050306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.0.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.0.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])