Changelog for
ghc-base64-bytestring-devel-1.2.1.0-3.11.x86_64.rpm :
* Wed Jul 12 2023 Peter Simons
- Update base64-bytestring to version 1.2.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Fri Aug 13 2021 psimonsAATTsuse.com- Update base64-bytestring to version 1.2.1.0. [#] 1.2.1.0
* Bugfix for GHC 9.0.1 memory corruption bug ([#46](https://github.com/haskell/base64-bytestring/pull/46))
* Thanks to [Fraser Tweedale](https://github.com/frasertweedale) and [Andrew Lelechenko](https://github.com/bodigrim) for logging and helping with this fix.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Sun Nov 15 2020 psimonsAATTsuse.com- Update base64-bytestring to version 1.2.0.1. [#] 1.2.0.1
* Package update: support for `bytestring >=0.11`
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Sat Aug 15 2020 psimonsAATTsuse.com- Update base64-bytestring to version 1.2.0.0. [#] 1.2.0.0
* Security fix: reject non-canonical base64 encoded values - ([#38](https://github.com/haskell/base64-bytestring/pull/38)) fixing issue [#24](https://github.com/haskell/base64-bytestring/issues/24).
* Security fix: reject bytestrings with improper padding that can be \"completed\" by the unpadded-Base64url workflow, and homogenize error messages ([#33](https://github.com/haskell/base64-bytestring/pull/33))
* Test coverage expanded to 98% of the library. All critical paths covered.
* Tue Jun 09 2020 psimonsAATTsuse.com- Update base64-bytestring to version 1.1.0.0. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/base64-bytestring-1.1.0.0/src/CHANGELOG.md
* Tue Jan 14 2020 psimonsAATTsuse.com- Update base64-bytestring to version 1.0.0.3. [#] 1.0.0.3
* Made performance more robust ([#27](https://github.com/haskell/base64-bytestring/pull/27)).
* Improved documentation ([#23](https://github.com/haskell/base64-bytestring/pull/23)).
* Improved the performance of decodeLenient a bit ([#21](https://github.com/haskell/base64-bytestring/pull/21)).
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.