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

Alon Levy alon at kemper.freedesktop.org
Thu Nov 10 08:04:27 PST 2011


 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit c47bb16e9025ad3e427d480146d150acc9996063
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Nov 10 15:00:29 2011 +0200

    Release 0.10.0

diff --git a/configure.ac b/configure.ac
index afdb926..646cbe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.57])
 
 m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 9)
-m4_define([SPICE_MICRO], 2)
+m4_define([SPICE_MINOR], 10)
+m4_define([SPICE_MICRO], 0)
 
 AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
 
commit 8ab357dd8238baec8c64b4d336dfcd4a32686c28
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Nov 10 14:34:25 2011 +0200

    Update NEWS for 0.10.0 release

diff --git a/NEWS b/NEWS
index a862449..83765f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.10.0:
+========================
+* 32 bit (little endian) server builds.
+* ABI compatible with 0.8.2.
+
 Major changes in 0.9.2:
 =======================
 * !Development Release!


More information about the Spice-commits mailing list