Prepare for 0.59.1.
This commit is contained in:
parent
bd707acfee
commit
bfad1afff3
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
|||||||
|
xbps-0.59.1 (2020-04-01):
|
||||||
|
|
||||||
|
* libxbps: fixed a double free with malformed/incomplete
|
||||||
|
repodata archives. Added new test case. [xtraeme]
|
||||||
|
|
||||||
|
* zsh: updated completions. [Doàn Trần Công Danh, Piraty]
|
||||||
|
|
||||||
|
* libxbps: fix regression while checking reverse dependencies,
|
||||||
|
introduced in 0.59. Added new test case. [duncaen, Piotr Wójcik]
|
||||||
|
|
||||||
|
* xbps-fetch(1): fix output when not using sha256 mode. [duncaen]
|
||||||
|
|
||||||
|
* xbps-install(1): fix regressions in transaction statistics,
|
||||||
|
introduced in 0.59. [duncaen, xtraeme]
|
||||||
|
|
||||||
xbps-0.59 (2020-03-03):
|
xbps-0.59 (2020-03-03):
|
||||||
|
|
||||||
* xbps-fetch(1): added TIMEOUT_CONNECTION environment variable
|
* xbps-fetch(1): added TIMEOUT_CONNECTION environment variable
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Try and be like autotools configure, but without autotools
|
# Try and be like autotools configure, but without autotools
|
||||||
|
|
||||||
VERSION=0.59
|
VERSION=0.59.1
|
||||||
|
|
||||||
# Ensure that we do not inherit these from env
|
# Ensure that we do not inherit these from env
|
||||||
OS=
|
OS=
|
||||||
|
Loading…
Reference in New Issue
Block a user