golang-github-klauspost-reedsolomon (1.9.9-1) unstable; urgency=medium

  * New upstream version 1.9.9
    - ARM64 optimizations, up to 2.5x faster.
    - Added WithFastOneParityMatrix for faster operation with 1 parity shard.
  * debian/rules:
    - Skip some time consuming tests, to avoid FTBFS issue on
      reproducible-builds.org CI tests.

 -- Roger Shimizu <rosh@debian.org>  Thu, 21 May 2020 23:31:18 +0900

golang-github-klauspost-reedsolomon (1.9.7-1) unstable; urgency=medium

  * New upstream version 1.9.7
    - Much better performance when using a limited number of goroutines.
    - AVX512 is now using multiple cores.
    - Stream processing overhaul, big speedups in most cases.
    - AVX512 optimizations
  * debian/patches:
    - Remove upstreamed patch.

 -- Roger Shimizu <rosh@debian.org>  Sat, 09 May 2020 18:59:35 +0900

golang-github-klauspost-reedsolomon (1.9.5-2) unstable; urgency=medium

  * debian/patches:
    - Cherry-pick upstream patch to fix arm64 FTBFS issue.

 -- Roger Shimizu <rosh@debian.org>  Tue, 05 May 2020 11:27:55 +0900

golang-github-klauspost-reedsolomon (1.9.5-1) unstable; urgency=medium

  * New upstream version 1.9.5
    - Add commandline arg to disable asm for tests.
    - Use CPU cache to set minSplitSize.
    - Use stream test options.
    - Refactor AVX512 code to use Go assembly instructions.
    - Make single goroutine encodes more efficient.
    - Add direct modules support.
    - AVX512 parallel processing.
  * debian/patches:
    - Remove upstreamed 2 patches.

 -- Roger Shimizu <rosh@debian.org>  Mon, 04 May 2020 18:41:51 +0900

golang-github-klauspost-reedsolomon (1.9.3-1) unstable; urgency=medium

  * New upstream version 1.9.3
    - Limit capacity of shards to shard size.
  * debian/control and debian/copyright:
    - Update to use my debian email.
  * debian/patches:
    - Cherry-pick 2 patches from upstream to improve test.
  * debian/control:
    - Bump debhelper version to 12.
    - Bump policy version to 4.5.0
  * Add debian/upstream/metadata

 -- Roger Shimizu <rosh@debian.org>  Mon, 20 Apr 2020 23:14:04 +0900

golang-github-klauspost-reedsolomon (1.9.2-1) unstable; urgency=medium

  * New upstream version 1.9.2
    - AVX512 accelerated version added for Intel Skylake CPUs.
      This can give up to a 4x speed improvement as compared to AVX2.
    - The pure Go implementation is about 30% faster. Minor tweaks to
      assembler implementations.

 -- Roger Shimizu <rogershimizu@gmail.com>  Thu, 22 Aug 2019 01:28:41 +0900

golang-github-klauspost-reedsolomon (1.8.0-1) unstable; urgency=medium

  * New upstream version 1.8.0
    - [amd64] Use AVX2 SIMD assembly instructions in favor of BYTE
      sequences.
    - Split blocks into size divisible by 16.
    - Pre-slice input.
    - [ppc64le] Assembly code for ppc64le has been contributed, this
      boosts performance by about 10x on this platform.

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 06 Jan 2019 16:11:18 +0900

golang-github-klauspost-reedsolomon (1.6-3) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Michael Stapelberg ]
  * Add debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci).

  [ Roger Shimizu ]
  * debian/docs:
    - Add examples/ to install as docs.

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 26 Aug 2018 11:49:07 +0900

golang-github-klauspost-reedsolomon (1.6-2) unstable; urgency=medium

  * debian/control:
    - Set Testsuite to autopkgtest-pkg-go.
    - Bump Priority of this package from extra to optional.
      Priority extra is removed, based on latest policy.
    - Bump up standards version to 4.1.1 (with changes above).
  * debian/watch:
    - Change filenamemangle to match with the filename in archive.

 -- Roger Shimizu <rogershimizu@gmail.com>  Mon, 16 Oct 2017 22:54:14 +0900

golang-github-klauspost-reedsolomon (1.6-1~bpo8+1) jessie-backports-sloppy; urgency=medium

  * Rebuild for jessie-backports-sloppy.

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 08 Oct 2017 22:57:23 +0900

golang-github-klauspost-reedsolomon (1.6-1~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 08 Oct 2017 22:48:44 +0900

golang-github-klauspost-reedsolomon (1.6-1) unstable; urgency=medium

  * New upstream version 1.6

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 01 Oct 2017 23:07:57 +0900

golang-github-klauspost-reedsolomon (1.5-2) unstable; urgency=medium

  * debian/copyright:
    - Use https for links when possible.
    - Add my copyright entry.
  * debian/watch:
    - Remove unnecessary repack and match with the filename in archive.

 -- Roger Shimizu <rogershimizu@gmail.com>  Sun, 24 Sep 2017 02:08:42 +0900

golang-github-klauspost-reedsolomon (1.5-1~bpo8+1) jessie-backports-sloppy; urgency=medium

  * Rebuild for jessie-backports-sloppy.

 -- Roger Shimizu <rogershimizu@gmail.com>  Tue, 19 Sep 2017 00:11:43 +0900

golang-github-klauspost-reedsolomon (1.5-1~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Roger Shimizu <rogershimizu@gmail.com>  Tue, 19 Sep 2017 00:01:04 +0900

golang-github-klauspost-reedsolomon (1.5-1) unstable; urgency=medium

  * New upstream version 1.5
  * debian/patches:
    - Drop previously backported patches.

 -- Roger Shimizu <rogershimizu@gmail.com>  Thu, 07 Sep 2017 01:56:57 +0900

golang-github-klauspost-reedsolomon (1.3-1~bpo8+1) jessie-backports-sloppy; urgency=medium

  * Rebuild for jessie-backports-sloppy.
  * debian/control:
    - Use dh-golang in jessie-backports (1.19).

 -- Roger Shimizu <rogershimizu@gmail.com>  Fri, 14 Jul 2017 23:33:46 +0900

golang-github-klauspost-reedsolomon (1.3-1~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Roger Shimizu <rogershimizu@gmail.com>  Wed, 05 Jul 2017 23:50:05 +0900

golang-github-klauspost-reedsolomon (1.3-1) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
    - Stretch is released, so now safe for new packages to
      unstable again.
  * debian/patches:
    - Backport two patches from upstream to fix field in
      WithMinSplitSize and fix for example.

 -- Roger Shimizu <rogershimizu@gmail.com>  Mon, 19 Jun 2017 00:29:49 +0900

golang-github-klauspost-reedsolomon (1.3-1~exp2) experimental; urgency=medium

  * debian/docs:
    - Add README.md
  * debian/control:
    - Build-Depends golang-any, instead of golang-go.
    - Remove Depends golang-go. Necessary system dependency should be
      able to calculated by "${shlibs:Depends}".

 -- Roger Shimizu <rogershimizu@gmail.com>  Fri, 12 May 2017 21:04:55 +0900

golang-github-klauspost-reedsolomon (1.3-1~exp1) experimental; urgency=medium

  * New upstream 1.3 (Closes: #857551)
  * debian/control:
    - Add myself as uploader.
  * Add debian/watch

 -- Roger Shimizu <rogershimizu@gmail.com>  Thu, 23 Mar 2017 20:59:15 +0900

golang-github-klauspost-reedsolomon (1.2+git20161028.14.d0a56f7-1) unstable; urgency=medium

  * Initial release (Closes: #849067)

 -- Free Ekanayaka <freee@debian.org>  Sun, 30 Oct 2016 15:28:44 +0000
