Author: ggregory Date: Tue Oct 22 16:01:47 2013 New Revision: 1534683 URL: http://svn.apache.org/r1534683 Log: Make compatiblity description more detailed and clearer (IMO).
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=1534683&r1=1534682&r2=1534683&view=diff ============================================================================== --- commons/proper/compress/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/compress/trunk/RELEASE-NOTES.txt Tue Oct 22 16:01:47 2013 @@ -7,11 +7,11 @@ 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 +Version 1.6 introduces changes to the internal API of the tar package that +break backwards compatibility in the following rare cases. This version +removes the package private TarBuffer class along with the protected "buffer" +members in TarArchiveInputStream and TarArchiveOutputStream. 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: