Opened 7 months ago

Closed 7 months ago

#20287 closed enhancement (fixed)

apache-ant-1.10.15

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Douglas R. Reno, 7 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Bruce Dubbs, 7 months ago

Owner: changed from Douglas R. Reno to Bruce Dubbs
Status: assignednew

comment:3 by Bruce Dubbs, 7 months ago

Status: newassigned

comment:4 by Bruce Dubbs, 7 months ago

Changes from Ant 1.10.14 TO Ant 1.10.15

Other changes:

  • exec task now logs the process' non-zero exit code at INFO level instead of the previous ERROR level. The following message from exec task is the one who's level has been changed: Result: 1
  • Removes direct references to com.sun.net.ssl.internal.ssl.Provider class from the mail task, since that internal JDK class is no longer available in recent versions of Java.
  • <replaceregexp> has a new failOnError attribute which, when enabled, makes the task throw a BuildException for certain error cases that will only be logged otherwise.
  • <ftp> task now has a new "useSecureDataChannel" attribute which can be set to true, when ftps is enabled, to enable secure data channel.

Fixed bugs:

  • Fixes an regression, introduced in Ant 1.10.13, where pathconvert would unintentionally trim the string output.
  • Fixes a bug in <depend> task which would throw a ClassFormatError if it encountered constant pool entry type 17.
  • Launching ant.bat from within a Java program using java.lang.Runtime.exec() could result in an unexpected failure. This has now been fixed.
  • Fixes an issue in bootstrap.bat when trying to detect if the "javac" command in the JDK supports the "--release" option.
  • Fixes a bug in org.apache.tools.ant.taskdefs.email.EmailAddress which would throw a java.lang.StringIndexOutOfBoundsException if the email address passed to its constructor was an empty String.
  • legacy-xml reporter of junitlauncher task was using a non-buffered outputstream when generating the report. This introduces severe performance penalties since the writes translate to native write system calls. This has been fixed to use a BufferedOutputStream.

comment:5 by Bruce Dubbs, 7 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

446d39136c Update to screen-5.0.0.
7a1b99cb90 Update to apache-ant-1.10.15.
42c1a527f0 Update to SPIRV-LLVM-Translator-18.1.4.
fa17a25b19 Update to cairo-1.18.2.
8cfee94f5f Update to URI-5.29 (Perl Module).
Note: See TracTickets for help on using tickets.