Skip to content

Releases: edsrzf/mmap-go

Windows improvements and various other updates

17 Dec 21:44
Compare
Choose a tag to compare

This releases fixes several issues with the package on Windows:

  • #29 - Avoid leaking file handles when MapViewOfFile fails.
  • #22 - Fix anonymous mappings on Windows (bug introduced by the fix to #5).
  • #5 - Fix Flush on Windows.

Other updates:

  • Update golang.org/x/sys for compatibility with the upcoming Go 1.18 release.
  • Enable compilation for Plan 9. (#25) Note that Plan 9 still does not work at runtime.
  • Add examples.
  • Add GitHub Actions CI.

Stable release

16 Dec 01:21
Compare
Choose a tag to compare

I thought it was finally time to make a proper release of this package since it's had a stable interface for ages and is modestly popular.

I did a few things before cutting this release: