Fedora 19 Update: xz-java-1.3-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Mon May 27 03:18:17 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-8142
2013-05-14 17:30:49
--------------------------------------------------------------------------------

Name        : xz-java
Product     : Fedora 19
Version     : 1.3
Release     : 1.fc19
URL         : http://tukaani.org/xz/java.html
Summary     : Java implementation of XZ data compression
Description :
A complete implementation of XZ data compression in Java.

It features full support for the .xz file format specification version 1.0.4,
single-threaded streamed compression and decompression, single-threaded
decompression with limited random access support, raw streams (no .xz headers)
for advanced users, including LZMA2 with preset dictionary.

--------------------------------------------------------------------------------
Update Information:

Rebase to version 1.3 (2013-05-12)

    * Fix a data corruption bug when flushing the LZMA2 encoder or
      when using a preset dictionary.

    * Make information about the XZ Block positions and sizes available
      in SeekableXZInputStream by adding the following public functions:
        - int getStreamCount()
        - int getBlockCount()
        - long getBlockPos(int blockNumber)
        - long getBlockSize(int blockNumber)
        - long getBlockCompPos(int blockNumber)
        - long getBlockCompSize(int blockNumber)
        - int getBlockCheckType(int blockNumber)
        - int getBlockNumber(long pos)
        - void seekToBlock(int blockNumber)

    * Minor improvements to javadoc comments were made.

--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update xz-java' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list