Added "install-date" object to pkg's pkgdb dictionary, make xbps-bin(8) print it.

This commit is contained in:
Juan RP
2012-07-11 12:19:39 +02:00
parent d8f1fc978a
commit 2f1e975607
4 changed files with 53 additions and 3 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
xbps-0.16.5 (???):
* libxbps: at package register time a new string object in pkgdb is added
"install-date" that records the package installation date with the following
strftime(3) format: "%F %R %Z".
* xbps-bin(8): the 'show' target now prints some objects from pkgdb if found:
"install-date" and "automatic-install".
xbps-0.16.4 (2012-07-10):
* Imported proplib 0.6.1 from http://code.google.com/p/portableproplib.