Update TODO.

--HG--
extra : convert_revision : 2fb3e5cbd814d6b17645cdc78a05883942099353
This commit is contained in:
Juan RP 2009-02-05 15:26:59 +01:00
parent c86be9931b
commit 65d1c71008

View file

@ -20,8 +20,13 @@ xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata.
* Add support to remove recursively all deps of a package.
* Add support to detect orphaned packages.
* Add support to check sha512 hashes of all installed files, as well as
* Add support to check sha256 hashes of all installed files, as well as
hashes for binary packages before installation happens.
* Add support to use the show target with no repositories.
xbps-repo:
* Replace binpkg-genindex.sh with a target for xbps-repo to generate the
index. The goal is to be able to add/remove a package without having to
create the file from scratch, for performance.
* Some problems when installing binpkgs with repos:
- If first repo is valid but second is not, will fail.