[Spice-commits] 2 commits - configure.ac NEWS
Alexander Larsson
alexl at kemper.freedesktop.org
Wed Sep 29 09:32:11 PDT 2010
NEWS | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 6a26992410c6bc8824e047e8a844a90d5fae46c1
Author: Alexander Larsson <alexl at redhat.com>
Date: Wed Sep 29 18:22:33 2010 +0200
Bump version to 0.6.1
diff --git a/configure.ac b/configure.ac
index 278e708..4fea09c 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], 0)
+m4_define([SPICE_MICRO], 1)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
commit 37c5bc577d704b09f8a9cdce7b18be644e535dd0
Author: Alexander Larsson <alexl at redhat.com>
Date: Wed Sep 29 18:22:07 2010 +0200
Update NEWS for release
diff --git a/NEWS b/NEWS
index b5845e7..540b359 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 0.6.1:
+=======================
+Major changes in this release:
+* New libspice API to handle backwards compatibility
+* Fix X crash in X client
+* Fix memory leaks and crashes
+* Portability fixes
+
Major changes in 0.6.0:
=======================
Major changes in this releas:
More information about the Spice-commits
mailing list