diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-06-07 12:56:22 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-06-07 12:56:22 +0300 |
commit | 22281cf90b1b684b765026bb817c4eb9edb87173 (patch) | |
tree | 87be7dd0be59b652ddbe8211f6d5f3fc41a4ab71 /TODO | |
parent | 40f4ed1de86e76799ad6839ed01d2a2974e4edc1 (diff) | |
download | librpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.tar.gz librpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.tar.bz2 librpm-tizen-22281cf90b1b684b765026bb817c4eb9edb87173.zip |
Another TODO-update.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |