diff -Nru spice-protocol-0.12.5/NEWS spice-protocol-0.12.6/NEWS --- spice-protocol-0.12.5/NEWS 2013-03-06 15:19:56.000000000 +0000 +++ spice-protocol-0.12.6/NEWS 2013-06-26 15:24:35.000000000 +0000 @@ -1,3 +1,10 @@ +Major changes in 0.12.6 +======================= +* add adaptive video streaming support: + control playback latency and receive playback + reports from the client. +* add agent capabilities for signaling guest line ending. + Major changes in 0.12.5 ======================= * Add agent file xfer success status diff -Nru spice-protocol-0.12.5/configure spice-protocol-0.12.6/configure --- spice-protocol-0.12.5/configure 2013-03-07 10:40:49.000000000 +0000 +++ spice-protocol-0.12.6/configure 2013-06-26 15:36:08.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.5. +# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.6. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='spice-protocol' PACKAGE_TARNAME='spice-protocol' -PACKAGE_VERSION='0.12.5' -PACKAGE_STRING='spice-protocol 0.12.5' +PACKAGE_VERSION='0.12.6' +PACKAGE_STRING='spice-protocol 0.12.6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1200,7 +1200,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures spice-protocol 0.12.5 to adapt to many kinds of systems. +\`configure' configures spice-protocol 0.12.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1266,7 +1266,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of spice-protocol 0.12.5:";; + short | recursive ) echo "Configuration of spice-protocol 0.12.6:";; esac cat <<\_ACEOF @@ -1343,7 +1343,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -spice-protocol configure 0.12.5 +spice-protocol configure 0.12.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1360,7 +1360,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by spice-protocol $as_me 0.12.5, which was +It was created by spice-protocol $as_me 0.12.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2189,7 +2189,7 @@ # Define the identity of the package. PACKAGE='spice-protocol' - VERSION='0.12.5' + VERSION='0.12.6' cat >>confdefs.h <<_ACEOF @@ -2820,7 +2820,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by spice-protocol $as_me 0.12.5, which was +This file was extended by spice-protocol $as_me 0.12.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2882,7 +2882,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -spice-protocol config.status 0.12.5 +spice-protocol config.status 0.12.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru spice-protocol-0.12.5/configure.ac spice-protocol-0.12.6/configure.ac --- spice-protocol-0.12.5/configure.ac 2013-02-28 13:02:12.000000000 +0000 +++ spice-protocol-0.12.6/configure.ac 2013-06-26 15:20:19.000000000 +0000 @@ -2,7 +2,7 @@ m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 12) -m4_define([SPICE_MICRO], 5) +m4_define([SPICE_MICRO], 6) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) diff -Nru spice-protocol-0.12.5/debian/changelog spice-protocol-0.12.6/debian/changelog --- spice-protocol-0.12.5/debian/changelog 2013-06-21 15:39:13.000000000 +0000 +++ spice-protocol-0.12.6/debian/changelog 2013-07-23 11:09:14.000000000 +0000 @@ -1,8 +1,16 @@ -spice-protocol (0.12.5-2~cloud0) precise-havana; urgency=low +spice-protocol (0.12.6-1~cloud0) precise-havana; urgency=low * New upstream release for the Ubuntu Cloud Archive. - -- Chuck Short Fri, 21 Jun 2013 10:39:13 -0500 + -- James Page Tue, 23 Jul 2013 12:09:14 +0100 + +spice-protocol (0.12.6-1) unstable; urgency=low + + * New upstream release + * Bump Standards-Version to 3.9.4 + * Update VCS-* to use canonical URIs + + -- Liang Guo Wed, 17 Jul 2013 17:45:43 +0800 spice-protocol (0.12.5-2) unstable; urgency=low diff -Nru spice-protocol-0.12.5/debian/control spice-protocol-0.12.6/debian/control --- spice-protocol-0.12.5/debian/control 2013-05-09 13:06:24.000000000 +0000 +++ spice-protocol-0.12.6/debian/control 2013-07-22 01:35:50.000000000 +0000 @@ -2,11 +2,11 @@ Priority: optional Maintainer: Liang Guo Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Section: libs Homepage: http://www.spice-space.org/ -Vcs-Git: git://git.debian.org/collab-maint/spice-protocol.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/spice-protocol.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/spice-protocol.git +Vcs-Browser: http://anonscm.debian.org/git/collab-maint/spice-protocol.git Package: libspice-protocol-dev Section: libdevel diff -Nru spice-protocol-0.12.5/spice/enums.h spice-protocol-0.12.6/spice/enums.h --- spice-protocol-0.12.5/spice/enums.h 2012-12-20 14:47:58.000000000 +0000 +++ spice-protocol-0.12.6/spice/enums.h 2013-06-26 15:16:15.000000000 +0000 @@ -470,12 +470,14 @@ SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, SPICE_MSG_DISPLAY_MONITORS_CONFIG, SPICE_MSG_DISPLAY_DRAW_COMPOSITE, + SPICE_MSG_DISPLAY_STREAM_ACTIVATE_REPORT, SPICE_MSG_END_DISPLAY }; enum { SPICE_MSGC_DISPLAY_INIT = 101, + SPICE_MSGC_DISPLAY_STREAM_REPORT, SPICE_MSGC_END_DISPLAY }; @@ -521,6 +523,7 @@ SPICE_MSG_PLAYBACK_STOP, SPICE_MSG_PLAYBACK_VOLUME, SPICE_MSG_PLAYBACK_MUTE, + SPICE_MSG_PLAYBACK_LATENCY, SPICE_MSG_END_PLAYBACK }; diff -Nru spice-protocol-0.12.5/spice/protocol.h spice-protocol-0.12.6/spice/protocol.h --- spice-protocol-0.12.5/spice/protocol.h 2012-12-20 14:47:58.000000000 +0000 +++ spice-protocol-0.12.6/spice/protocol.h 2013-06-26 15:16:15.000000000 +0000 @@ -110,6 +110,7 @@ enum { SPICE_PLAYBACK_CAP_CELT_0_5_1, SPICE_PLAYBACK_CAP_VOLUME, + SPICE_PLAYBACK_CAP_LATENCY, }; enum { @@ -129,6 +130,7 @@ SPICE_DISPLAY_CAP_MONITORS_CONFIG, SPICE_DISPLAY_CAP_COMPOSITE, SPICE_DISPLAY_CAP_A8_SURFACE, + SPICE_DISPLAY_CAP_STREAM_REPORT, }; enum { diff -Nru spice-protocol-0.12.5/spice/vd_agent.h spice-protocol-0.12.6/spice/vd_agent.h --- spice-protocol-0.12.5/spice/vd_agent.h 2013-03-05 13:40:14.000000000 +0000 +++ spice-protocol-0.12.6/spice/vd_agent.h 2013-06-26 15:16:15.000000000 +0000 @@ -207,6 +207,8 @@ VD_AGENT_CAP_CLIPBOARD_BY_DEMAND, VD_AGENT_CAP_CLIPBOARD_SELECTION, VD_AGENT_CAP_SPARSE_MONITORS_CONFIG, + VD_AGENT_CAP_GUEST_LINEEND_LF, + VD_AGENT_CAP_GUEST_LINEEND_CRLF, VD_AGENT_END_CAP, };