NEWS: mention today's changes.
This commit is contained in:
parent
8081751f86
commit
35e0b3fef5
21
NEWS
21
NEWS
@ -1,5 +1,26 @@
|
|||||||
xbps-0.48 (???):
|
xbps-0.48 (???):
|
||||||
|
|
||||||
|
* libxbps: when using verbose mode (-v) also print pkgs that are being
|
||||||
|
added to the transaction, this way we can know what pkg(s) are blocking
|
||||||
|
a transaction when there are unresolved (reverse)dependencies.
|
||||||
|
|
||||||
|
* libxbps: improved messages when reverse dependencies in a transaction
|
||||||
|
are not satistfied.
|
||||||
|
|
||||||
|
After
|
||||||
|
-----
|
||||||
|
$ xbps-install -un
|
||||||
|
re2-2015.07.01_1 (update) breaks installed pkg `chromium-44.0.2403.155_1'
|
||||||
|
Transaction aborted due to unresolved dependencies.
|
||||||
|
$
|
||||||
|
|
||||||
|
Before
|
||||||
|
------
|
||||||
|
$ xbps-install -un
|
||||||
|
chromium-44.0.2403.155_1 broken, needs `re2-2015.07.01_1'
|
||||||
|
Transaction aborted due to unresolved dependencies.
|
||||||
|
$
|
||||||
|
|
||||||
* xbps-checkvers(1): fixed an endless loop while processing templates containing
|
* xbps-checkvers(1): fixed an endless loop while processing templates containing
|
||||||
extra alphanumeric characters in the `reverts' object. Added a new testcase
|
extra alphanumeric characters in the `reverts' object. Added a new testcase
|
||||||
to verify its correctness.
|
to verify its correctness.
|
||||||
|
Loading…
Reference in New Issue
Block a user