summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b698561..24c76f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
Virt Viewer News
================
+0.5.1: Feb 17, 2012
+-------------------
+
+ - Import newer translations from transifex
+ - Fix build system to ensure we don't loose GNU_RELRO
+ security feature
+ - Don't link virt-viewer binary against spice controller
+ - Add back compat for GObject 2.22 which lacks GBinding
+
0.5.0: Feb 14, 2012
-------------------
diff --git a/configure.ac b/configure.ac
index 1365759..3e3d81c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(virt-viewer, 0.5.0)
+AC_INIT(virt-viewer, 0.5.1)
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms