summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1db5d81..a5c1b4a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.15.90
+=======
+* Use a default filename when priting to a file, #737206 (David King)
+* Use g_async_queue_new_full(), #737528 (Paolo Borelli)
+* Ignore unused decompressor files, #737519 (Gergely Polonkai)
+* Remove g_type_init() calls, #737518 (Gergely Polonkai)
+* Use AX_COMPILER_FLAGS (David King, Philip Withnall)
+* Fix many compiler warnings (David King)
+* Check if __STDC_VERSION__ is defined, #744454 (Mark Chalupa)
+* Updated translations:
+ he (Yosef Or Boczko)
+ is (Sveinn í Felli)
+ nl (hanniedu)
+ pt (Pedro Albuquerque)
+ tr (Muhammet Kara, Yaşar Şentürk)
+ vi (Trần Ngọc Quân)
+
3.14.1
======
* Updated translations:
diff --git a/configure.ac b/configure.ac
index edcbd5b9..d7f59c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.14.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.15.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])