Changelog for
python3-talloc-32bit-2.4.1-3.15.x86_64.rpm :
* Mon Oct 03 2022 Noel Power
- Update to 2.3.4 + configure/Makefile: export PYTHONHASHSEED=1 in all \'configure/Makefile\' scripts + lib:replace: Reformat shell script + nsswitch: reduce dependecies to private libraries and link static/builtin if possible
* Fri Sep 17 2021 Samuel Cabrero - Update to 2.3.3 + python: Ensure reference counts are properly incremented + Change pytalloc source to LGPL;(bso#9931);
* Wed Mar 31 2021 Samuel Cabrero - Update to 2.3.2
* Mon Oct 12 2020 Dominique Leuenberger - Fix build with RPM 4.16: bad %if condition: 01550 != 1110 || \"x86_64\" == x86_64 no bare word support, x86_64 needs to be quoted
* Fri Mar 06 2020 Noel Power - Upgrade to 2.3.1 + Upgrade waf to 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/talloc: clang: Fix \'Value stored during its initialization is never read\'. + Spelling fixes s/recieved/received/ + talloc: ASAN fix for test_magic_protection. + talloc: ASAN fix for test_rusty + talloc: ASAN fix for test_pool_nest + talloc: ASAN fix for test_talloc_free_in_destructor + talloc: ASAN fix for test_realloc_on_destructor_parent
* Tue Nov 26 2019 Matej Cepl - Upgrade to 2.3.0.- Patches waf_upgrade.patch and waf_use_native_waf_timer.patch are no needed anymore. They are subsumed by the upstream tarball.
* Mon Oct 21 2019 Matej Cepl - Add two patches making build compatible with Python 3.8.0: - waf_upgrade.patch - waf_use_native_waf_timer.patch
* Thu Oct 03 2019 James McDonough - Update to version 2.2.0 + Remove pytalloc_CObject_FromTallocPtr() + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a talloc if required from that branch
* Tue Mar 05 2019 dmulderAATTsuse.com- Update to version 2.1.16 + Fix standalone build of talloc.
* Wed Feb 06 2019 dmulderAATTsuse.com- Update to version 2.1.15 + Deprecate talloc_set_memlimit() and talloc_autofree_context() + Fix undefined behavior in talloc_memdup + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install