Merge branch 'master' into remove-deprecated

This commit is contained in:
Evan Miller 2020-11-27 07:26:18 -05:00
commit be7840b9e6
2 changed files with 3 additions and 11 deletions

6
NEWS
View File

@ -40,9 +40,9 @@ The previously-deprecated functions mdb_init() and mdb_exit() have been
removed. These functions did nothing; any calls to them should be excised with
prejudice.
This release introduces a new CLI tool (mdb-queries) and deprecates mdb-array,
mdb-header, and mdb-parsecsv. Several man pages have been added or otherwise
brought up to date.
This release introduces two new CLI tools (mdb-count and mdb-queries) and
deprecates mdb-array, mdb-header, and mdb-parsecsv. Several man pages have been
added or otherwise brought up to date.
The GNOME-based GUI tool that formerly shipped with MDB Tools has been moved to
a separate project, here:

8
TODO
View File

@ -32,11 +32,3 @@ SQL Engine:
ODBC:
. many unimplemented funtions
GMDB:
. Finish debug dissectors
. Printing not implemented
. Fix bitmask size bug in debugger
. sql window section in manual
. debugger section in manual