[Spice-commits] 2 commits - gtk/Makefile.am gtk/spice-session.c NEWS po/POTFILES.in
Marc-André Lureau
elmarco at kemper.freedesktop.org
Thu Mar 8 06:44:29 PST 2012
NEWS | 9 +++++++++
gtk/Makefile.am | 2 +-
gtk/spice-session.c | 6 ++++++
po/POTFILES.in | 1 +
4 files changed, 17 insertions(+), 1 deletion(-)
New commits:
commit d8d65a2f97a8eb141dec1166e26b7bfb7e9f972b
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Thu Mar 8 15:34:32 2012 +0100
Release v0.11
diff --git a/NEWS b/NEWS
index 523e277..1e21743 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v0.11
+=====
+
+- Fix semi-seamless migration regression
+- Add Spice session UUID and name support
+- Add foreign menu support to controller library
+- Add a simple controller testing tool spice-controller-dump
+- Build fixes
+
v0.10
=====
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 29c7fb5..ed40ce8 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -155,7 +155,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \
$(NULL)
libspice_client_glib_2_0_la_LDFLAGS = \
- -version-info 6:0:5 \
+ -version-info 7:0:6 \
-no-undefined \
$(VERSION_LDFLAGS) \
$(NULL)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd21e3c..5618ba2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -13,3 +13,4 @@ gtk/spicy.c
gtk/usb-device-manager.c
gtk/usb-device-widget.c
gtk/usbutil.c
+gtk/channel-usbredir.c
commit 3e5aeafdc2279e9bcaf22b7cd6c7c6163c4769bd
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Thu Mar 8 15:02:01 2012 +0100
Update since annotation for some session properties
diff --git a/gtk/spice-session.c b/gtk/spice-session.c
index 420601d..745ccaf 100644
--- a/gtk/spice-session.c
+++ b/gtk/spice-session.c
@@ -940,6 +940,7 @@ static void spice_session_class_init(SpiceSessionClass *klass)
*
* Images cache size. If 0, don't set.
*
+ * Since: 0.9
**/
g_object_class_install_property
(gobject_class, PROP_CACHE_SIZE,
@@ -955,6 +956,7 @@ static void spice_session_class_init(SpiceSessionClass *klass)
*
* Glz window size. If 0, don't set.
*
+ * Since: 0.9
**/
g_object_class_install_property
(gobject_class, PROP_GLZ_WINDOW_SIZE,
@@ -969,6 +971,8 @@ static void spice_session_class_init(SpiceSessionClass *klass)
* SpiceSession:name:
*
* Spice server name.
+ *
+ * Since: 0.11
**/
g_object_class_install_property
(gobject_class, PROP_NAME,
@@ -983,6 +987,8 @@ static void spice_session_class_init(SpiceSessionClass *klass)
* SpiceSession:uuid:
*
* Spice server uuid.
+ *
+ * Since: 0.11
**/
g_object_class_install_property
(gobject_class, PROP_UUID,
More information about the Spice-commits
mailing list