2011-07-15 21:52:58 +05:30
|
|
|
xbps-0.10.0 (???):
|
|
|
|
|
|
|
|
* libxbps: revamped virtual package handling. The public API find
|
|
|
|
functions (xbps_find_pkg_*) don't know anything about virtual packages.
|
|
|
|
To find virtual packages the xbps_find_virtualpkg_* functions must be
|
|
|
|
used instead of the "classic" ones.
|
|
|
|
|
|
|
|
* libxbps: the xbps_find_foo_in_array functions have been renamed
|
|
|
|
to xbps_match_foo_in_array because its task is only matching against
|
|
|
|
the provided package name, package pattern or string.
|
|
|
|
|
|
|
|
xbps-0.9.1 (2011-07-15):
|
2011-07-09 14:20:44 +05:30
|
|
|
|
2011-07-14 03:43:25 +05:30
|
|
|
* libxbps: xbps_repository_pool no longer loops forever if a package
|
|
|
|
index plist file cannot be fetched due to network problems, or
|
|
|
|
if the file is not available anymore; the repository will be
|
|
|
|
ignored.
|
|
|
|
|
2011-07-11 13:48:16 +05:30
|
|
|
* xbps-repo(8): the 'genindex' failed to register in pkg-index
|
|
|
|
packages less than on equal than any other package providing the
|
|
|
|
same package name. Ignore packages providing virtual packages.
|
|
|
|
|
2011-07-09 16:48:11 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target now removes entries in existent
|
|
|
|
package index files for unexistent packages that were previously
|
|
|
|
registered (removed, not enough permissions, etc). Fixes issue #1
|
|
|
|
in github.com/vanilla/xbps.
|
|
|
|
|
2011-07-09 14:51:17 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target creates required directories
|
|
|
|
in local repositories if it's necessary. Fixes issue #3 in
|
|
|
|
github.com/vanilla/xbps.
|
|
|
|
|
2011-07-09 14:20:44 +05:30
|
|
|
* xbps-repo(8): the 'search' target now matches patterns in
|
2011-07-09 14:51:17 +05:30
|
|
|
case insensitive mode. Fixes issue #2 on github.com/vanilla/xbps.
|
2011-07-09 14:20:44 +05:30
|
|
|
|
|
|
|
* A bug has been fixed while updating a package and another package
|
|
|
|
providing a virtual package with a greater version was available
|
|
|
|
in repositories. Only accept this if the virtual package is explicitly
|
|
|
|
enabled in the "virtual-packages" section in the configuration file.
|
|
|
|
|
|
|
|
xbps-0.9.0 (2011-07-08):
|
2011-06-01 13:40:43 +05:30
|
|
|
|
2011-07-05 20:16:34 +05:30
|
|
|
* configure doesn't require a zlib package with a pkg-config file, to
|
|
|
|
workaround some distribution that don't provide it (hi Ubuntu!). Rather
|
|
|
|
it now checks for a required function. Fixes issue 6 in googlecode.
|
|
|
|
|
2011-06-22 13:23:44 +05:30
|
|
|
* The configuration file now accepts a new option "fetch-timeout-connection",
|
|
|
|
to specify the limit to wait (in seconds) of timed out connections when
|
|
|
|
fetching files. It's set to 30 in configuration file, and if not set it
|
|
|
|
also defaults to 30 seconds.
|
|
|
|
|
2011-06-04 21:23:27 +05:30
|
|
|
* The configuration file now accepts new options to change rootdir
|
|
|
|
(same than -r in xbps-bin(8)), cachedir (same than -c in xbps-bin(8))
|
|
|
|
and fetching cache connection limits. If settings are specified via
|
|
|
|
the flags -r and -c in xbps-bin(8)/xbps-repo(8), they are prefered
|
|
|
|
over the ones in the configuration file.
|
|
|
|
|
2011-06-04 17:07:53 +05:30
|
|
|
* Fixed some bugs with virtual packages, to not adding duplicate package
|
|
|
|
dictionaries in the transaction dictionary.
|
|
|
|
|
|
|
|
* xbps-bin(8)/xbps-repo(8): the 'show-files' target now prints the target
|
|
|
|
file on symlinks, i.e: "/sbin/foo -> /sbin/blah".
|
|
|
|
|
|
|
|
* Changed the package pattern match code to the one available on NetBSD.
|
|
|
|
It's much better and provides more alternative pattern matching options.
|
|
|
|
|
|
|
|
* A new configuration file in plist format to specify repositories and
|
|
|
|
virtual packages has been created, defaults to "/etc/xbps-conf.plist".
|
|
|
|
That means that you no longer need to register/unregister repositories;
|
|
|
|
just add your favourite local or remote repository and the first time
|
|
|
|
XBPS needs to access the pkg-index file it will be downloaded.
|
|
|
|
|
|
|
|
More options and properties will be added to the configuration file in
|
|
|
|
the future. By default we use the official public remote repository,
|
|
|
|
and "dcron" package for a cron daemon package.
|
|
|
|
|
|
|
|
The ABI/API is not compatible anymore with previous versions, you've
|
|
|
|
been advised :-)
|
2011-06-01 13:40:43 +05:30
|
|
|
|
|
|
|
* xbps-bin(8): the 'check' target now also checks for modified symlinks,
|
|
|
|
and warns if any of them has been modified. For this to work, the package
|
|
|
|
metadata files.plist should contain the 'target' object in the 'links'
|
|
|
|
array (created automatically by xbps-src since 20110531).
|
2011-05-27 21:02:42 +05:30
|
|
|
|
|
|
|
* Improved repository package index format (v1.2). The index now contains all
|
|
|
|
package objects, so that it's not necessary to fetch info from binpkgs.
|
|
|
|
The file will also be a bit bigger, but not to worry about.
|
|
|
|
|
2011-05-27 13:15:32 +05:30
|
|
|
xbps-0.8.1 (2011-05-27):
|
|
|
|
|
|
|
|
* xbps-bin(8)/xbps-repo(8): more meaningful messages when a package couldn't
|
|
|
|
be found in the show, show-deps and show-files targets, rather than exiting
|
|
|
|
silently with only the error return value.
|
|
|
|
|
|
|
|
* Added three new objects for the package props.plist metadata file to
|
|
|
|
specify homepage, license and build date.
|
|
|
|
|
|
|
|
* Minor improvements to the generation of API documentation.
|
|
|
|
|
2011-05-24 13:15:44 +05:30
|
|
|
xbps-0.8.0 (2011-05-24):
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-02-26 15:44:05 +05:30
|
|
|
* xbps-bin(8): added -A and -M options, for setting package install reason
|
|
|
|
to automatic or manual. Obviously both cannot be used togeter.
|
|
|
|
|
2011-02-21 22:17:01 +05:30
|
|
|
* xbps-{bin,repo}(8): -c (cachedir) argument now is an absolute path and
|
2011-02-21 22:12:47 +05:30
|
|
|
not relative to the root directory.
|
|
|
|
|
2011-02-18 21:09:42 +05:30
|
|
|
* Fixed finally when a package should replace an installed package, but
|
|
|
|
at the same time the package to be replaced also needs to be updated
|
|
|
|
in the transaction. A real example:
|
|
|
|
|
|
|
|
- sg3_utils-1.28 is currently installed.
|
|
|
|
- Installed package udisks-1.0.2_1 depends on sg3_utils-1.28.
|
|
|
|
- sg3_utils-1.28 has been splitted into libsgutils for 1.31,
|
|
|
|
and libsgutils-1.31 has "replaces=sg3_utils<1.31".
|
|
|
|
- udisks-1.0.2_2 depends on libsgutils-1.31.
|
|
|
|
|
|
|
|
So now the old sg3_utils-1.28 package will be marked in its transaction
|
|
|
|
object as "remove" and the new sg3_utils-1.31 package as "update".
|
|
|
|
Therefore both packages (sg3_utils old/new) will be in the transaction
|
|
|
|
but one will be removed and the other one updated.
|
|
|
|
|
2011-02-17 13:56:43 +05:30
|
|
|
* Fixed a bug that made all registered repositories to fail when the first
|
|
|
|
one couldn't be internalized in xbps_repository_pool_init().
|
|
|
|
|
2011-02-05 15:55:04 +05:30
|
|
|
* Added the concept of package properties in the API. At this moment
|
|
|
|
only one property is fully working, "virtual". When xbps-bin(8)
|
|
|
|
sets this property for a package, its virtual package list will be
|
|
|
|
set in the XBPS_REGPKGDB plist in a package dictionary and the matching
|
|
|
|
logic will always prefer its virtual packages over the real ones.
|
|
|
|
You can do wonderful things with this, like always using development
|
|
|
|
package versions, or simply customize what packages you want to
|
|
|
|
install rather than the default ones. As a real example, you can now
|
|
|
|
use the 'xbps-devel' package rather than the stable package version
|
|
|
|
'xbps' before installing the system and package dependencies will
|
|
|
|
still be resolved:
|
|
|
|
|
|
|
|
"$ xbps-bin set-prop virtual xbps-devel"
|
|
|
|
"$ xbps-bin install xbps-base-system"
|
|
|
|
|
|
|
|
Only packages that have the "provides" object are valid for the
|
|
|
|
"virtual" property.
|
|
|
|
|
2011-02-01 05:51:54 +05:30
|
|
|
* Moved the "replaces" handling logic into the API. But instead of
|
|
|
|
removing any package, the packages that should be replaced are
|
|
|
|
added into the transaction dictionary and marked as "remove".
|
|
|
|
The frontend is responsible to install, update, configure and remove
|
|
|
|
all packages by using the properties set in the transaction dictionary.
|
|
|
|
|
2011-01-31 21:10:33 +05:30
|
|
|
* xbps-dgraph: now parses the "provides" object in the package properties
|
|
|
|
metadata plist file for packages providing virtual packages.
|
|
|
|
|
2011-01-30 12:38:34 +05:30
|
|
|
* xbps-bin(8): added -R option for the "remove" target, to recursively
|
|
|
|
remove packages that were installed automatically by the package(s)
|
|
|
|
that we want to remove, and no other package currently depends on.
|
2011-01-30 12:46:36 +05:30
|
|
|
This is much like the remove and autoremove targets together, i.e
|
|
|
|
"xbps-bin -yp remove foo && xbps-bin -yp autoremove".
|
2011-01-30 12:38:34 +05:30
|
|
|
|
2011-01-27 19:06:33 +05:30
|
|
|
* xbps-bin(8): added -D option to only show the URLs to download the binary
|
|
|
|
packages required by the "install", "update" and "autoupdate" targets.
|
|
|
|
|
2011-01-29 21:49:45 +05:30
|
|
|
* xbps-bin(8): make the list target (without arguments) only show
|
|
|
|
packages that are fully installed. Previously packages in unpacked
|
|
|
|
state were also shown.
|
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Added support for virtual packages. A virtual package is one that doesn't
|
|
|
|
exist in the repository, but other packages can provide it. A new array
|
|
|
|
in the package properties dictionary has been added to specify which
|
|
|
|
virtual packages the package supports. As an example, the `rsyslog'
|
|
|
|
package provides the virtual package `syslog-daemon-0'. Other packages
|
|
|
|
can depend in `syslog-daemon>=0' and `rsyslog' will satisfy the dependency.
|
|
|
|
|
2011-01-24 19:14:30 +05:30
|
|
|
* Merged the `progress_callback' branch that makes possible to specify a
|
|
|
|
function callback to update progress while unpacking binary packages
|
2011-02-22 21:03:54 +05:30
|
|
|
and while fetching files. xbps-bin(8) now lists current extract files
|
|
|
|
with its size in bytes if -v flag is set.
|
2011-01-24 19:14:30 +05:30
|
|
|
|
2011-01-19 21:47:39 +05:30
|
|
|
* Improved package dependency resolution in repositories by using a new
|
|
|
|
function, xbps_repository_pool_find_pkg() that returns a package dictionary
|
|
|
|
found in the first repository registered in the pool. It can also be used
|
|
|
|
to find the newest version found in all registered repositories.
|
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Improved package dependency sorting algorithm that uses less memory,
|
2011-01-29 00:26:43 +05:30
|
|
|
it is 60% faster approximately and as bonus sorts all packages in the way
|
2011-01-26 22:35:43 +05:30
|
|
|
they should be (previously the sorting was a bit different for packages
|
|
|
|
with no run-time dependencies).
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Many structural changes in the API. Made some stuff private and changed
|
|
|
|
some function arguments in the API, the ABI is not compatible anymore with
|
|
|
|
previous versions... anyway you shouldn't be using libxbps just yet.
|
|
|
|
The API documentation has been modified to stay in sync with reality.
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-01-16 21:37:43 +05:30
|
|
|
xbps-0.7.3 (2011-01-16):
|
|
|
|
|
|
|
|
* Fixed a bug that made libxbps fail to detect properly configuration files.
|
|
|
|
This made all updates in configuration files to be lost.
|
|
|
|
|
|
|
|
* It is now possible to properly build against an external portable proplib
|
|
|
|
(with pkg-config support) and libfetch.
|
|
|
|
|
|
|
|
* Enabled a bunch of compiler warnings in the configure script (if supported
|
|
|
|
by the compiler), and made symbol visibility dependent of configure tests.
|
|
|
|
|
|
|
|
* Added --silent argument to the configure script, hiding compilation
|
|
|
|
details in the build process (disabled by default).
|
|
|
|
|
2010-12-28 16:45:11 +05:30
|
|
|
xbps-0.7.2 (2010-12-28):
|
|
|
|
|
|
|
|
* Fixed some memleaks in libxbps and its clients, found by valgrind.
|
|
|
|
|
2010-12-24 00:36:51 +05:30
|
|
|
xbps-0.7.1 (2010-12-23):
|
2010-12-16 04:55:53 +05:30
|
|
|
|
2010-12-24 00:36:51 +05:30
|
|
|
* xbps-dgraph: fixed small build error on x86 shown in buildbot tests.
|
|
|
|
|
|
|
|
* libxbps: xbps_repository_pool_init(): don't loop forever if repository
|
|
|
|
pkg-index.plist files cannot be internalized.
|
|
|
|
|
|
|
|
* libxbps: xbps_fetch_file(): set a 30 seconds timeout for transfers.
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed the 'genindex' target for the API changes in 0.7.0.
|
|
|
|
|
|
|
|
* xbps-uhelper: fixed the 'unregister' target for the API changes in 0.7.0.
|
2010-12-16 04:55:53 +05:30
|
|
|
|
2010-12-15 20:14:42 +05:30
|
|
|
xbps-0.7.0 (2010-12-15):
|
2010-12-15 19:44:44 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): implemented the 'find-files' target to print which packages
|
|
|
|
own a file, link, directory, etc. Analogue to the one implemented in
|
|
|
|
xbps-bin(8). Works for local and remote repository, fetching info on-the-fly.
|
2010-11-24 21:07:30 +05:30
|
|
|
|
2010-12-15 20:17:23 +05:30
|
|
|
* Fixed a typo in the configure script that broke detection of strlcat(),
|
|
|
|
reported and patch provided by Min Sik Kim in issue 2.
|
|
|
|
|
2010-12-03 22:06:07 +05:30
|
|
|
* xbps-bin(8): added -F flag for the remove target. Unless it's set,
|
|
|
|
packages that are dependencies of other installed packages won't be removed.
|
|
|
|
This flag overrides this behaviour and forces the package removal.
|
|
|
|
|
2010-11-24 21:07:30 +05:30
|
|
|
* xbps-{bin,repo}(8): indent uniformly all lines while listing packages
|
|
|
|
in xbps-bin or while searching for packages in xbps-repo.
|
|
|
|
|
|
|
|
* xbps-repo(8): while searching for packages also try to find strings
|
|
|
|
in the short description object.
|
|
|
|
|
|
|
|
* xbps-{bin,repo}(8): added -d arg to enable debugging output to stderr.
|
|
|
|
|
2010-11-24 21:31:55 +05:30
|
|
|
* While updating packages, obsolete directories are also removed when
|
|
|
|
necessary. This helped to remove some empty dirs for python 2.6 > 2.7
|
|
|
|
update, just to mention a real example.
|
|
|
|
|
2010-11-24 21:07:30 +05:30
|
|
|
* Cleaned up the API. Still not finished and there's a long way to have this
|
|
|
|
finished and ready for public consumption.
|
2010-11-09 03:57:15 +05:30
|
|
|
|
|
|
|
* xbps-dgraph: new utility to generate graphviz' dot(1) graphs for package
|
|
|
|
metadata properties, such as dependencies, reverse dependencies, etc.
|
|
|
|
Extracts the info from installed package metadata plist files.
|
|
|
|
|
|
|
|
* Performance improvements in libxbps and all utilities, by avoiding
|
|
|
|
unnecessary access(2) and chdir(2) calls while executing the
|
|
|
|
INSTALL/REMOVE scripts at pre/post (de)install time.
|
|
|
|
|
|
|
|
* Fixed some memleaks on libxbps found while working on the xbps-dgraph
|
|
|
|
utility.
|
|
|
|
|
2010-10-31 04:19:56 +05:30
|
|
|
xbps-0.6.2 (2010-10-31):
|
2010-10-27 03:45:59 +05:30
|
|
|
|
2010-10-29 12:40:41 +05:30
|
|
|
* libxbps: xbps_repository_unregister(): in remote repositories, also
|
|
|
|
remove the pkg index file and its directory.
|
|
|
|
|
|
|
|
* libxbps: xbps_get_pkg_index_plist(): fixed a memleak.
|
|
|
|
|
2010-10-27 16:40:03 +05:30
|
|
|
* xbps-bin(8): modify the 'list' target to accept an optional argument to
|
|
|
|
list packages in the specified state, so that you can list packages that
|
|
|
|
need to be purged, configured and broken (will be used in the future).
|
|
|
|
|
2010-10-27 03:55:02 +05:30
|
|
|
* xbps-bin(8): added a new target 'find-files' to find which installed
|
|
|
|
package(s) own a file. Exact matches "/bin/mount" or patterns
|
|
|
|
"/usr/lib/libb[ao]b\*" can be specified.
|
|
|
|
|
2010-10-27 03:45:59 +05:30
|
|
|
* When updating a package and removing obsolete files, don't forget to
|
|
|
|
remove those directories if they were empty.
|
|
|
|
|
2010-10-23 21:39:35 +05:30
|
|
|
xbps-0.6.1 (2010-10-23):
|
|
|
|
|
|
|
|
* When replacing a package that is going to be updated in the transaction
|
|
|
|
do not remove it, just overwrite its files and continue. The updated
|
|
|
|
package will find that old files didn't match the SHA256 hash and will
|
|
|
|
skip them. This solves the issue of new package updates requiring new
|
|
|
|
dependencies with files that were previously stored in the old version.
|
|
|
|
For example gtk+-2.20 containing gdk-pixbuf, and gtk+-2.22 requiring
|
|
|
|
gdk-pixbuf externally.
|
|
|
|
|
2010-06-03 13:23:03 +05:30
|
|
|
xbps-0.6.0 (2010-06-03):
|
2010-05-20 02:08:27 +05:30
|
|
|
|
2010-06-03 03:18:09 +05:30
|
|
|
* Synced libfetch code with NetBSD pkgsrc, updated to 2.31.
|
|
|
|
|
2010-05-20 06:13:56 +05:30
|
|
|
* libxbps: improved xbps_get_file_hash() to mmap(2) rather than read(2)
|
|
|
|
the file we have to process. With mmap'ed files the hash can be
|
|
|
|
processed 5x faster than before, or even more in some cases.
|
|
|
|
|
|
|
|
* libxbps: switch to OpenSSL SHA256 implementation and remove the one
|
|
|
|
previously used. It's faster and OpenSSL is required for libfetch so
|
|
|
|
there is not point in using it.
|
|
|
|
|
2010-05-20 02:08:27 +05:30
|
|
|
* Added strlcpy() and strlcat() from OpenBSD. Use them if they weren't
|
|
|
|
found by the configure script on the system.
|
|
|
|
|
|
|
|
* Added a configure script that emulates GNU autoconf but simplified, to
|
2010-05-20 06:13:56 +05:30
|
|
|
simplify customization for build options, flags, etc.
|
2010-05-20 02:08:27 +05:30
|
|
|
|
2010-05-18 19:03:27 +05:30
|
|
|
xbps-0.5.2.2 (2010-05-18):
|
|
|
|
|
|
|
|
* libxbps: do not forget to reset a variable to 0 when removing obsolete files
|
|
|
|
that are unexistent or its hash didn't match.
|
|
|
|
|
2010-05-18 17:10:51 +05:30
|
|
|
xbps-0.5.2.1 (2010-05-18):
|
|
|
|
|
|
|
|
* Due to human error, last fix in 0.5.2 was completely wrong and the
|
|
|
|
INSTALL/REMOVE scripts were simply empty so ENOENT was returned, clearly
|
|
|
|
this is expected and shouldn't be ignored.
|
|
|
|
|
2010-05-18 17:11:15 +05:30
|
|
|
xbps-0.5.2 (2010-05-18):
|
2010-05-18 11:16:27 +05:30
|
|
|
|
|
|
|
* libxbps: while running INSTALL/REMOVE scripts, do not fail if a script
|
|
|
|
returns ENOENT but the script exists; that means the script did not match
|
|
|
|
the expected action on its switch statement and the fact can be simply
|
|
|
|
ignored.
|
|
|
|
|
|
|
|
* libxbps: while upgrading packages and searching for obsolete files,
|
|
|
|
do not remove the files that did not match previous SHA256 hash. Also,
|
|
|
|
only remove obsolete dangling symlinks.
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed the 'genindex' target to not return error if any
|
|
|
|
package is already registered in the index.
|
2010-05-12 08:34:35 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): improved the 'search' target to also match substrings in
|
|
|
|
package/version tuples.
|
|
|
|
|
2010-05-11 18:31:44 +05:30
|
|
|
xbps-0.5.1 (2010-05-12):
|
|
|
|
|
|
|
|
* Fixed build issues in RHEL5, Ubuntu and others distributions.
|
|
|
|
|
|
|
|
* libxbps: changed the epoch component in version strings to the ':'
|
|
|
|
character to be differentiated from '-' in pkgname, and '_' in revision.
|
2010-05-04 01:20:34 +05:30
|
|
|
|
2010-05-04 20:34:36 +05:30
|
|
|
* xbps-bin(8): added a new target 'show-orphans' that list all package
|
|
|
|
orphans currently installed.
|
|
|
|
|
2010-05-04 01:20:34 +05:30
|
|
|
* 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
|
2010-05-18 11:16:27 +05:30
|
|
|
its description, and not only from the package/version tuple.
|
2010-04-29 03:16:59 +05:30
|
|
|
|
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.
|