[Spice-commits] 2 commits - configure.ac NEWS
Alexander Larsson
alexl at kemper.freedesktop.org
Tue Aug 31 05:36:14 PDT 2010
NEWS | 6 ++++++
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 3eae24f83dede54ca380daff02b737fef6f98564
Author: Alexander Larsson <alexl at redhat.com>
Date: Tue Aug 31 14:28:44 2010 +0200
Bump version to 0.6.0
diff --git a/configure.ac b/configure.ac
index 0b1e9bc..2d7958b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MINOR], 6)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
commit 068e6362d3ec96479fb4293195c641eecb159e17
Author: Alexander Larsson <alexl at redhat.com>
Date: Tue Aug 31 14:26:39 2010 +0200
Update NEWS for release
diff --git a/NEWS b/NEWS
index 6a2d96b..9cb9c1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.6.0:
+=======================
+* Initial messages for clipboard sharing
+* Move agent protocol structs from spice to spice-protocol
+* Add capabilities to agent protocol
+
Major changes in 0.5.3:
=======================
More information about the Spice-commits
mailing list