SHA256
1
0
forked from pool/libvirt-glib

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
This commit is contained in:
Ismail Dönmez
2013-03-18 20:33:16 +00:00
committed by Git OBS Bridge
parent eb0667a4ae
commit a133f2735e
4 changed files with 17 additions and 4 deletions

View File

@@ -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