Skip to content

Commit

Permalink
Update changelog and bump version for v1.4 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 6, 2021
1 parent 08f88ee commit 90ac304
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ ChangeLog
All notable changes to the project are documented in this file.


[v1.4][] - 2021-09-06
---------------------

### Changes
- Allow access if `getsockaname()` or `getifaddrs()` fails
- Use `SO_DOMAIN` socket option to query for `AF_INET` and `AF_INET6`
domain sockets. These are the only ones we are concerned with, let
everything else pass through


[v1.3][] - 2021-09-03
---------------------

Expand Down Expand Up @@ -48,6 +58,7 @@ First public release. Basic `accept()` wrapper which reads allowed
interface:port tuples from an `ACL=iface:port;iface2:port` environment
variable.

[v1.4]: https://github.com/westermo/accept-guard/compare/v1.3...v1.4
[v1.3]: https://github.com/westermo/accept-guard/compare/v1.2...v1.3
[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
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.3
VERSION = 1.4
NAME = accept-guard
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit 90ac304

Please sign in to comment.