[Spice-commits] Branch '0.8' - 2 commits - NEWS client/windows configure.ac server/spice.h

Hans de Goede jwrdegoede at kemper.freedesktop.org
Fri Feb 11 06:43:31 PST 2011


 NEWS                       |    8 ++++++++
 client/windows/Makefile.am |    1 -
 configure.ac               |    2 +-
 server/spice.h             |    2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 822fea8b32c7617badee123e5fa189ae356f2f87
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Feb 11 15:26:10 2011 +0100

    Release 0.7.3

diff --git a/NEWS b/NEWS
index 8e2e1e0..d605b62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 0.7.3:
+=======================
+* Suport building with (and requires) libcacard-0.1.2
+* Fixes for building with gcc-4.6
+* Server: Drop unnecessary X11 and alsa requires from spice-server.pc
+* Client: fix minor for old migration support
+* Client: Remove spice-client watermark (rhbz#662450)
+
 Major changes in 0.7.2:
 =======================
 * cmd-line-parser: fix wrong reporting of bad argument in --bla=val case
diff --git a/configure.ac b/configure.ac
index eef20a5..31293f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
 
 m4_define([SPICE_MAJOR], 0)
 m4_define([SPICE_MINOR], 7)
-m4_define([SPICE_MICRO], 2)
+m4_define([SPICE_MICRO], 3)
 
 AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
 
diff --git a/server/spice.h b/server/spice.h
index 7265c0f..9335e84 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
 #include <stdint.h>
 #include <sys/socket.h>
 
-#define SPICE_SERVER_VERSION 0x000702 /* release 0.7.2 */
+#define SPICE_SERVER_VERSION 0x000703 /* release 0.7.3 */
 
 /* interface base type */
 
commit f173a38de794a21f322aa3f324673e33cda74563
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Feb 11 15:35:05 2011 +0100

    Drop static_title.bmp from windows/Makefile.am

diff --git a/client/windows/Makefile.am b/client/windows/Makefile.am
index a9babd6..7db14ed 100644
--- a/client/windows/Makefile.am
+++ b/client/windows/Makefile.am
@@ -31,7 +31,6 @@ EXTRA_DIST = \
 	resource.h		\
 	spicec.exe.manifest	\
 	spice.ico		\
-	static_title.bmp	\
 	stdint.h		\
 	sticky_alt.bmp		\
 	win_platform.h		\


More information about the Spice-commits mailing list