From ce726a9a4dc250a687a1392caea8bebac964b525 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Feb 17 2012 12:00:14 +0000 Subject: Prepare for release 0.5.1 --- 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