Repository: commons-compress Updated Branches: refs/heads/master 398c102a2 -> 332b7a3f3
Reverse order of what's new subsections: the latest comes first. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/332b7a3f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/332b7a3f Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/332b7a3f Branch: refs/heads/master Commit: 332b7a3f32c981bbee7f95592f7581236c9c54d6 Parents: 398c102 Author: Gary Gregory <ggreg...@apache.org> Authored: Thu Dec 8 22:29:22 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Thu Dec 8 22:29:22 2016 -0800 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/332b7a3f/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index d9ba677..a843c74 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -57,19 +57,6 @@ of changes see the <a href="changes-report.html">Changes Report</a>.</p> - <subsection name="What's new in 1.12?"> - <ul> - <li>Added support for the Snappy dialect used in iWork archives.</li> - <li><code>SevenZFile</code> throws an - IllegalStateException for empty entries.</li> - <li>BZip2CompressorOutputStream no longer tries to - finish the output stream in finalize. This is a breaking - change for code that relied on the finalizer.</li> - <li>Various fixes and improvements for tar, cpio - and zip.</li> - </ul> - </subsection> - <subsection name="What's coming in 1.13?"> <ul> <li>The 7z package as well as @@ -87,6 +74,20 @@ XZ for Java 1.6.</li> </ul> </subsection> + + <subsection name="What's new in 1.12?"> + <ul> + <li>Added support for the Snappy dialect used in iWork archives.</li> + <li><code>SevenZFile</code> throws an + IllegalStateException for empty entries.</li> + <li>BZip2CompressorOutputStream no longer tries to + finish the output stream in finalize. This is a breaking + change for code that relied on the finalizer.</li> + <li>Various fixes and improvements for tar, cpio + and zip.</li> + </ul> + </subsection> + </section> <section name="Documentation">