Changelog for
libmemkind0-1.6.0-lp150.12.3.x86_64.rpm :
* Fri Nov 17 2017 matzAATTsuse.com- Update memkind to version 1.6.0 (fate #321932):
* Deprecated some functions: memkind_create(), memkind_ops, memkind_finalize(), memkind_get_num_kind(), memkind_get_kind_by_partition(), memkind_get_kind_by_name(), memkind_partition_mmap(), memkind_get_size().
* Introduced hbw_verify_memory_region() for checking HBWness
* Added memkind_create_kind(), memkind_destroy_kind().
* Updated internal jemalloc to 4.3.1
* Add envvar MEMKIND_HOG_MEMORY preventing memkind from releasing memory to OS.
* Deprecated support for gigabyte-pages
* Deprecated the headers from memkind/internal
* Allocation time optimizations with up to 20% improvement
* Introduced logging mechanism
* Cleanup of symbols exposed by libmemkind.so
* Introduced policy HBW_POLICY_BIND_ALL and MEMKIND_HBW_ALL, MEMKIND_HBW_ALL_HUGETLB and MEMKIND_REGULAR kinds- Removed gtest-1.7.0.zip (tests now included fused gtest sources)- Adjust patch memkind-fix-build.diff
* Fri Jul 22 2016 jengelhAATTinai.de- Re-set RPM groups for openSUSE. Make description available in the most prominently installed package. Fix a wrong Require tag.
* Fri Jul 22 2016 matzAATTsuse.com- Replace memkind-1.1.0.tar.bz2 with memkind-1.1.0.tar.gz; github only supports tar.gz downloads.- Use --disable-static instead of deleting the static library afterwards.
* Fri Jul 22 2016 matzAATTsuse.com- Create libmemkind0 subpackage for shared library policy.
* Fri Jun 10 2016 matzAATTsuse.com- Initial package (git tag v1.1.0)- Add memkind-fix-build.diff for our AS_NEEDED setup.