From a133f2735e83e7c813c423275df8697f9655b99df9fa063c11ce4226b8b21304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 18 Mar 2013 20:33:16 +0000 Subject: [PATCH] Accepting request 159882 from home:dimstar:branches:GNOME:Factory Update to 0.1.6 OBS-URL: https://build.opensuse.org/request/show/159882 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=29 --- libvirt-glib-0.1.5.tar.gz | 3 --- libvirt-glib-0.1.6.tar.gz | 3 +++ libvirt-glib.changes | 13 +++++++++++++ libvirt-glib.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libvirt-glib-0.1.5.tar.gz create mode 100644 libvirt-glib-0.1.6.tar.gz diff --git a/libvirt-glib-0.1.5.tar.gz b/libvirt-glib-0.1.5.tar.gz deleted file mode 100644 index bd224b3..0000000 --- a/libvirt-glib-0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a4fea273cb52890812a5d4033556c5221112c7fe47da2838de72641e547cbb -size 709647 diff --git a/libvirt-glib-0.1.6.tar.gz b/libvirt-glib-0.1.6.tar.gz new file mode 100644 index 0000000..4d02f86 --- /dev/null +++ b/libvirt-glib-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf +size 710452 diff --git a/libvirt-glib.changes b/libvirt-glib.changes index d886d9f..c9848e0 100644 --- a/libvirt-glib.changes +++ b/libvirt-glib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 18 19:48:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.1.6: + + Prefer g_strlcpy over strncpy. + + Fix potential crashes in some error handling cases. + + Fix typo in gvir_config_init docs which broke vala binding. + + Use 'transfer none' for argv parameter in all init functions. + + Ensure stream data parameters are annotated to be guint8 + arrays, not gchar, since they're not NULL terminated strings. + + Replace FSF address with URL in copyright headers. + + Add API for changing Spice compression parameters. + ------------------------------------------------------------------- Tue Jan 15 21:16:47 UTC 2013 - dimstar@opensuse.org diff --git a/libvirt-glib.spec b/libvirt-glib.spec index df92d88..642dc96 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -18,7 +18,7 @@ Name: libvirt-glib -Version: 0.1.5 +Version: 0.1.6 Release: 0 Summary: GLib and GObject mapping of libvirt License: LGPL-2.1+