* Fixed running black_hole_solver_run with the same (or a smaller) iterations limit. It ran indefinetely then (Possible Denial-of-service?) * Fix some hypothetical rresource leaks (e.g.: with "fopen()"). * Cleanups: add "const"s , convert "int" to "bool", etc. * Add tests. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/black-hole-solver?expand=0&rev=7
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 12 07:04:29 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.4.0:
|
|
* Fixed running black_hole_solver_run with the same
|
|
(or a smaller) iterations limit. It ran indefinetely
|
|
then (Possible Denial-of-service?)
|
|
* Fix some hypothetical rresource leaks (e.g.: with "fopen()").
|
|
* Cleanups: add "const"s , convert "int" to "bool", etc.
|
|
* Add tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 5 14:41:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.2.0:
|
|
* Convert to cmake/rinutils_bootstrap.cmake
|
|
* Minor refactorings
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 11:35:17 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 1.10.1:
|
|
* Add "--show-max-num-played-cards" flag, inspired by
|
|
https://politaire.com/article/blackhole.html
|
|
- Add fix-pkgconfig-libdir.patch to fix path of library dir in
|
|
pkgconfig file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 27 17:46:00 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Initial commit
|