- added HTTP support for .lastupdate files
- updated some points
This commit is contained in:
parent
72c2439576
commit
b01f38d7fd
1 changed files with 6 additions and 2 deletions
8
TODO
8
TODO
|
@ -7,9 +7,9 @@ TODO:
|
||||||
- implement missing functionnalities (mainly pacman -S <pkg1> <pkg2>, and
|
- implement missing functionnalities (mainly pacman -S <pkg1> <pkg2>, and
|
||||||
packages replacement)
|
packages replacement)
|
||||||
|
|
||||||
- pacman_deptest() is not implemented
|
- pacman_deptest() is not fully implemented
|
||||||
|
|
||||||
- backport new functionnalities from pacman >= 2.9
|
- backport new functionnalities from pacman >= 2.9.3
|
||||||
|
|
||||||
- bring back the autoconf/automake stuff
|
- bring back the autoconf/automake stuff
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@ verbose mode, which usage for the library log callback?)
|
||||||
- review errors handling in the library (globalise pm_errno usage,
|
- review errors handling in the library (globalise pm_errno usage,
|
||||||
improve error meanings)
|
improve error meanings)
|
||||||
|
|
||||||
|
- add a structure in pacman to hold all the configuration (pmo_root, ...)
|
||||||
|
|
||||||
|
- add HTTP support for .lastupdate files
|
||||||
|
|
||||||
- library documentation (doxygen? man pages for public functions? ...)
|
- library documentation (doxygen? man pages for public functions? ...)
|
||||||
|
|
||||||
- import libtar code into CVS too?
|
- import libtar code into CVS too?
|
||||||
|
|
Loading…
Add table
Reference in a new issue