diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-26 16:59:54 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-27 20:07:24 +0100 |
commit | bc70121fbc2fb6b9d12ca34d8ae8bec89e5f381e (patch) | |
tree | ee0574b52d98f88e118d51a362709ce7540179f0 | |
parent | b463963068b76337b05723d9702612e19dbbab85 (diff) |
release 0.5v0.5
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | gtk/Makefile.am | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +v0.5 +==== + +- Compatibility with gtk2 and gtk3 +- Migrations: seamless and switch host methods +- SSL verification: public key, subject and host checks added +- spice:// url parsing learned "password" argument +- spicy: recent connexions UI added +- various minor fixes + v0.4 ==== diff --git a/gtk/Makefile.am b/gtk/Makefile.am index eb99440..8cc5131 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -119,7 +119,7 @@ libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-number 1:0:0 \ + -version-number 2:0:1 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) @@ -454,7 +454,7 @@ CLEANFILES += $(gir_DATA) $(typelibs_DATA) endif update-map-file: - ( echo "SPICEGTK_0 {" ; \ + ( echo "SPICEGTK_1 {" ; \ echo "global:" ; \ ctags -f - --c-kinds=p $(libspice_client_gtkinclude_HEADERS) $(libspice_client_glibinclude_HEADERS) | awk '/^spice_/ { print $$1 ";" }' | sort ; \ echo "local:" ; \ |