summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-10-18 15:10:14 +0200
committerHans de Goede <hdegoede@redhat.com>2010-10-18 15:10:14 +0200
commit254b8803f962ebcfa9a40f911d62d5a6a35b39bd (patch)
treedbecf2ffe048997daccd254f8673ef73dc1c0c95
parent6e499cf69e020ae84bf0ca08754908116e23ce58 (diff)
Release 0.6.30.6.3
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0368bc7..4d64beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 0.6.3:
+=======================
+* Add support for copy and paste to the agent protocol
+* Add foreign-menu and external controller client protocol headers
+
+Major changes in 0.6.2:
+=======================
+* Skipped to stay in sync with spice
+
Major changes in 0.6.1:
=======================
* Added compat flag for 16bpp commands
diff --git a/configure.ac b/configure.ac
index f120d70..3ee346a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 6)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 3)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)