[Spice-commits] 2 commits - configure.ac NEWS

Alexander Larsson alexl at kemper.freedesktop.org
Tue Jul 20 09:06:01 PDT 2010


 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 03498833d73175ed325ba92fb339852bd24b320f
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 18:05:15 2010 +0200

    Update NEWS for release

diff --git a/NEWS b/NEWS
index e3ec5f9..6a2d96b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 0.5.3:
+=======================
+
+Network major number changed to 2 to reflect that the network
+protocol is now stable and backwards compatible from this point.
+
+Some vdagent messages for display settings and clipboard sharing
+were added.
+
 Major changes in 0.5.2:
 =======================
 
commit 4f38933a084f8e20510379b24d64115abd697325
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 18:03:35 2010 +0200

    Update version to 0.5.3

diff --git a/configure.ac b/configure.ac
index c071dee..0b1e9bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
 
 m4_define([SPICE_MAJOR], 0)
 m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 2)
+m4_define([SPICE_MICRO], 3)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
 


More information about the Spice-commits mailing list