Skip to content

Releases: microsoft/go-winio

v0.6.2

19 Apr 18:37
3c9576c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Apr 19:54
070c828
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Sep 15:59
376b201
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @johanvdw made their first contribution in #237
  • @microsoft-github-policy-service made their first contribution in #250
  • @meeehow made their first contribution in #252
  • @jcchavezs made their first contribution in #223

Full Changelog: v0.5.2...v0.6.0

v0.5.2

17 Feb 17:36
dfd7da8
Compare
Choose a tag to compare

What's Changed

  • Allow guid package to be used on non-Windows GOOS targets by @dcormier in #169
  • Fix TestLookupEmptyNameFails by @bitgestalt in #225
  • Replace github.com/pkg/errors with stdlib errors by @bitgestalt in #227
  • Fix 'OpenVirtualDiskParameters' BOOL fields by @dcantah in #226
  • Add functions for SDDL, EA & Reparse encoding by @ambarve in #220
  • HvsockConn shutdown bugfix, added .IsClosed() functions by @helsaawy in #231

Full Changelog: v0.5.1...v0.5.2

v0.4.20

15 Oct 22:14
7e149e8
Compare
Choose a tag to compare

What's Changed

  • [release/0.4] Backport fixes from v0.5.1 to 0.4 by @kevpar in #222

Full Changelog: v0.4.19...v0.4.20

v0.5.1

15 Oct 21:28
6c24dfa
Compare
Choose a tag to compare

What's Changed

  • Fix syscall error handling in vhd and pkg/security by @kevpar in #210
  • Fix corruption in x86 callback by @kylewo in #214
  • Update README with DCO information + re-order into sections by @dcantah in #219
  • backuptar: Fix sparse file handling by @kevpar in #221
  • Fixing corruption in callbacks introduced by x86 changes by @kylewo in #217

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Apr 22:20
58dba89
Compare
Choose a tag to compare
  • Added GetFileStandardInfo which returns information from the GetFileInformationByHandleEx syscall with FileStandardInfo specified.

v0.4.19

22 Apr 17:31
5c2e05d
Compare
Choose a tag to compare
  • Temporarily reverted implementation of GetFileStandardInfo which returns information from the GetFileInformationByHandleEx syscall with FileStandardInfo specified to address moby/moby#42307

v0.4.18

20 Apr 01:07
e98b56d
Compare
Choose a tag to compare
  • Added SeSecurityPrivilege constant.

v0.4.17

13 Apr 21:48
5516f17
Compare
Choose a tag to compare
  • Added build constraints to Windows specific files.
  • Fixed error handling for GetFileSystemType.
  • pkg/etw now supports setting a provider group ID.
  • Switched from os/exec to golang.org/x/sys/execabs for launching processes. This removes a generally unintended affect where the current directory would be searched for the binary to be launched.
  • Added GetFileStandardInfo which returns information from the GetFileInformationByHandleEx syscall with FileStandardInfo specified.