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 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
|
fnotifystat (0.02.07-1) unstable; urgency=medium
* Makefile: bump version
* Fix stashing of fs, we need to make a copy since fs can be free'd
* snapcraft: remove trailing space after plugs: entry
* Fix memory leak when using the -n option (LP: #1898991)
-- Colin King <colin.king@canonical.com> Thu, 8 Oct 2020 11:52:15 +0100
fnotifystat (0.02.06-1) unstable; urgency=medium
* Makefile: bump version
* Debian/control: update compat to 13, remove compat file, add
Rules-Requires-Root no rule
* Makefile: add snap to dist rule
* Add in missing space
* Add snapcraft ruless
-- Colin King <colin.king@canonical.com> Sat, 4 Jul 2020 11:05:22 +0100
fnotifystat (0.02.05-1) unstable; urgency=medium
* Makefile: bump version
* Fix early return from loop on bad fstat
* Remove trailing whitespace
* Add null check on fopen of /proc/mount
* Add device name information with -D and -I flags
-- Colin King <colin.king@canonical.com> Thu, 27 Feb 2020 12:37:11 +0000
fnotifystat (0.02.04-1) unstable; urgency=medium
* Makefile: bump version
* Add bash completions
* Update copyright to 2020
-- Colin King <colin.king@canonical.com> Wed, 26 Feb 2020 13:51:22 +0000
fnotifystat (0.02.03-1) unstable; urgency=medium
* Makefile: bump version
* Debian: update to compat level 12
-- Colin King <colin.king@canonical.com> Mon, 12 Aug 2019 16:37:53 +0100
fnotifystat (0.02.02-1) unstable; urgency=medium
* Makefile: bump version
* Makefile: Add travis file to dist rule
* Manual: fix spelling mistakes
* Update copyright year
* Add travis yaml file
-- Colin King <colin.king@canonical.com> Sat, 6 Jul 2019 22:56:22 +0100
fnotifystat (0.02.01-1) unstable; urgency=medium
* Makefile: bump version
* debian/copyright: use secure URI
* debian/control: update dephelper to >= 11
* debian/control: remove trailing empty line
* debian/compat: update to 11
* voidify unused function returns
* Update copyright year
-- Colin King <colin.king@canonical.com> Sun, 17 Jun 2018 13:14:15 +0100
fnotifystat (0.02.00-1) unstable; urgency=medium
* Makefile: bump version to 0.02.00
* debian/rules: remove extraneous space on line 5
* debian/control: update Standards-Version to 4.1.2
* unconsitfy pointer 'metadata' to fix a build warning
* Fix build warning, include <sys/sysmacros.h>.
-- Colin King <colin.king@canonical.com> Thu, 4 Jan 2018 23:24:25 +0000
fnotifystat (0.01.17-1) unstable; urgency=medium
* Makefile: bump version
* Manual: update copyright year and date
* Add variable pid size handling.
* Re-order declarations of mounts and mount in fnotify_event_init
* Update copyright year to source
-- Colin King <colin.king@canonical.com> Fri, 14 Apr 2017 17:15:13 +0100
fnotifystat (0.01.16-1) unstable; urgency=medium
* Makefile: bump version
* Remove extraneous declaration of ret to fix shadowing
* constify fs1 fs2
* Make some helper functions static
* Makefile: add PEDANTIC flags
-- Colin King <colin.king@canonical.com> Wed, 2 Nov 2016 13:14:15 -0600
fnotifystat (0.01.15-1) unstable; urgency=medium
* Makefile: bump version
* reduce scope of ptr
* debian/control: update Standards-Version to 3.9.8
* Update and correct copyright years
-- Colin King <colin.king@canonical.com> Tue, 4 Oct 2016 09:52:42 +0100
fnotifystat (0.01.14-1) unstable; urgency=medium
* Makefile: bump version
* Fix memory leak when filtering file paths (LP: #1506161)
-- Colin King <colin.king@canonical.com> Wed, 14 Oct 2015 18:57:00 +0100
fnotifystat (0.01.13-1) unstable; urgency=medium
* Makefile: bump version
* Update compat to 9
* Switch fields back in scale_t
* Re-order items in struct for better memory packing
* Move noreturn attributes
* Remove -g option from CFLAGS
-- Colin King <colin.king@canonical.com> Tue, 18 Aug 2015 12:15:00 -0700
fnotifystat (0.01.12-1) unstable; urgency=medium
* Makefile: bump version
* Make -x -i options work on all filenames
* Use strtok instead of strtok_r
* Check for read failure
* Use process comm field if we can't get cmdline info
* Replace hash_pjw with a faster alternative
-- Colin King <colin.king@canonical.com> Thu, 2 Jul 2015 12:57:00 +0100
fnotifystat (0.01.11-1) unstable; urgency=medium
* Makefile: fix copyright dates, bump version
* Change scope of mount and mounts (fixes cppcheck style warnings)
* fnotifystat: clarify precedence on ternary operation (cppcheck style fix)
* Remove sig handling on SIGILL and SIGABRT
* Update man page, add in bullet points and copyright info
-- Colin King <colin.king@canonical.com> Mon, 18 May 2015 14:48:00 +0100
fnotifystat (0.01.10-1) unstable; urgency=medium
* Makefile bump version
* Replace fanotify to fnotifystat in man page
* Fix typo, Pathename --> Pathname in man page
* fnotifystat should be installed in /usr/sbin and not /usr/bin
-- Colin King <colin.king@canonical.com> Mon, 12 Jan 2015 18:18:21 +0000
fnotifystat (0.01.09-1) unstable; urgency=medium
* Initial Debian release (Closes: #775219)
* Makefile: bump version
* Make -c stats divide by 1.0 rather than duration
* Clean up the stats output headings
* Add more information about the stats output
* Add -f option
* Remove extraneous . after -n option in help
-- Colin King <colin.king@canonical.com> Mon, 12 Jan 2015 17:40:00 +0000
fnotifystat (0.01.08-1) unstable; urgency=medium
* Makefile: bump version
* Add -I and -D inode and device ordering modes
* Forgot to only print verbose info with verbose mode set
* Fix table, move notes outside table
* Don't trap SIGSEGV SIGBUS
* Make it easier to break out with SIGINT etc
* Add event count in verbose mode
* Add -m merge option
* Fix delay explanation in manual
* Add newline to -n help info
-- Colin King <colin.king@canonical.com> Sun, 11 Jan 2015 14:23:00 +0000
fnotifystat (0.01.07-1) unstable; urgency=medium
* Makefile: remove math lib and bump version
* Update man page date
* Update copyright year
* Make process name in verbose node a fixed field size
* Add -x, -i, -n options
* Pre-cache all process information
* Add SIGUSR1 verbose mode toggle
* Reduce scope of ret
* Reduce scope of index i
* Add more comments
* Cater for '?' get opt option
* Fix last example in manual
* Update an example in the manual
* Allow scaling factors of day, week, month.. to delay time
* Add -s scaling option
* Add cached proc info refresh timeout so data is not stale
* Make -p option list PIDs or process names
* Small code clean ups
-- Colin King <colin.king@canonical.com> Sat, 10 Jan 2015 20:41:10 +0000
fnotifystat (0.01.06-1) unstable; urgency=medium
* Makefile: bump version
* Remove trailing . from man page title
* Improve signal handling
* Introduce get_tm time helper
-- Colin King <colin.king@canonical.com> Sun, 21 Dec 2014 22:25:00 +0000
fnotifystat (0.01.05-1) unstable; urgency=medium
* Makefile: bump version again
* Update Debian/control to 3.9.6 standards and debhelper version
* Move man page to section 8
-- Colin King <colin.king@canonical.com> Thu, 13 Nov 2014 23:32:00 +0000
fnotifystat (0.01.04-1) unstable; urgency=medium
* Makefile: bump version and add copyright boilerplate
* Fix minor issues in manpage
* Add more comments and make init more robust
* Remove extraneous white space
* Remove redundant code
-- Colin King <colin.king@canonical.com> Thu, 13 Nov 2014 23:21:00 +0000
fnotifystat (0.01.03-1) unstable; urgency=medium
* Bump version
* Add -T timestamp option
* Minor clean up
* Prettify modes
* Improve error message info, minor tidy ups in code
-- Colin King <colin.king@canonical.com> Fri, 3 Oct 2014 15:20:00 +0000
fnotifystat (0.01.02-1) unstable; urgency=medium
* Makefile: bump version
* Free filename, stop memory leak
* Add process name info
* Add -c option
* Add -P sort option
* Add -p option
* Add more comments, add more constified args
-- Colin King <colin.king@canonical.com> Fri, 3 Oct 2014 12:38:00 +0000
fnotifystat (0.01.01-1) unstable; urgency=medium
* Bump makefile
* Ensure total matches number of total operations
-- Colin King <colin.king@canonical.com> Thu, 2 Oct 2014 20:29:00 +0000
fnotifystat (0.01.00-1) unstable; urgency=low
* Initial version
-- Colin King <colin.king@canonical.com> Thu, 2 Oct 2014 17:26:00 +0000
|