Package Release Info

pagemon-0.01.19-bp152.1.6

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

pagemon
pagemon-bash-completion

Change Logs

* Sun Mar 08 2020 Martin Hauke <mardnh@gmx.de>
- Supplement against bash-completion, not bash
* Sun Mar 08 2020 Martin Hauke <mardnh@gmx.de>
- Drop SLE12 compat ifdef
* Wed Feb 26 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 0.01.19
  * Add bash completion script
* Tue Dec 17 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.01.18
  * Fix indexing out-of-range error on g.mem_info.pages when idx
    is out of range
* Wed Sep 25 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.01.17
  * Fix indexing out-of-range error on g.mem_info.pages when idx
    is out of range
* Tue Jul 30 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.01.16
  * Format pagemap_info by casting to uint64_t
* Sun Jul 07 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.01.15
  * Fix spelling mistake
  * Update copyright year
  * Add project page to README
  * Voidify some function returns and minor code clean up
Version: 0.01.14-bp151.1.8
* Mon Jul 09 2018 mardnh@gmx.de
- Update to version 0.01.14
  * Makefile: remove .xz tarball on make clean rule
  * debian/watch: change watch file to check for .xz
  * Makefile: use xz compression for tarball
  * Add .travis.yml to make dist rule
  * Makefile: bump version
  * Add kpage count stats
  * Rename idx to avoid name shadowing with global function index
  * Add travis yaml file
* Sun Jun 17 2018 mardnh@gmx.de
- Update to version 0.01.13
  * Makefile: bump version
  * Add some more constifications
  * voidify function returns
  * debian/copyright: use secure URI
  * debian/control: update debhelper to >= 11
  * debian/compat: update to 11
  * debian/control: remove trailing empty line
Version: 0.01.12-2.1
* Thu Jan 11 2018 mardnh@gmx.de
- Update to version 0.01.12
  * Makefile: bump version
  * Makefile: Add -fPIC
  * Fix build failure on ia64 when perf is not available
  * Update copyright year
* Thu Dec 28 2017 mardnh@gmx.de
- Update to version 0.01.11
  * Bump version
  * Update Standards-Version to 4.1.2
  * Print physical location rather than pfn
* Wed May 10 2017 mardnh@gmx.de
- update to version 0.01.10
  * Makefile: bump version
  * fix shadowing offset variable
  * fix shadowing map variable
  * Makefile: Add PEDANTIC gcc flags
- update to version 0.01.09
  * Makefile: bump version
  * Debian/control: update Standards-Version to 3.9.8
  * Remove redundant statement, found using scan-build
* Thu Feb 18 2016 mardnh@gmx.de
- initial package