diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-02-15 21:02:28 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-02-15 21:02:28 +0100 |
commit | a3a4fcd0e5a4bbc54fc6f6c555b3656798f3a5aa (patch) | |
tree | adbb86088686bdeef3fae9f984f7942d1f922505 /RELNOTES | |
parent | f855fa7608da509ea1539f861ab7eb54305443c4 (diff) | |
download | knot-a3a4fcd0e5a4bbc54fc6f6c555b3656798f3a5aa.tar.gz |
Imported Upstream version 1.0~rc1upstream/1.0_rc1
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +v1.0-rc1 - Feb 14, 2012 +----------------------- + +New features: + * NSID support (RFC5001). + * Root zone support. + * Automatic zone compiling on server start. + * Setting user to run Knot under in config file. + * Dropping privileges after binding to port 53. + + Support for Linux capabilities(7). + * Setting source address of outgoing transfers in config file. + * Custom PID file. + * CNAME loop detection. + * Timeout on TCP connections. + * Basic defense against DoS attacks. + +Bugfixes: + * Fixed IXFR processing. + * Patched URCU so that it compiles on architectures without TLS in compiler (NetBSD, OpenBSD). + * Fixed response to DS query at parent zone. + * A lot of other bugfixes. + + v0.9.1 - Jan 20, 2012 --------------------- |