Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
08460b8c
Commit
08460b8c
authored
Apr 07, 2014
by
Jeremy C. Reed
Browse files
[master] changelog improvements
grammar PostgreSQL like project shows the term typo fix mention DHCP
parent
13cd6dca
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
08460b8c
779. [func]* marcin
libdhcpsrv: the Memfile lease storage backend now writes leases into
CSV file. Configuration parsers for b10-dhcp4 and b10-dhcp6 use the
new configuration parameters to control the location of the lease
file. It is possible to disable lease writes to disk using
configuration for testing purposes.
libdhcpsrv: the Memfile lease storage backend now writes
leases into a CSV file. Configuration parsers for b10-dhcp4
and b10-dhcp6 use the new configuration parameters to
control the location of the lease file. It is possible to
disable lease writes to disk using configuration for testing
purposes.
(Trac #3360, git 09e6e71abf8bc693e389ebd262fd149b43c1f1d4)
778. [func] tmark
...
...
@@ -13,11 +14,11 @@
(Trac #3383, git 652aa4de2fa82fdf3de569d01d9f4aa618fc1972)
777. [func] tomek
b10-dhcp4 and b10-dhcp6 now support using Postgre
sql
as the backend
b10-dhcp4 and b10-dhcp6 now support using Postgre
SQL
as the backend
for storing lease data. This backend is enabled by specifying
--with-dhcp-pgsql on the "configure" command line. Without this
switch the Postgre
sql
backend is not compiled leaving BIND 10 able to
be built on systems without Postgre
sql
installed. Thanks to David
switch the Postgre
SQL
backend is not compiled leaving BIND 10 able to
be built on systems without Postgre
SQL
installed. Thanks to David
Carlier who contributed the initial patches for this work.
(Trac #3080, git 1aae8b1fab3008e62c4f085948b1abadad512447)
...
...
@@ -57,7 +58,7 @@
(Trac #3374, git c641e2d0569df3ca3e5a93beaf0ecf39db07e402)
771. [bug] tmark
Configuration parsing in b10-d
c
hp6 and b10-dhcp4 for the "dhcp-ddns"
Configuration parsing in b10-dh
c
p6 and b10-dhcp4 for the "dhcp-ddns"
section of their configurations now supplies hard-coded default values
rather than those from their spec files. This is a temporary solution
to circumvent an issue in the configuration libraries which causes
...
...
@@ -85,8 +86,9 @@
(Trac #3373, git da3b0d4f364d069ffdb47723545798ac589fae42)
767. [func] tomek
Unit-tests for all database backends are now shared. This improves
test coverage for memfile and any future backends that may appear.
Unit-tests for all DHCP database backends are now shared.
This improves test coverage for memfile and any future
backends that may appear.
(Trac #3359, git 3d6c11630ada9d0681a813cf026f6bb16aabb9fa)
bind10-1.2.0beta1 released on March 6, 2014
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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