--- Hey, As suggested by poma, it might be a good time to have a 0.16.0 release of spice-vdagent. Let me know what you think :) Christophe Makefile.am | 1 + NEWS | 10 ++++++++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile.am b/Makefile.am index cf5d0f5..8c55b43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,7 @@ manpage_DATA = data/spice-vdagent.1 \ data/spice-vdagentd.1 EXTRA_DIST = \ + NEWS \ README.RHEL-5 \ data/70-spice-vdagentd.rules \ data/spice-vdagent.desktop \ diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..a437978 --- /dev/null +++ b/NEWS @@ -0,0 +1,10 @@ +Overview of changes in SPICE vdagent 0.16.0 +=========================================== + +- Add audio volume synchronization support +- Add support for maximum clipboard size +- Add support for more clipboard targets (STRING and TIMESTAMP) +- Improve handling of transfers of multiple files +- Fix transfer of >2GB files on 32 bit systems +- XSpice improvements +- Various bug fixes related to resolution changes diff --git a/configure.ac b/configure.ac index 37ae160..f559c2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([spice-vdagent], [0.15.0]) +AC_INIT([spice-vdagent], [0.16.0]) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER([src/config.h]) -- 2.4.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel