summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-07-24 15:18:17 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-07-24 15:18:17 +0300
commita71588e9bbf0701287944057705517cf746a8a11 (patch)
tree93af3790c9be546b290d894a73bfbebbea714640 /TODO
parent129f42a6699c1110e1db9704443733d391487aa2 (diff)
downloadlibrpm-tizen-a71588e9bbf0701287944057705517cf746a8a11.tar.gz
librpm-tizen-a71588e9bbf0701287944057705517cf746a8a11.tar.bz2
librpm-tizen-a71588e9bbf0701287944057705517cf746a8a11.zip
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
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index bd8233c61..082b5c338 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)