Change logs for lz4 source package in Disco

  • lz4 (1.8.3-1ubuntu1) disco; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Build using -O3 by default; this papers over a test suite failure
          with -O2 on s390x. See LP #1571403.
        - Fix 0002-Fix-static-link.patch to export LD_LIBRARY_PATH in
          examples.
        - Build verbosely (with V=1)
    
    lz4 (1.8.3-1) unstable; urgency=medium
    
      * New upstream release.
      * Update d/patches.
      * Update d/copyright.
        Remove unused file paragraph.
    
     -- Julian Andres Klode <email address hidden>  Mon, 07 Jan 2019 09:44:48 +0100
  • lz4 (1.8.2-1ubuntu1) cosmic; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Build using -O3 by default; this papers over a test suite failure
          with -O2 on s390x. See LP: #1571403.
      * Fix 0002-Fix-static-link.patch to export LD_LIBRARY_PATH in
        examples.
      * Build verbosely (with V=1)
    
    lz4 (1.8.2-1) unstable; urgency=medium
    
      * New upstream release.
      * Add debian/watch file.
      * Update debian/liblz4-1.symbols.
        Add APIs following:
          - LZ4_attach_HC_dictionary@Base
          - LZ4_attach_dictionary@Base
          - LZ4_compress_fast_extState_fastReset@Base
          - LZ4_decoderRingBufferSize@Base
          - LZ4_resetStream_fast@Base
    
    lz4 (1.8.1.2-1) unstable; urgency=medium
    
      * New upstream release.
      * Update static link problem fix.
        In this fix, add LZ4F_PUBLISH_STATIC_FUNCTIONS to compile option.
        This makes the following API available for reference to the library.
          - LZ4F_compressBegin_usingCDict@Base
          - LZ4F_compressFrame_usingCDict@Base
          - LZ4F_createCDict@Base
          - LZ4F_decompress_usingDict@Base
          - LZ4F_freeCDict@Base
          - LZ4F_getErrorCode@Base
    
    lz4 (1.8.0-5) unstable; urgency=medium
    
      * Upload to unstable.
    
    lz4 (1.8.0-4) experimental; urgency=medium
    
      * Add liblz4-tool transitional package (Closes: #894279)
    
    lz4 (1.8.0-3) experimental; urgency=medium
    
      * Change package name to liblz4-1.
        Do not need to change SONAME, so revert it.
    
    lz4 (1.8.0-2) experimental; urgency=medium
    
      * Change package name to liblz4-1a.
        From 1.8.0, lz4 removed some API in 1.8.0, but upstream dose not bump
        the SONAME. We changed to -1a to maintain compatibility.
      * Fix Static link. (#882974)
      * Update debian/copyright.
        - Fix insecure copyright format URI.
        - Update copyright information.
      * Update Vcs-Browser and Vcs-Git to use salsa.
    
    lz4 (1.8.0-1) experimental; urgency=medium
    
      * New upstream release. (Closes: #860168, #821740)
      * Bump Standards-Version to 4.1.0.
      * Remove patches/ignore_rm_fail.patch.
      * Update symbols file.
      * Rename liblz4-tool to lz4. (Closes: #781234)
      * Change Priority to optional. (Closes: #816620)
    
    lz4 (1.7.5-1) UNRELEASED; urgency=medium
    
      * New upstream release.
      * Bump Standards-Version to 3.9.8.
      * Update symbols file.
      * Add patches/ignore_rm_fail.patch.
    
     -- Julian Andres Klode <email address hidden>  Mon, 28 May 2018 11:20:12 +0200