Author: bodewig
Date: Sun Jan 5 14:03:09 2020
New Revision: 37464
Log:
COMPRESS-498 record OSGi Bundle-SymbolicName change for 1.18
Modified:
release/commons/compress/RELEASE-NOTES.txt
Modified: release/commons/compress/RELEASE-NOTES.txt
==============================================================================
--- release/commons/compress/RELEASE-NOTES.txt (original)
+++ release/commons/compress/RELEASE-NOTES.txt Sun Jan 5 14:03:09 2020
@@ -114,6 +114,9 @@ o The 7zip tools provide a default name
Release 1.18
------------
+This release changes the OSGi Manifest entry Bundle-SymbolicName from
+org.apache.commons.compress to org.apache.commons.commons-compress.
+
New features:
o It is now possible to specify the arguments of zstd-jni's
ZstdOutputStream constructors via Commons Compress as well.