Commit da63416 1 parent ca2bbd4 commit da63416 Copy full SHA for da63416
File tree 1 file changed +14
-1
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0 ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.1.1 ] - 2024-07-19
9
9
10
10
### Added
11
11
12
12
- 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.
13
16
14
17
### Fixed
15
18
16
19
- Fix makefile dependencies.
17
20
- Fix makefile to use source directory for build dependencies.
18
21
- Fix changelog to reflect v0.1.0 release.
19
22
- 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.
20
33
21
34
## [ 0.1.0] - 2024-04-16
22
35
You can’t perform that action at this time.
0 commit comments