Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Knot projects
Knot DNS
Commits
d35196fe
Commit
d35196fe
authored
Apr 17, 2012
by
Lubos Slovak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version info updated.
parent
b599dd68
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
KNOWN_ISSUES
KNOWN_ISSUES
+0
-1
RELNOTES
RELNOTES
+10
-0
configure.ac
configure.ac
+1
-1
No files found.
KNOWN_ISSUES
View file @
d35196fe
...
@@ -12,4 +12,3 @@ Known bugs
...
@@ -12,4 +12,3 @@ Known bugs
* IXFR may be slow when too much (10 000+) RRSets are transfered at once.
* IXFR may be slow when too much (10 000+) RRSets are transfered at once.
* Slow start with too many zones.
* Slow start with too many zones.
* Slower compilation of zones (to be fixed soon).
RELNOTES
View file @
d35196fe
v1.0.3 - Apr 17, 2011
---------------------
Bugfixes:
* Corrected handling of EDNS0 when TCP is used (was applying the UDP size limit).
* Fixed slow compilation of zones.
* Fixed potential crash with many concurrent transfers.
* Fixed missing include for FreeBSD.
v1.0.2 - Apr 13, 2012
v1.0.2 - Apr 13, 2012
---------------------
---------------------
...
...
configure.ac
View file @
d35196fe
# -*- Autoconf -*-
# -*- Autoconf -*-
AC_PREREQ([2.65])
AC_PREREQ([2.65])
AC_INIT([knot], [1.0.
2
], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.0.
3
], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_HEADERS([src/config.h])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment