forked from pool/reproc
Dirk Mueller
20a340dff9
* reproc_strerror: avoid undefined behaviour for error == INT_MIN - drop gcc13.patch (upstream) - update to 14.1.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/reproc?expand=0&rev=10
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 10 13:26:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 14.2.5:
|
|
* reproc_strerror: avoid undefined behaviour for error == INT_MIN
|
|
- drop gcc13.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 19 08:08:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- gcc13.patch: refresh with the patch that landed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 4 21:15:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add gcc13.patch to fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 24 08:58:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 14.2.4:
|
|
* Bugfix: Fix a memory leak in `reproc_start()` on Windows
|
|
* Bugfix: Fix a memory leak in reproc++ `array` class move
|
|
constructor.
|
|
* Allow passing zero-sized array's to reproc's `input` option
|
|
* Bugfix: Fix sign of EWOULDBLOCK error returned from
|
|
`reproc_read`.
|
|
* Bugfix: Disallow using `fork` option when using `reproc_run`.
|
|
* Bugfix: `reproc_run` now handles forked child processes
|
|
correctly.
|
|
* Bugfix: Sinks of different types can now be passed to
|
|
`reproc::drain`.
|
|
* Bugfix: Processes on Windows returning negative exit codes
|
|
don't cause asserts anymore.
|
|
* Bugfix: Dependency on librt on POSIX (except osx) systems is
|
|
now explicit in CMake.
|
|
* Bugfix: Added missing stdout redirect option to reproc++.
|
|
* Added `reproc_pid`/`process::pid` to get the pid of the
|
|
process
|
|
* Fixed compilation error when including reproc/drain.h in C++
|
|
code
|
|
* Added missing extern "C" block to reproc/run.h
|
|
- run tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 15:00:45 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- update to 14.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 31 00:32:43 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- initial
|