- update to 0.02.13: * Makefile: remove snap from make dist rule * Check for array bounds limit while parsing pid length string * README.md: add repology link OBS-URL: https://build.opensuse.org/request/show/1140557 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/smemstat?expand=0&rev=28
174 lines
6.0 KiB
Plaintext
174 lines
6.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 22 10:18:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.02.13:
|
|
* Makefile: remove snap from make dist rule
|
|
* Check for array bounds limit while parsing pid length string
|
|
* README.md: add repology link
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 07:11:22 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- update to 0.02.12:
|
|
* minor cleanup for build warnings, update copyright year
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 3 13:07:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.02.11:
|
|
* debian/watch: change location to github for tarballs
|
|
* Update copyright and project email contact information
|
|
* debian/control: update maintainer email address and project URL
|
|
* smemstat.c: always use "%s"-style format for printf()-style functions
|
|
* README.md: Make headings into subheadings
|
|
* Add README.md
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 10 10:14:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.10
|
|
* Fix lost newline characters due to truncation on wide consoles.
|
|
- Update to version 0.02.09
|
|
* smemstat: fix alignment of Total: columns in oneshot and dump
|
|
modes
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 20:48:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.02.08:
|
|
* zero ws struct to clear static analysis warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 13:10:38 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Supplement against bash-completion, not bash
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 12:55:09 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Drop SLE12 compat ifdef
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 19:21:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.07
|
|
* Add bash completion script
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 17 19:41:38 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.06
|
|
* Format Total: field using the size of the pid fields to fix
|
|
alignment
|
|
* Add sanity check on tmp before dereferencing it
|
|
* Fix potential memory leak when re-assigning new cmdline
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 27 09:44:51 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.05
|
|
* No functional changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 7 18:38:34 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.04
|
|
* Manual: fix typo: comsumers -> consumers
|
|
* Update copyright year
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 12 12:38:02 UTC 2019 - mardnh@gmx.de
|
|
|
|
- Update to version 0.02.03
|
|
* Don't emit "Note: Mmeory reported in units..." message in quiet mode
|
|
* Don't emit Change in memory message in quiet mode
|
|
* Make structs pack more efficiently
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 26 12:33:56 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
- Use the correct set of ncurses headers, find ncursesw includes
|
|
with pkg-config
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 10 13:46:53 UTC 2018 - mardnh@gmx.de
|
|
|
|
- Update to version 0.02.01
|
|
* Makefile: bump version
|
|
* debian/watch: look for .xz suffixed tarball
|
|
* Makefile: make .xz tarball for better compression
|
|
* Add .travis.yml file to make dist rule
|
|
* Add more constifications
|
|
* don't show arrow in one-shot mode
|
|
* Fix up some whitespacing
|
|
* Add some more constifications
|
|
* Voidify function returns
|
|
* snapcraft: add stage-packages entry
|
|
* debian/control: add libncurses-dev
|
|
* Add travis yaml file
|
|
* snapcraft: add libncursesw5-dev
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 14 12:59:09 UTC 2018 - mardnh@gmx.de
|
|
|
|
- Update to version 0.02.00
|
|
* Makefile: bump version
|
|
* debian/control: change build depends, now use libncurses5w-dev
|
|
* debian/control: update debhelper to version 11 or higher
|
|
* debian/compat: update to 11
|
|
* debian/copyright: use secure URI
|
|
* debian/control: remove trailing empty line
|
|
* Makefile: use ncursesw for utf-8
|
|
* Add delta field showing change in memory with -T option
|
|
* Make snapcraft stable
|
|
* snapcraft: update interfaces
|
|
* snapcraft: make confinement strict
|
|
* Make some index variables size_t
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 5 21:21:57 UTC 2018 - mardnh@gmx.de
|
|
|
|
- update to version 0.01.18
|
|
* Makefile: bump version
|
|
* debian/rules: remove whitespace at end of line
|
|
* Bump copyright year to 2018
|
|
* debian/control: update Standards-Version to 4.1.2
|
|
* Remove packed attribute from various structs
|
|
* snapcraft: add default app and stable keys
|
|
* snapcraft: Makefile: remove icon hack
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 10 17:00:04 UTC 2017 - mardnh@gmx.de
|
|
|
|
- update to version 0.01.17
|
|
* Makefile: bump version
|
|
* Manual: update copyright year and manual date
|
|
* Makefile: add snapcraft to make dist rule
|
|
* Add variable pid size handling.
|
|
* Update copyright year
|
|
* Add system-observe plug to snapcraft rules
|
|
|
|
- update to version 0.01.16
|
|
* Makefile: bump version
|
|
* Add some more trivial comments
|
|
* Remove unnecessary static NULL assignments
|
|
* Add gnu printf attributes
|
|
* Clean up code
|
|
* Remove need for linebreak display function
|
|
* Debain/control: add libncurses5-dev
|
|
* Update manual
|
|
* Add ncurses -t and -T top modes
|
|
* Makefile: add PEDANTIC flags
|
|
|
|
- update to version 0.01.15
|
|
* Makefile: bump version
|
|
* Debian/control: update Build-Depends for debhelper
|
|
* Debian/compat: update to 9
|
|
* Debian/control: update Standards-Version to 3.9.8
|
|
* Update and correct copyright years
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 11 21:34:17 UTC 2015 - mardnh@gmx.de
|
|
|
|
- initial package
|
|
|