1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
|
smemstat (0.02.03-1) unstable; urgency=medium
* Makefile: bump version
* 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
-- Colin King <colin.king@canonical.com> Sun, 23 Sep 2018 11:10:09 +0100
smemstat (0.02.02-1) unstable; urgency=medium
* Makefile: bump version
* Update date in manual
* Update manual to explain top mode action keys
* Add top mode key actions
* Enable arrow memory size change with -a option
* compare double to 0.0 rather than 0
-- Colin King <colin.king@canonical.com> Thu, 30 Aug 2018 09:04:01 +0100
smemstat (0.02.01-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Tue, 10 Jul 2018 09:19:19 +0100
smemstat (0.02.00-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Thu, 14 Jun 2018 08:34:12 +0100
smemstat (0.01.18-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Fri, 5 Jan 2018 00:21:01 +0000
smemstat (0.01.17-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Fri, 14 Apr 2017 18:04:11 +0100
smemstat (0.01.16-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Fri, 9 Dec 2016 09:40:20 +0000
smemstat (0.01.15-1) unstable; urgency=medium
* 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
-- Colin King <colin.king@canonical.com> Tue, 4 Oct 2016 10:45:11 +0100
smemstat (0.01.14-1) unstable; urgency=medium
* Makefile: bump version
* Fix null ptr dereference when UID can't be read (LP: #1473245)
-- Colin King <colin.king@canonical.com> Fri, 10 Jul 2015 00:37:10 +0100
smemstat (0.01.13-1) unstable; urgency=medium
* Makefile: bump version
* Use strrok instead of strtok_r
* Make memory scanning more efficient
* Simplify the timeval add/sub operations.
* Minor white space cleanups
* Remove trap on SIGSEGV
-- Colin King <colin.king@canonical.com> Thu, 2 Jul 2015 07:51:00 +0100
smemstat (0.01.12-1) unstable; urgency=medium
* Makefile: bump version
* smemstat: remove sighandler on SIGILL, SIGABRT, SIGBUS
* Manual: Add copyright and update date
* Makefile: add copyright
-- Colin King <colin.king@canonical.com> Mon, 18 May 2015 16:56:00 +0100
smemstat (0.01.11-1) unstable; urgency=medium
* Makefile: bump version
* Add some more trivial comments
* Replace APP_NAME with const char string
* Remove whitespace
* Add better signal handling
* Use suseconds_t for nsec conversions
* Check for gettimeofday failures
* Update debian standards version
* Ignore returns from close(), fclose()
* Fix typo in comment
* Remove trailing fullstop from man page heading
-- Colin King <colin.king@canonical.com> Fri, 19 Dec 2014 13:02:00 +0000
smemstat (0.01.10-1) unstable; urgency=medium
* Makefile: bump version
* Add -p process list option
* Initialise unit to catch illegal opt_flag opts
-- Colin King <colin.king@canonical.com> Tue, 3 Jun 2014 10:34:00 +0100
smemstat (0.01.09-1) unstable; urgency=medium
* Makefile: bump version
* Nullify d_next ptr to stop list being doubly linked
-- Colin King <colin.king@canonical.com> Fri, 23 May 2014 18:09:00 +0100
smemstat (0.01.08-1) unstable; urgency=medium
* Bump version
* Man page: fix typo '-r' should be '-o' (Closes: #748899)
-- Colin King <colin.king@canonical.com> Thu, 22 May 2014 09:23:34 +0100
smemstat (0.01.07-1) unstable; urgency=medium
* Makefile; bump version
* Minor tidy up of whitespacing
* Remove extraneous printfs in help
* Improve parsing of duratio and count
* Constify arg in count_bits
-- Colin King <colin.king@canonical.com> Sat, 17 May 2014 15:32:11 +0100
smemstat (0.01.06-1) unstable; urgency=medium
* Makefile: bump version
* Handle unknown option with help info
* minor tidy up of mem_report_size
* ensure -d option only strips path of executable and not args
-- Colin King <colin.king@canonical.com> Thu, 1 May 2014 00:11:09 +0100
smemstat (0.01.05-1) unstable; urgency=medium
* Makefile: bump version
* Add README to dist
* Add README file
* -k, -m, -g options are 1024 times too small
-- Colin King <colin.king@canonical.com> Thu, 17 Apr 2014 10:37:30 +0100
smemstat (0.01.04-1) unstable; urgency=low
* Initial Debian release (Closes: #744875)
* Makefile: bump version once more
* Makefile: add scripts dir to dist tarball
* Makefile: fix dist
-- Colin King <colin.king@canonical.com> Tue, 15 Apr 2014 18:39:00 +0100
smemstat (0.01.03) unstable; urgency=low
* Makefile: bump version
* Free uname if uname->name can't be allocated
* Add some extra checking for failed uid lookups and alloc failures
-- Colin King <colin.king@canonical.com> Tue, 15 Apr 2014 16:06:00 +0100
smemstat (0.01.02) unstable; urgency=low
* Makefile: bump version
* Remove Delta symbol, report that the periodic output is change in memory
-- Colin King <colin.king@canonical.com> Tue, 15 Apr 2014 11:38:00 +0100
smemstat (0.01.01) trusty; urgency=low
* Add COPYING file
* smemstat-parse.py: remove old cruft
* Add some more comments to function prototypes
* Makefile: bump version
* Add better kernel thread detection and some memory tweaks
* Remove comm field, re-use cmdline and add -c option
* Add -d, -l, -s, -k, -m, -g options
* Check uid sscan return and only fetch name if valid
* Specifiy sscanf format width to stop cppcheck warnings
* constify some args
-- Colin King <colin.king@canonical.com> Tue, 15 Apr 2014 11:14:00 +0100
smemstat (0.01.00) trusty; urgency=low
* Initial version
-- Colin King <colin.king@canonical.com> Mon, 14 Apr 2014 21:37:00 +0100
|