xbps-create(8): new option -t, --tags to store tags/categories metadata.

This commit is contained in:
Juan RP
2014-05-29 11:36:39 +02:00
parent e903731718
commit b9e44009d9
3 changed files with 27 additions and 14 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.37 (???):
* xbps-create(8): new option `-t, --tags` to specify a list of tags
(categories) the package should be part of. This is just for metadata
purposes and querying packages by tags in the future.
* xbps-install(8): it's possible now to update a single package (if it's already
installed) without using the -u, --update option. This implements
GH #35 (https://github.com/voidlinux/xbps/issues/35).