Releases: macports/macports-legacy-support
Releases · macports/macports-legacy-support
LegacySupport 1.4.0
What's Changed
- Update copyright years by @aeiouaeiouaeiouaeiouaeiouaeiou in #89
- Several updates - see individual commits by @fhgwright in #96
- Many updates - see individual commits by @fhgwright in #97
- Multiple updates, mostly for realpath() by @fhgwright in #98
- Additional realpath() fixes by @fhgwright in #99
- Several updates - see individual commits by @fhgwright in #100
- Multiple updates - see individual commits by @fhgwright in #101
- Multiple updates, mostly for stat() by @fhgwright in #105
- Multiple changes (primarily cleanups) - see individual commits by @fhgwright in #106
- Update copyright years by @aeiouaeiouaeiouaeiouaeiouaeiou in #107
- Fixes for copyfile(), *statx() and TargetConditionals by @fhgwright in #108
- Multiple fixes and new features - see individual commit messages by @fhgwright in #109
- Add CPU_TYPE_ARM; update README by @fhgwright in #110
New Contributors
- @aeiouaeiouaeiouaeiouaeiouaeiou made their first contribution in #89
Full Changelog: v1.3.0...v1.4.0
LegacySupport 1.3.0
What's Changed
- Add implementation and tests for stpncpy() security wrapper: #87
- Many updates - primarily header-related: #88
- Cleanups and a few minor bugfixes: #91
- Mostly SDK-related changes, including __DARWIN_C_LEVEL stuff: #92
- Add two new queue macros with tests, plus a warning fix: #94
- Add fgetattrlist(): #93
Full Changelog: v1.2.4...v1.3.0
LegacySupport 1.2.4
- stpncpy: Fix potential header collision with "later" SDK
- provide workaround for pthread_get_stacksize_np
LegacySupport 1.2.3
- Add stpncpy() support, along with associated tests
- Allow reexport on newer systems
- test_dirfuncs_compat: fix warning
LegacySupport 1.2.2
- dirfuncs_compat: Add comment regarding retention
- sysconf(_SC_PHYS_PAGES): Always use wrapper on i386
- sys/socket.h: Fix CMSG_DATA definition in <10.6
- Add test for os/lock.h
- Add more library symbols for Rust support
LegacySupport 1.2.1
- Added compatibility entry points. No change to existing code.
LegacySupport 1.2.0
- fdopendir: fixes/improvements
- Build fixes for dirent.h, on 10.9 and 10.4
LegacySupport 1.1.1
Bug fix release to 1.1.0
- Fix build issue with dirent.h
LegacySupport 1.0.13
- time: added missing CLOCK_*
LegacySupport 1.0.12
- stdio.h: add fmemopen (OS X < 10.13)