This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new e28f70a record #145
e28f70a is described below
commit e28f70a062891455e95e3c0e539099998c4383ea
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Mar 13 14:07:07 2021 +0100
record #145
---
WHATSNEW | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index 790ac94..6cd482d 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -30,6 +30,10 @@ Fixed bugs:
* The <http> condition didn't follow redirects from http to https.
Bugzilla Report 65105
+ * ZipOutputStream now overrides write(int) in order to make sure
+ single byte writes get the same treatment as array writes.
+ Github Pull Request #145
+
Other changes:
--------------