Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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