SHA256
1
0
forked from pool/ant

Accepting request 631428 from home:jsikes:branches:Java:packages

Updated ant to 1.9.13. Have fun!

OBS-URL: https://build.opensuse.org/request/show/631428
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=114
This commit is contained in:
Tomáš Chvátal
2018-08-24 20:48:52 +00:00
committed by Git OBS Bridge
parent b00772365e
commit a97a31ece5
8 changed files with 32 additions and 15 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 24 20:20:20 UTC 2018 - Jason Sikes <jsikes@suse.de>
- Update to 1.9.13
* Fixes a regression in the "get" task where redirects
from a HTTP resource to a HTTPS resource started throwing
an exception.
Bugzilla Report 62499
* the new allowFilesToEscapeDest didn't work when set to false and
archive entries contained relative paths with so many ".."
segnments that the resulting path would go beyond the file system
root.
Bugzilla Report 62502
-------------------------------------------------------------------
Tue May 15 05:02:22 UTC 2018 - fstrba@suse.com