summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-11 12:14:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-11 12:14:59 +0200
commitf2a79bcf0f3e7285509cc931ef48d2d001174087 (patch)
tree6fd50bc6103928a952f4dabcbb543bc44f428e09 /TODO
parentcc991871a9a4a429b29ef3f78fb871e36344e1af (diff)
Release version 8.0.15+10v8.0.15+10
- Add missing <limits> include to sql-common/sql_string.cc. - Minor accumulated cleanups.
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 0 insertions, 18 deletions
diff --git a/TODO b/TODO
index a8292a7..da80960 100644
--- a/TODO
+++ b/TODO
@@ -1,23 +1,5 @@
On the revision:
-- Make the .def file a prerequisite of the libs type target and only for
- Windows.
-
-- Canonicalize the license in the package manifest.
-
-- Normalize C comments in the tests source code:
-
- Replace
-
- /*
- * ...
- */
-
- with
-
- /* ...
- */
-
On the release:
- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).