Skip to content

Commit

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


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

### Changes
- Add support for UDP services by wrapping `recvfrom()`
- Add support for IPv6
- Scope ACL environment variable with `ACCEPT_GUARD_` prefix to avoid
clashing with other uses of ACL on the system. Incompatible change!
- Simplify build system slightly
- Add basic IPv4 TCP test to verify accept guard, based on `unshare`
- Add basic test suite to verify accept guard, based on `unshare`
- Replace unsafe `strncpy()` with safer version that NUL terminates.
In a world of systemd named interfaces we are always at `IFNAMSIZ`

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.1-beta1
VERSION = 1.1
NAME = accept-guard
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit c034ae0

Please sign in to comment.