diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-01-30 13:59:54 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2012-01-31 14:31:38 +0100 |
commit | aaed1f583fe8e502f63869cfc0b801823de90878 (patch) | |
tree | 40e47f13815bf267c0a42307db2ccee1480054ea | |
parent | bf0350423caba9fb9f04103d18032a9a4ce912dd (diff) |
Release 0.9v0.9
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +v0.9 +==== +- Add command line options for setting the cache size and the glz window size +- Add a USB device selection widget to libspice-client-gtk +- Various bug fixes and code improvements + v0.8 ==== diff --git a/gtk/Makefile.am b/gtk/Makefile.am index f294c76..9e6af17 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -87,7 +87,7 @@ AM_CPPFLAGS = \ # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html SPICE_GTK_LDFLAGS_COMMON = \ - -version-info 2:0:1 \ + -version-info 3:0:2 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) |