Skip to content

Commit

Permalink
Merge branch 'release-5-0-0' into 'master'
Browse files Browse the repository at this point in the history
release 5.0.0

See merge request knot/knot-resolver!928
  • Loading branch information
nicki-krizek committed Jan 27, 2020
2 parents 2d03819 + 5f3ae34 commit 2e4a7df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
Knot Resolver 5.0.0 (20yy-mm-dd)
Knot Resolver 5.0.0 (2020-01-27)
================================

Incompatible changes
--------------------
- see upgrading guide: https://knot-resolver.readthedocs.io/en/stable/upgrading.html
- systemd sockets are no longer supported (#485)
- net.listen() throws an error if it fails to bind; use freebind option if needed
- control socket location has changed
- control socket location has changed (!922)
- -f/--forks is deprecated (#529, !919)

Improvements
------------
- logging: control-socket commands don't log unless --verbose (#528)
- use SO_REUSEPORT_LB if available (FreeBSD 12.0+)
- lua: remove dependency on lua-socket and lua-sec, used lua-http and cqueues (#512, #521, !894)
- lua: remove dependency on lua-filesystem (#520, !912)
- net.listen(): allow binding to non-local address with freebind option (!898)
- cache: pre-allocate the file to avoid SIGBUS later (not macOS; !917, #525)
- lua: be stricter around nonsense returned from modules (!901)
- user documentation was reorganized and extended (!900, !867)
- multiple config files can be used with --config/-c option (!909)
- lua: stop trying to tweak lua's GC (!201)
- systemd: add SYSTEMD_INSTANCE env variable to identify different instances (!906)

Bugfixes
--------
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
version: '4.3.0',
version: '5.0.0',
default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
meson_version: '>=0.46',
)
Expand Down

0 comments on commit 2e4a7df

Please sign in to comment.