You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/10/22 16:47:15 UTC

svn commit: r1534650 - /commons/proper/compress/trunk/RELEASE-NOTES.txt

Author: bodewig
Date: Tue Oct 22 14:47:15 2013
New Revision: 1534650

URL: http://svn.apache.org/r1534650
Log:
backwards incompatibility disclaimer

Modified:
    commons/proper/compress/trunk/RELEASE-NOTES.txt

Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=1534650&r1=1534649&r2=1534650&view=diff
==============================================================================
--- commons/proper/compress/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/compress/trunk/RELEASE-NOTES.txt Tue Oct 22 14:47:15 2013
@@ -7,6 +7,13 @@ Apache Commons Compress software defines
 compression and archive formats.  These include: bzip2, gzip, pack200,
 xz and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
+Version 1.6 introduces a change to the internal API of the tar package
+that might break backwards compatibility in very rare cases.  The
+package private TarBuffer class along with the protected "buffer"
+members in TarArchive*Stream have been removed.  This change will only
+affect you if you have created a subclass of one of the stream classes
+and accessed the buffer member or directly used the TarBuffer class.
+
 Changes in this version include:
 
 New features: