File iotop-c.changes of Package iotop-c

-------------------------------------------------------------------
Tue May 27 11:19:02 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.30:
  * Prepare 1.30
  * Show zero current values for exited processes
  * Get ready for the expected fix with v16 struct taskstats
  * Flush stdout after each batch run
  * Add checks and warning for older and unsupported kernels

-------------------------------------------------------------------
Wed May 07 07:00:03 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.29:
  * Fix the version match
  * Prepare 1.29 release
  * Prepare 1.29 release
  * Prepare 1.29 release
  * Parse struct taskstats v15 and <v14
  * Warn on newer struct taskstats
  * Track what struct taskstats the current kernel provides
  * Track what struct taskstats the current kernel provides
  * Copied from the Linux kernel

-------------------------------------------------------------------
Tue May 06 20:24:45 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.28:
  * Merge with Fedora
  * Prepare 1.28 release
  * Prepare 1.28 release
  * Merge changes from Fedora
  * Update to @v3
  * Update the options help
  * Match the logic of iotop-py for --quiet
  * Fix an off-by-one

-------------------------------------------------------------------
Tue May 06 20:19:17 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.28:
  * Merge with Fedora
  * Prepare 1.28 release
  * Prepare 1.28 release
  * Merge changes from Fedora
  * Update to @v3
  * Update the options help
  * Match the logic of iotop-py for --quiet
  * Fix an off-by-one
  * Fix a typo
  * Reword --quiet
  * Reword --quiet
  * Fix a typo
  * Accept up to 3 -q options
  * Warnings should go to stderr
  * add option to specify bin directory
  * Use the code from utils; Show a saner message if /proc is not mounted
  * Add is_a_file
  * Add is_a_file; use lstat
  * Fix clang-19 warning
  * Fix missing name
  * Prepare to release 1.27
  * Merge with fedora
  * Fix a typo
  * Aggregate threads SWAPIN/IO using max
  * Use separate data for aggregated values of process+threads
  * Fix leak when init_params() is called with valid filter
  * Add the missing command line options
  * Remove debug print
  * Get filter regex from command line
  * Remove unused struct field
  * less code duplication
  * export init_params & init_config
  * use the proper %zu format (in unused test code)
  * Search changes
  * Add IOTOP_NO_RENICE env variable; closes: #73
  * Add inverse interface (black on white/light theme), closes #72
  * Remove no longer needed cast
  * Add more checks for unsupported compiler features
  * Add more quirks to silence that warning
  * Nuke gcc-13 false positive warning
  * Add example of CFI build
  * Document config file path and behaviour
  * Add Miko Larsson
  * Also change pidgen_cb to match pg_cb
  * src/iotop: correct pg_cb signature
  * Implement XDG Base Directory Specification
  * Add default to avoid both clang and gcc-13 warnings
  * Add missing name
  * Version 1.26
  * Merge Fedora changes
  * Drop unused file
  * Add show/hide time clock options
  * Fix warning from clang static analyzer
  * Drop archlinux packaging
  * Add a time clock in upper right corner
  * Add Christian Heusel
  * iotop-c found its way into the archlinux repos
  * Happy new year 2024!!!
  * Prepare 1.25
  * Prepare 1.25
  * Let option only never hide processes with current IO
  * Fix busy looping after ESC key
  * Version 1.24
  * Merge changes in fedora packaging
  * Merge changes in arch packaging
  * Remove a misleading comment
  * Annotate false positive -Wuse-after-free
  * Show current status in help window
  * Add pv (print values) target
  * Really fix what cea4a5efb was about
  * Rearrange conditions and building MYCFLAGS
  * Fix ASCII graph problem in R, W & RW modes
  * Makefile changes
  * Remove a warning on ancient compilers
  * Support ancient compilers
  * Update options
  * Make gcc-12 happier
  * Version 1.23
  * Implement accumulated per time
  * Make less noise during rebuild
  * Add parallel rebild target
  * Add --write to merge the command line in current config and save
  * Add D shortcut to reset config to default
  * Bugfix: do not crash if config file can not be opened
  * Bugfix: free the allocated memory
  * Implement config file
  * Sync with Arch
  * Sync with Fedora
  * Update
  * Bump standards to 4.6.2
  * Fix the github madness
  * Add --ascii option to disable Unicode
  * Let the help window scroll
  * Use the proper win dimensions in view_help
  * Bugfix: re-enable the inline help after the window grows
  * Add configurable base and threshold
  * Reduce directly addressable options to the ones from str_opt
  * Document Ctrl-L
  * Update command line options
  * Update to v2
  * Add option to toggle graph direction
  * Update phony targets
  * Happy new year 2023!!!
  * fix empty archlinux package

-------------------------------------------------------------------
Mon Jan 13 14:50:49 UTC 2025 - Michael Vetter <mvetter@suse.com>

- Update to 1.27:
  * src/iotop: correct pg_cb signature #64

-------------------------------------------------------------------
Sat Feb  3 18:23:23 UTC 2024 - Michael Vetter <mvetter@suse.com>

- Update to 1.26:
  * Add clock in upper right corner

-------------------------------------------------------------------
Sat Oct 14 22:54:22 UTC 2023 - Michael Vetter <mvetter@suse.com>

- Update to 1.25:
  * Fix bug when iotop busy loops after pressing ESC key
  * Change the condition of displaying processes in only mode

-------------------------------------------------------------------
Sun Oct  1 10:14:59 UTC 2023 - Michael Vetter <mvetter@suse.com>

- Update to 1.24:
  * Fix a bug with graphs in ASCII mode
  * Show the status of the configuration in the help window
  * Support ancient compilers #52

-------------------------------------------------------------------
Tue Jan 24 05:09:40 UTC 2023 - Michael Vetter <mvetter@suse.com>

- Update to 1.23:
  * Changes by @bbonev in #43
  * Fix some issues reported by lintian by @debian-janitor in #42
  * Revert syscall count stuff by @bbonev in #44
  * fix empty archlinux package by @bokunodev in #46

-------------------------------------------------------------------
Mon Oct 24 16:33:24 UTC 2022 - mvetter@suse.com

- Update to version 1.22:
  * view_curses: do not force black background #29
  * fixed scroller logic #30
  * fixed corner case of full scroller #32
  * Update README.md #35
  * Add regex search
  * Better checking and error handling in netlink code
  * More graceful signal handling
  * Fix bug with a missing check if a process exited
  * New option to hide exited processes
  * Add color to % values and option to disable color at all
  * Implement the suggestion from https://no-color.org
  * Fix bug with cursor displayed in unusual places

-------------------------------------------------------------------
Wed Feb 02 23:28:14 UTC 2022 - jonathan@jontech.app

- Update to version 1.21:
    * Better support for disabled task_delayacct sysctl
    * Add history and graph for all data
    * Restore simple inline help
- Fix debuginfo generation

-------------------------------------------------------------------
Mon Dec 13 23:09:03 UTC 2021 - Jonathan Papineau <jonathan@jontech.app>

- Initial packaging of iotop-c 1.20
openSUSE Build Service is sponsored by