summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-10-14 15:46:09 +0300
committerAlon Levy <alevy@redhat.com>2013-10-14 15:46:09 +0300
commitc3d1aa6b35bd922af08f7bfd011c3087619eb16f (patch)
treeb8f46c587674853cea58bd521095a5628d1204f6
parentcef12b63ef17642b3f2d68aa8882052cd8209006 (diff)
downloadvd_agent-c3d1aa6b35bd922af08f7bfd011c3087619eb16f.tar.gz
vd_agent-c3d1aa6b35bd922af08f7bfd011c3087619eb16f.tar.xz
vd_agent-c3d1aa6b35bd922af08f7bfd011c3087619eb16f.zip
Prepare for release 0.15.0spice-vdagent-0.15.0
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99508f9..4138359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+spice-vdagent-0.15.0
+--------------------
+* Xspice support
+* Release clipboard on client disconnect if owned by client (rhbz#1003977)
+* Turn some error messages into debugging messages (rhbz#918310)
+* Not having the virtio channel is not an error; instead silently do nothing
+
spice-vdagent-0.14.0
--------------------
* More multi-monitor and arbritary resolution support bugfixes
diff --git a/configure.ac b/configure.ac
index a1ce6c0..79905a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.14.0])
+AC_INIT([spice-vdagent], [0.15.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])