summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2013-09-03 09:07:15 -0400
committerShaun McCance <shaunm@gnome.org>2013-09-03 09:07:15 -0400
commit3614d2193b196f8b83493231e425ad530d275b70 (patch)
tree789fede743581b099c3807641913f12daee813f0
parent60dc23ab04ae06b04accdb6d251ba92bb2380796 (diff)
downloadyelp-3.9.91.tar.gz
Version 3.9.913.9.91
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b1f7ac2..d55e6d49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.9.91
+======
+* Correctly detect Unity for conditional processing, #707352 (Kevin Godby)
+* Fixed build issue with intltool and gettext, #706854 (Seán de Búrca)
+* Updated translations:
+ eo (Ryan Lortie)
+ fr (Alexandre Franke)
+ ga (Seán de Búrca)
+
3.9.90
======
* Various updates for deprecated APIs in GLib and GTK
diff --git a/configure.ac b/configure.ac
index 2a7c47b6..fb2f3547 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.9.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.9.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])