summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 13:40:38 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 13:40:38 +0200
commitbae748a3a27514190fd75f35787c06d1758808bc (patch)
tree6c49fcb3ce78e8c105ace266be397097dcb4e5ea
parent480c94533c360d7f0fb0016aa5639bf2d6e24bb8 (diff)
downloadgrilo-0.1.x.tar.gz
Bump to 0.1.20grilo-0.1.200.1.x
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 455f0c4..c6de168 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+NEW in 0.1.20
+=============
+
+ * Test UI requires Gtk+ 3
+ * Fixes in the Test UI
+ * Improved documentation
+ * Several bug fixes, including:
+ * BGO#676823 - test-ui: We only really support GTK+ 3.x builds
+ * BGO#676822 - test-ui: Make the test window a decent size
+ * BGO#679674 - Remove trailing commas from enums
+
+ * Contributors to this release:
+ Bastien Nocera <hadess@hadess.net>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Mathias Hasselmann <mathias@openismus.com>
+ Murray Cumming <murrayc@murrayc.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+
NEW in 0.1.19
=============
diff --git a/configure.ac b/configure.ac
index b5f69fe..59d0c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define([prj_name], [grilo])
m4_define([prj_gir_name], [Grilo])
m4_define([grl_major_version], [0])
m4_define([grl_minor_version], [1])
-m4_define([grl_micro_version], [19])
+m4_define([grl_micro_version], [20])
m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)
AC_INIT([prj_name],