Skip to content

Commit

Permalink
Update changelog and bump version for v1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Sep 1, 2021
1 parent 9d6c2d7 commit e978705
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ ChangeLog
All notable changes to the project are documented in this file.


[v1.2][] - 2021-09-01
---------------------

### Changes
- Add support for wrapping `recvmsg()` and `recv()` syscalls, in
addition to the existing `recvfrom()` wrapper
- Slightly improved test framework, with .log files and overview
- Only check ACL if `accept()` doesn't return error

### Fixes
- Fix markdown links in changelog diffs
- Fix uninitialized variable in test server

[v1.1][] - 2021-08-26
---------------------

Expand All @@ -28,5 +41,6 @@ First public release. Basic `accept()` wrapper which reads allowed
interface:port tuples from an `ACL=iface:port;iface2:port` environment
variable.

[v1.2]: https://github.com/westermo/accept-guard/compare/v1.1...v1.2
[v1.1]: https://github.com/westermo/accept-guard/compare/v1.0...v1.1
[v1.0]: https://github.com/westermo/accept-guard/compare/v0.0...v1.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.1
VERSION = 1.2
NAME = accept-guard
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit e978705

Please sign in to comment.