From a71588e9bbf0701287944057705517cf746a8a11 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 24 Jul 2007 15:18:17 +0300 Subject: [PATCH] Update TODO - popt and internal libmagic removed - gettext-system updated - bdb has already been updated (only not taken advantage of yet) - "make distcheck" actually works now --- TODO | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index bd8233c..082b5c3 100644 --- a/TODO +++ b/TODO @@ -7,19 +7,17 @@ Janitorial work: - audit and clean up user visible strings - clean up the build process (auto*-stuff, compiler warnings) - audit int_32 vs uint_32 etc sanity in the interfaces -- fix toplevel "make distcheck" - have "make check" do something useful (use James' test-harness?) - use mkstemp() instead of mktemp() everywhere - refactor those 800+ line monster functions into something more digestable -- split popt to separate project -- update gettext -- update internal bdb (stale lock detection etc) -- remove internal file/libmagic? - review, update included README, INSTALL etc docs - uninternationalize RPMMESS_DEBUG strings to ease translator work - macroize hardcoded directories like docDirs - get rid of static "1024 entries is enough for everybody" buffers +General: +- bdb related improvements like add stale lock detection etc + API: - proper separation of exported and private headers to clean up the API - package verification API (instead of just printing out letters) -- 2.7.4