From b6aac22a1b191cbc2dbe5865b164d234da1c4853 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 27 Nov 2020 06:33:15 -0500 Subject: [PATCH 1/2] Remove GMDB section from TODO This information has been copied to gmdb2's TODO file --- TODO | 8 -------- 1 file changed, 8 deletions(-) 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 From 790e81853671d2a998bbbf57e19039dd8a6eae8f Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 27 Nov 2020 06:38:44 -0500 Subject: [PATCH 2/2] mdb-count is new since 0.7.1 [CI SKIP] --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5076e45..6770a99 100644 --- a/NEWS +++ b/NEWS @@ -36,9 +36,9 @@ parameter, so that date formats can be set in a non-global fashion: The above function is the most common reason that old projects will fail to compile on 0.9, and the fix is straightforward. -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: