Changelog for
libaddrxlat-devel-0.5.4-81.8.x86_64.rpm :
* Sun Nov 19 2023 petrAATTtesarici.cz- Upgrade to libkdumpfile version 0.5.4
* Full support for 64-bit RISC-V.
* Improve error messages (detailed OS error, optional file names)
* Bug fixes and minor performance tweaks.
* Wed Nov 08 2023 petrAATTtesarici.cz- Do not build Python bindings.
* Mon Nov 06 2023 petrAATTtesarici.cz- Upgrade to libkdumpfile version 0.5.3
* Support flattened KDUMP format.
* Mon Jul 17 2023 petrAATTtesarici.cz- Upgrade to libkdumpfile version 0.5.2
* Full support for 32-bit Arm.
* ERASEINFO in the file.eraseinfo.raw attribute.
* Fri Apr 21 2023 petrAATTtesarici.cz- Remove compatibility with SLE12 before SP3.
* Thu Apr 20 2023 petrAATTtesarici.cz- Fix build for SLE12 (no libzstd).- Remove pre-SLE12 compatibility.
* Wed Mar 01 2023 mliskaAATTsuse.cz- Enable zstd compression algorithm.
* Sat Feb 25 2023 petrAATTtesarici.cz- Build from git using an OBS service file.
* Sat Jan 21 2023 ptesarikAATTsuse.com- Upgrade to libkdumpfile version 0.5.1
* Bitmap of all RAM in the memory.pagemap attribute.
* Enhance the API with conversions between numeric and string PTE format: addrxlat_pte_format(), addrxlat_pte_format_name().
* Improve compatibility (mawk, Python 3.12).
* Fri Aug 12 2022 ptesarikAATTsuse.com- Upgrade to libkdumpfile version 0.5.0
* Support SADUMP file format.
* Add kdump_open_fd() and kdump_open_fdset(). Keep KDUMP_ATTR_FILE_FD for (partial) backward compatibility.
* Redesigned addrxlat callback API.
* Support KDUMP file sets created by makedumpfile --split.
* Zstandard compression algorithm
* AArch64 52-bit VA
* Address translation tuning with addrxlat.default.
* and addrxlat.force.
* attributes.- Drop patches that are upstream:
* libkdumpfile-live-source-Xen-DomU-type-from-sysfs.patch
* Thu Jul 07 2022 ptesarikAATTsuse.com- libkdumpfile-live-source-Xen-DomU-type-from-sysfs.patch: Determine live source Xen DomU type from sysfs (fixes a GCC 12 build failure).
* Thu Nov 04 2021 ptesarikAATTsuse.com- upgrade to libkdumpfile-0.4.1
* Support Linux on AArch64
* Support for x86 Secure Memory Encryption
* Clean up vmcoreinfo string API
* Expose mmap and read cache statistics- Drop patches that are upstream:
* libkdumpfile-use-python-distutils.patch
* libkdumpfile-uninstall-using-distutils.patch
* libkdumpfile-honour-DESTDIR.patch
* libkdumpfile-move-python-setup-command-options.patch
* libkdumpfile-python-includedir.patch
* Fri Feb 19 2021 ptesarikAATTsuse.com- Fix build for openSUSE:Factory.
* Sun Sep 27 2020 ptesarikAATTsuse.com- Switch to Python distutils:
* libkdumpfile-use-python-distutils.patch
* libkdumpfile-uninstall-using-distutils.patch
* libkdumpfile-honour-DESTDIR.patch
* libkdumpfile-move-python-setup-command-options.patch
* libkdumpfile-python-includedir.patch- Merge python-libaddrxlat into python-libkdumpfile.- Build both Python2 and Python3 packages.
* Tue Sep 22 2020 ptesarikAATTsuse.com- upgrade to libkdumpfile-0.4.0
* 5-level paging for x86-64
* bitmap and blob attributes
* kASLR support for Linux kernels
* address translation speed-ups
* many bugfixes- Drop fix-build-with-recent-glibc.patch (now upstream).
* Tue Apr 28 2020 ptesarikAATTsuse.com- Mark COPYING
* files with %license.
* Tue Apr 09 2019 christopheAATTkrop.fr- Add fix-build-with-recent-glibc.patch
* Fri Jun 09 2017 ptesarikAATTsuse.com- Use the correct RPM Group for Python packages.
* Mon May 15 2017 ptesarikAATTsuse.com- upgrade to libkdumpfile-0.3.0
* API and ABI changed (see NEWS)
* Address translation routines moved into `libaddrxlat` (can be used without a dump file).
* Python bindings.
* Comprehensive test suite for `libaddrxlat`.
* Caching.
* ...and more!
* Mon Feb 01 2016 ptesarikAATTsuse.com- upgrade to libkdumpfile-0.2.0
* API and ABI changed (see NEWS)
* differentiation of Xen dump types (attribute \"xen.type\")
* support for opening dumps in Xen hypervisor mode
* many other Xen improvements
* fix reading LKCD dump files
* Tue Dec 08 2015 ptesarikAATTsuse.com- upgrade to libkdumpfile-0.1.7
* metadata is stored as hierarchical attributes which can be enumerated- libkdumpfile-add-EM_AARCH64.patch: Dropped (now upstream).- libkdumpfile-remove-ARCH_PPC64LE.patch: Dropped (now upstream).- libkdumpfile-fallback-for-old-zlib.patch: Dropped (now upstream).
* Thu Nov 26 2015 ptesarikAATTsuse.com- Remove autoreconf invocation (fix build on SLE10).
* Wed Nov 25 2015 ptesarikAATTsuse.com- Add pkg-config to BuildRequires (adds back zlib support).- libkdumpfile-fallback-for-old-zlib.patch: Fall back to AC_SEARCH_LIBS if there is no pkg-config file for zlib.
* Wed Nov 25 2015 ptesarikAATTsuse.cz- upgrade to libkdumpfile-0.1.5
* Improved support of Xen dumpcore files.
* Basic support for MIPS architecture.
* Fix support for LKCD dumps on s390x.- Add libkdumpfile.pc pkg-config file to -devel package.- libkdumpfile-remove-ARCH_PPC64LE.patch: Fix build on ppc64le.
* Sat Aug 22 2015 jengelhAATTinai.de- Set RPM group per standard practices. Update license field to actual conditions. Use original source URL.
* Fri Dec 05 2014 ptesarikAATTsuse.cz- upgrade to libkdumpfile-0.1.4
* Improved error reporting.
* Support of 32-bit x86 file format.
* Fri Nov 07 2014 ptesarikAATTsuse.cz- upgrade to libkdumpfile-0.1.3
* Support of z/Architecture and S390 Dump file format.
* Mon Nov 03 2014 ptesarikAATTsuse.cz- Do not build static libraries.
* Sun Nov 02 2014 ptesarikAATTsuse.cz- Fix devel package dependencies.
* Sun Nov 02 2014 ptesarikAATTsuse.cz- Define %make_install if not yet defined. This allows building the package on very old products (SLES10).
* Sat Nov 01 2014 ptesarikAATTsuse.cz- libkdumpfile-add-EM_AARCH64.patch: Add definition of EM_AARCH64 if missing.
* Fri Oct 31 2014 ptesarikAATTsuse.cz- Make snappy support optional (fix build on products that do not have that library).
* Fri Oct 31 2014 ptesarikAATTsuse.cz- upgrade to libkdumpfile-0.1.2- Drop libkdumpfile-fix-kdump_phys_base.patch: Upstream.
* Wed Oct 29 2014 ptesarikAATTsuse.cz- libkdumpfile-fix-kdump_phys_base.patch: Fix return type of kdump_phys_base() in definition.
* Wed Oct 29 2014 ptesarikAATTsuse.cz- Initial import.