ghc-streaming-commons/ghc-streaming-commons.changes

208 lines
7.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 11 17:49:06 UTC 2023 - Peter Simons <psimons@suse.com>
- Update streaming-commons to version 0.2.2.6 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Apr 3 13:00:55 UTC 2023 - Peter Simons <psimons@suse.com>
- Update streaming-commons to version 0.2.2.6.
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/streaming-commons-0.2.2.6/src/ChangeLog.md
-------------------------------------------------------------------
Thu Mar 30 17:08:26 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Sun Oct 23 07:27:02 UTC 2022 - Peter Simons <psimons@suse.com>
- Update streaming-commons to version 0.2.2.5.
## 0.2.2.5
* UTF-8 Decoder fails on trailing bytes [#71](https://github.com/fpco/streaming-commons/pull/71)
-------------------------------------------------------------------
Sun Feb 6 09:23:47 UTC 2022 - Peter Simons <psimons@suse.com>
- Update streaming-commons to version 0.2.2.4.
## 0.2.2.4
* Fix docstrings for text 2.0
## 0.2.2.3
* Support text 2.0 [#65](https://github.com/fpco/streaming-commons/pull/65)
-------------------------------------------------------------------
Wed Nov 10 10:04:56 UTC 2021 - psimons@suse.com
- Update streaming-commons to version 0.2.2.2.
## 0.2.2.2
* Support GHC 9.2 [#62](https://github.com/fpco/streaming-commons/pull/62)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:46:06 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jul 21 08:27:35 UTC 2020 - psimons@suse.com
- Update streaming-commons to version 0.2.2.1.
## 0.2.2.1
* Fix test suite compilation issue [stackage#5528](https://github.com/commercialhaskell/stackage/issues/5528)
-------------------------------------------------------------------
Mon Jul 20 02:00:58 UTC 2020 - psimons@suse.com
- Update streaming-commons to version 0.2.2.0.
## 0.2.2.0
* Remove `AI_ADDRCONFIG` [#58](https://github.com/fpco/streaming-commons/issues/58)
-------------------------------------------------------------------
Tue Jun 16 11:14:37 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Mon Jan 6 09:54:59 UTC 2020 - psimons@suse.com
- Update streaming-commons to version 0.2.1.2.
## 0.2.1.2
* Update `defaultReadBufferSize` to use system default instead of hardcoded value [#54](https://github.com/fpco/streaming-commons/issues/54)
-------------------------------------------------------------------
Fri Nov 8 16:14:51 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Thu Jun 6 02:01:25 UTC 2019 - psimons@suse.com
- Update streaming-commons to version 0.2.1.1.
# ChangeLog for streaming-commons
## 0.2.1.1
* Fix a failing test case (invalid `ByteString` copying), does not affect library itself
-------------------------------------------------------------------
Sat Oct 20 11:32:03 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Wed Jul 18 14:26:42 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com
- Update streaming-commons to version 0.2.1.0.
## 0.2.1.0
* Change `bindRandomPortGen` to use binding to port 0
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update streaming-commons to version 0.2.0.0.
* Drop `blaze-builder` dependency
* Update `getAddrInfo` hints to allow hostnames and portnames [#46](https://github.com/fpco/streaming-commons/issues/46)
* Add `isCompleteInflate`
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Thu Jan 26 16:20:11 UTC 2017 - psimons@suse.com
- Update to version 0.1.17 with cabal2obs.
-------------------------------------------------------------------
Mon Sep 26 06:52:13 UTC 2016 - psimons@suse.com
- Update to version 0.1.16 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:00:04 UTC 2016 - psimons@suse.com
- Update to version 0.1.15.5 revision 0 with cabal2obs.
-------------------------------------------------------------------
Thu May 12 13:44:14 UTC 2016 - mimi.vx@gmail.com
- update to 0.1.15.5
* Make getSocket{Family}TCP try all addr candidates
-------------------------------------------------------------------
Tue Apr 26 08:51:19 UTC 2016 - mimi.vx@gmail.com
- update to 0.1.15.4
* Fix benchmarks
-------------------------------------------------------------------
Tue Mar 8 09:13:01 UTC 2016 - mimi.vx@gmail.com
- update to 0.1.15.2
* Document child process behavior in waitForProcess
-------------------------------------------------------------------
Thu Feb 11 08:50:21 UTC 2016 - mimi.vx@gmail.com
- update to 0.1.15.1
* Catch exceptions thrown by waitForProcess
-------------------------------------------------------------------
Sun Nov 29 17:43:29 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.15
* Use `NO_DELAY1 for TCP client connections
-------------------------------------------------------------------
Sun Oct 4 17:05:13 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.14.2
* Fix bug in process exception display of args with spaces/quotes
-------------------------------------------------------------------
Sun Sep 27 10:22:45 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.14.1
* Exporting HasReadBufferSize; instance for ClientSettingsUnix
-------------------------------------------------------------------
Sun Sep 13 13:00:44 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.13
* Make size of read buffer configurable, change default size to 32 kiB
-------------------------------------------------------------------
Fri Aug 7 08:08:51 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.12.1
* Fix up acceptSafe
-------------------------------------------------------------------
Wed Apr 22 07:34:22 UTC 2015 - mimi.vx@gmail.com
- initial commit