2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[master] changelog for #324

This commit is contained in:
JINMEI Tatuya
2012-04-04 14:41:53 -07:00
parent 8644866497
commit 7f72027665

View File

@@ -1,3 +1,14 @@
420. [bug]* jinmei, stephen
Updated the DB schema used in the SQLite3 data source so it can
use SQL indices more effectively. The previous schema had several
issues in this sense and could be very slow for some queries on a
very large zone (especially for negative answers). This change
requires a major version up of the schema; use b10-dbutil to
upgrade existing database files. Note: 'make install' will fail
unless old DB files installed in the standard location have been
upgraded.
(Trac #324, git 8644866497053f91ada4e99abe444d7876ed00ff)
419. [bug] jelte
JSON handler has been improved; escaping now works correctly
(including quotes in strings), and it now rejects more types of