commit 79207cdaa2650a0a684a16593bfe71d093c7ce9e Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat Jan 7 09:59:54 2017 +0100
Include xz-1.5.jar in the release .jar file.
Fixes #21156. --- CHANGELOG.md | 3 +++ LICENSE | 3 +++ build.xml | 1 + 3 files changed, 7 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index e02f36f..8eba2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Accept the same characters in qualified search terms as in their parameter equivalents.
+ * Minor changes + - Include XZ binaries in release binaries. +
# Changes in version 3.1-1.0.0 - 2016-11-23
diff --git a/LICENSE b/LICENSE index 226ae80..a874782 100644 --- a/LICENSE +++ b/LICENSE @@ -2485,3 +2485,6 @@ proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. +-------------------------------------------------------------------------- + +XZ binaries have been put into the public domain. diff --git a/build.xml b/build.xml index 438cdc5..3c2ad5c 100644 --- a/build.xml +++ b/build.xml @@ -51,6 +51,7 @@ <include name="logback-classic-1.1.2.jar"/> <include name="logback-core-1.1.2.jar"/> <include name="slf4j-api-1.7.7.jar"/> + <include name="xz-1.5.jar"/> </patternset>
<patternset id="web" >