2010-05-04 01:20:34 +05:30
|
|
|
xbps-0.6.0 (2010-07-01):
|
|
|
|
|
|
|
|
* Removed asciidoc build dependency, simply use the troff manpages.
|
|
|
|
|
2010-04-20 17:52:38 +05:30
|
|
|
xbps-0.5.0 (2010-05-01):
|
|
|
|
|
2010-04-29 03:16:59 +05:30
|
|
|
* xbps-repo(8): fixed the 'search' target to also match patterns against
|
|
|
|
its description, and not only from the package/version touple.
|
|
|
|
|
2010-04-29 03:03:23 +05:30
|
|
|
* Cleaned up the code by using the LLVM's clang static analyzer, found
|
2010-04-29 03:28:55 +05:30
|
|
|
two possible NULL pointer dereferences in error branches and dead code.
|
2010-04-29 03:03:23 +05:30
|
|
|
|
2010-04-28 06:56:13 +05:30
|
|
|
* xbps-bin(8): added new flag '-p' for the 'remove' and 'autoremove'
|
|
|
|
targets, to also purge the package(s) after successful removal.
|
|
|
|
|
2010-04-27 21:34:02 +05:30
|
|
|
* xbps-repo(8): print a warning when registering a repository that has
|
|
|
|
been already added previously.
|
|
|
|
|
2010-04-20 17:52:38 +05:30
|
|
|
* Add proplib-0.4.1 source and use it in XBPS. This is to avoid
|
|
|
|
an external dependency, so that we depend on the features of the
|
|
|
|
internal library. This also means that proplib is not required anymore.
|
|
|
|
|
|
|
|
* Added support to read/write gzip compressed plists by default, thanks
|
|
|
|
to proplib-0.4 that gained new functionality.
|
|
|
|
|
2010-02-26 11:18:47 +05:30
|
|
|
xbps-0.4.1 (2010-02-28):
|
|
|
|
|
|
|
|
* xbps-bin(8): fixed the install target to work with package names containing
|
|
|
|
multiple '-', thus resulting in incorrect package name.
|
|
|
|
[ https://bugs.launchpad.net/bugs/528212 ]
|
|
|
|
|
|
|
|
* xbps-bin(8): fixed printing of incorrect message for packages containing
|
|
|
|
the 'preserve' object in its props dictionary.
|
|
|
|
[ https://bugs.launchpad.net/xbps/bugs/528216 ]
|
|
|
|
|
2010-01-24 22:29:40 +05:30
|
|
|
xbps-0.4 (2010-02-01):
|
2010-01-25 12:39:48 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps, xbps-bin(8), xbps-repo(8): redirect all warning and error
|
|
|
|
messages to stderr.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: changes xbps_yesno() and xbps_noyes() to only accept "yes" or "no"
|
|
|
|
(case insensitive) answers rather than 'y' or 'n', to avoid mistaken answers.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-repo(8): added support to the 'search' target to find exact matches,
|
|
|
|
i.e 'xbps-repo search bash'.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8) added support to the 'install', 'remove' and 'update'
|
|
|
|
targets to accept any arbitrary number of package names, i.e
|
|
|
|
"xbps-bin install foo blah baz".
|
|
|
|
See https://blueprints.launchpad.net/xbps/+spec/arbitrary-pkgname-args
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): added support to the 'install' and 'update' targets to
|
|
|
|
accept package patterns, i.e "xbps-bin install 'foo<=3.0'.
|
|
|
|
See https://blueprints.launchpad.net/xbps/+spec/install-pkg-by-pkgmatch
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: fixed some bugs while upgrading essential packages when new package
|
|
|
|
didn't have an INSTALL or REMOVE script and old package had them.
|
|
|
|
|
|
|
|
* libxbps: fixed some memleaks found by cppcheck and valgrind.
|
|
|
|
|
|
|
|
* Makefiles reworked to support parallel builds.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
|
|
|
* libxbps: many exported functions to the API are now internal and not
|
|
|
|
exported, because they were only used internally. The API is still not
|
|
|
|
finished and may be changed without notice.
|
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: be more strict finding required metadata plist files in binary
|
|
|
|
packages. Now the code checks for the two required plist files to be at
|
|
|
|
index <= 4 and doesn't write any entry to storage until they aren't found.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* Added doxygen documentation for the API, enabled with BUILD_API_DOCS.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: synced libfetch code with NetBSD's pkgsrc, updated to 2.30.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): when downloading binary packages, it now sets default
|
|
|
|
libfetch cache connection limits, thus reusing connections to the same host.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-uhelper: the 'fetch' target now accepts an arbitrary number of
|
|
|
|
arguments, and sets default libfetch cache connection limits.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): enable -f option for the 'purge' and 'remove' targets.
|
|
|
|
If set, files will be removed even if its hash doesn't match for the
|
|
|
|
'remove' target, and configuration files for the 'purge' target.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:51:08 +05:30
|
|
|
* libxbps: if updating a package, always overwrite files while unpacking;
|
|
|
|
compare old and new files to remove obsoletes if necessary. This makes
|
|
|
|
the "essential" object in package dictionary unnecessary, because all
|
|
|
|
packages are treated as they were essential.
|