diff --git a/NEWS b/NEWS index 7dc3050..01cff1d 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/TODO b/TODO index 60a2c7f..4e20464 100644 --- a/TODO +++ b/TODO @@ -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