- update to 0.3.1: * Fix bug with copying deallocated bucket_container. * Fix test_resize so that it works for 32-bit architectures. * Fix UBSAN warning about unaligned access * Add libcuckoo:: namespace * Basic fix for std::is_pod deprecation in C++20 - drop fix-tests-for-32-bit.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/1045766 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcuckoo?expand=0&rev=3
17 lines
625 B
Plaintext
17 lines
625 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 29 23:00:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.3.1:
|
|
* Fix bug with copying deallocated bucket_container.
|
|
* Fix test_resize so that it works for 32-bit architectures.
|
|
* Fix UBSAN warning about unaligned access
|
|
* Add libcuckoo:: namespace
|
|
* Basic fix for std::is_pod deprecation in C++20
|
|
- drop fix-tests-for-32-bit.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 31 11:06:35 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
|
|
|
- Initial packaging of version 0.3
|
|
|