Prepare for 0.59.1.

This commit is contained in:
Juan RP 2020-04-01 11:32:37 +02:00
parent bd707acfee
commit bfad1afff3
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@ -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
View File

@ -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=