Package Release Info

ghc-fast-logger-3.1.1-bp154.1.11

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-fast-logger
ghc-fast-logger-devel

Change Logs

* Thu Jan 20 2022 Peter Simons <psimons@suse.com>
- Update fast-logger to version 3.1.1.
  [#]# 3.1.1
  * More time-ordered logging functions
    [#199](https://github.com/kazu-yamamoto/logger/pull/199
  [#]# 3.1.0
  * Having a single Buffer in LoggerSet for locking [#197](https://github.com/kazu-yamamoto/logger/pull/197.
    This would have performance penalty. So, the major version bumps up. If you see performance regression, please register an issue on github.
* Fri Apr 30 2021 psimons@suse.com
- Update fast-logger to version 3.0.5.
  [#]# 3.0.5
  * recovering backward compatibility for newFileLoggerSet.
* Wed Apr 28 2021 psimons@suse.com
- Update fast-logger to version 3.0.4.
  [#]# 3.0.4
  * New API: `newFastLogger1` which use only one capability.
  * Making `FD` safer with `invalidFD`.
* Fri Feb 19 2021 psimons@suse.com
- Update fast-logger to version 3.0.3.
  [#]# 3.0.3
  * Dropping support of GHC 7.x.
  * Add `ToLogStr` instance for `ShortByteString`. Add lower bound on
    `bytestring` dependency to ensure that `bytestring` exports
    `Data.ByteString.Short`.
  [#]# 3.0.2
  * Fixing documentation.
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Sep 29 2020 psimons@suse.com
- Update fast-logger to version 3.0.2.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add fast-logger at version 3.0.1.
Version: 3.0.1-bp152.1.8
* Thu Feb 27 2020 psimons@suse.com
- Update fast-logger to version 3.0.1.
  [#]# 3.0.1
  * Creating the `Internal` module.
    [#185](https://github.com/kazu-yamamoto/logger/pull/185)
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri Oct 04 2019 psimons@suse.com
- Update fast-logger to version 3.0.0.
  [#]# 3.0.0
  * Allowing the callback logger to be generic. [#182](https://github.com/kazu-yamamoto/logger/pull/180) This is a BREAKING CHANGE. Users should do:
    1. Importing `LogType'` and related constructors because `LogType` is now a type alias.
    2. Using `{-# LANGUAGE GADTs #-}`, even if you aren't using anything new, any time you try and `case` over values of type `LogType'`.
  [#]# 2.4.17
  * Obtaining a fresh fd from IORef just before writing. [#180](https://github.com/kazu-yamamoto/logger/pull/180)
  [#]# 2.4.16
  * Using strict language extensions.
  [#]# 2.4.15
  * Rescuing GHC 7.8.
* Fri Sep 06 2019 psimons@suse.com
- Update fast-logger to version 2.4.17.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Fri Jun 14 2019 psimons@suse.com
- Update fast-logger to version 2.4.16.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Fri Apr 12 2019 psimons@suse.com
- Update fast-logger to version 2.4.15.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Thu Apr 11 2019 psimons@suse.com
- Update fast-logger to version 2.4.14.
  [#]# 2.4.14
  * Add `ToLogStr` instances for the following types: signed integers, unsigned integers, floating-point numbers. These instances all use decimal encodings. [#177](https://github.com/kazu-yamamoto/logger/pull/177)
Version: 2.4.6-2.3
* Sun Jul 10 2016 psimons@suse.com
- Update to version 2.4.6 revision 0 with cabal2obs.
- Remove obsolete remove-bytestring-builder.patch.
* Wed Apr 27 2016 mimi.vx@gmail.com
- update to 2.4.6
  * Ensuring that stdio is flushed.
* Tue Apr 26 2016 mimi.vx@gmail.com
- update to 2.4.5
- refreshed remove-bytestring-builder.patch
  * Bringing backward compatibility back
  * New API: newFastLogger and ewTimedFastLogger.
  * LogType and date cache are transferred from wai-logger.
* Wed Apr 13 2016 mimi.vx@gmail.com
- update to 2.4.3
  * Fixing a buf of long log messages
  * Unsupporting GHC 7.4
* Sun Aug 16 2015 mimi.vx@gmail.com
- update to 2.4.1
* Fri Aug 07 2015 mimi.vx@gmail.com
- update to 2.4.0
* Fri Apr 24 2015 mimi.vx@gmail.com
- add remove-bytestring-builder.patch to remove unneded deps
* Fri Apr 24 2015 mimi.vx@gmail.com
- initial commit
Version: 2.4.13-bp151.1.9
* Tue Dec 25 2018 psimons@suse.com
- Update fast-logger to version 2.4.13.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Thu Dec 20 2018 psimons@suse.com
- Update fast-logger to version 2.4.12.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
- Update fast-logger to version 2.4.11.
  * Give an explicit definition for (<>) in LogStr's Semigroup instance.
    [#155](https://github.com/kazu-yamamoto/logger/pull/155)
Version: 2.4.10-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Feb 05 2017 psimons@suse.com
- Update to version 2.4.10 with cabal2obs.
* Mon Jan 30 2017 psimons@suse.com
- Update to version 2.4.8 with cabal2obs.
* Sat Oct 01 2016 psimons@suse.com
- Update to version 2.4.7 with cabal2obs.