SHA256
1
0
forked from pool/hyper-v

- update buffer handling in hv_fcopy_daemon

- remove unnecessary header files and netlink related code
- Avoid reading past allocated blocks from KVP file
- fix snprintf warning in kvp_daemon
- properly handle long paths
- kvp: configurable external scripts path
- vss: Thaw the filesystem and continue if freeze call has timed out
- vss: Skip freezing filesystems backed by loop

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=123
This commit is contained in:
2018-01-08 11:42:39 +00:00
committed by Git OBS Bridge
parent 475f72a18a
commit a21b94b81e
5 changed files with 82 additions and 116 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 8 10:45:35 UTC 2018 - ohering@suse.de
- update buffer handling in hv_fcopy_daemon
- remove unnecessary header files and netlink related code
- Avoid reading past allocated blocks from KVP file
- fix snprintf warning in kvp_daemon
- properly handle long paths
- kvp: configurable external scripts path
- vss: Thaw the filesystem and continue if freeze call has timed out
- vss: Skip freezing filesystems backed by loop
-------------------------------------------------------------------
Wed Jun 28 12:04:38 UTC 2017 - ohering@suse.de