summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39cc99a..f179525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
2011-02-21 Daniel P. Berrange <dan@berrange.com>
+ * configure.ac:
+ Fix typo in SPICE configure setup
+ [cfb261f0ffed] [tip]
+
+ * .hgtags:
+ Added tag release-0.3.0 for changeset 807203083e74
+ [22b287a68428]
+
+ * ChangeLog, NEWS, README, configure.ac:
+ Updates for 0.3.0 release
+ [807203083e74] [release-0.3.0]
+
* virt-viewer.spec.in:
Fix misc RPM specfile bugs
- [74bd54a2be1b] [tip]
+ [74bd54a2be1b]
2011-02-11 Daniel P. Berrange <dan@berrange.com>
diff --git a/NEWS b/NEWS
index 47c7fc9..35e8632 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Virt Viewer News
================
+0.3.1: Feb 21, 2011
+-------------------
+
+ - Fix typo in configure script that broke SPICE
+
0.3.0: Feb 21, 2011
-------------------
diff --git a/configure.ac b/configure.ac
index 0eca509..3110d45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(virt-viewer, 0.3.0)
+AC_INIT(virt-viewer, 0.3.1)
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms