summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-06-07 12:56:22 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-06-07 12:56:22 +0300
commit22281cf90b1b684b765026bb817c4eb9edb87173 (patch)
tree87be7dd0be59b652ddbe8211f6d5f3fc41a4ab71 /TODO
parent40f4ed1de86e76799ad6839ed01d2a2974e4edc1 (diff)
downloadlibrpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.tar.gz
librpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.tar.bz2
librpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.zip
Another TODO-update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index bc6804d86..1483abee2 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@
-------
- merge rest of applicable Suse + RH patches
- uninternationalize RPMMESS_DEBUG strings to ease translator work
+- deal with included file-4.10 vulnerabilities
+- check whether gcc supports -fno-strict-aliasing instead of blindly using
4.5 and beyond
--------------
@@ -11,11 +13,14 @@ Janitorial work:
of internal versions from -95 era
- audit and clean up user visible strings
- clean up the build process (auto*-stuff, compiler warnings)
+- fix toplevel "make distcheck"
- use mkstemp() instead of mktemp() everywhere
- refactor those 800+ line monster functions into something more digestable
- split popt to separate project
+- update gettext
- remove internal file/libmagic?
- remove internal lua?
+- review, update included README, INSTALL etc docs
API:
- proper separation of exported and private headers to clean up the API
@@ -31,3 +36,4 @@ Build:
Python:
- audit error handling in bindings (eg ts.addInstall() does not report back
failures from rpmtsAddInstallElement())
+- see if rpmdb can be made to look like pep-0249