File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,31 @@ All notable changes to simdzone will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0 ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.1.1 ] - 2024-07-19
99
1010### Added
1111
1212- Test to verify configure.ac and Makefile.in are correct.
13+ - Add support for reading from stdin if filename is "-".
14+ - Add support for building with Oracle Developer Studio 12.6.
15+ - Add support for "time" service for Well-Know Services (WKS) RR.
1316
1417### Fixed
1518
1619- Fix makefile dependencies.
1720- Fix makefile to use source directory for build dependencies.
1821- Fix changelog to reflect v0.1.0 release.
1922- Update makefile to not use target-specific variables.
23+ - Fix makefile clean targets.
24+ - Fix state keeping in fallback scanner for contiguous and quoted.
25+ - Fix bug in name scanner.
26+ - Fix type mnemonic parsing in fallback parser.
27+ - Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6.
28+ - Fix use after free on buffer resize.
29+
30+ ### Changed
31+
32+ - Make relative includes relative to current working directory.
2033
2134## [ 0.1.0] - 2024-04-16
2235
You can’t perform that action at this time.
0 commit comments