eventstat (0.01.32-1) unstable; urgency=low

  * Makefile: bump version
  * Handle overflow/underflow invalid values for count arg
  * Handle overflow/underflow invalid values for -n option
  * Handle bad options with help and exit failure

 -- Colin King <colin.king@canonical.com>  Sun, 18 May 2014 23:59:49 +0100

eventstat (0.01.31-1) unstable; urgency=low

  * Makefile: bump version
  * Makefile: Fix make dist, use plain old tar to omit debian contents
  * Fix copyright
  * Add COPYING file

 -- Colin King <colin.king@canonical.com>  Thu, 20 Mar 2014 13:22:31 +0000

eventstat (0.01.30-1) unstable; urgency=low

  * Makefile: bump version
  * Avoid some potential event overflows
  * Reduce scope on some variables

 -- Colin King <colin.king@canonical.com>  Fri, 14 Mar 2014 09:08:12 +0000

eventstat (0.01.29-1) unstable; urgency=low

  * Makefile: bump version
  * debian control: update standards version
  * Add -u and -k options
  * Add the -b brief output option

 -- Colin King <colin.king@canonical.com>  Tue, 21 Jan 2014 11:01:00 +0000

eventstat (0.01.28-1) unstable; urgency=low

  * Makefile: bump version
  * Update copyright year
  * Makefile: add -Wextra
  * Simplify kernel thread detection for the common path

 -- Colin King <colin.king@canonical.com>  Tue, 7 Jan 2014 17:10:00 +0000

eventstat (0.01.27-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: fix kernel thread detection issue (LP: #1226787)

 -- Colin King <colin.king@canonical.com>  Thu, 19 Sep 2013 16:05:06 +0100

eventstat (0.01.26-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: fix comment typo

 -- Colin King <colin.king@canonical.com>  Thu, 29 Aug 2013 11:37:03 +0100

eventstat (0.01.25-1) unstable; urgency=low

  * eventstat: work around proc info containerisation restrictions
  * eventstat.c: Add -d to short help info

 -- Colin King <colin.king@canonical.com>  Wed, 26 Jun 2013 18:06:12 +0100

eventstat (0.01.24-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat.c: make hash table much larger
  * eventstat.c: make more functions static
  * eventstat.c: ensure initial info total is set to the count and not zero

 -- Colin King <colin.king@canonical.com>  Tue, 25 Jun 2013 17:12:48 +0100

eventstat (0.01.23-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat.c: cater for -ve time if somebody suspended the process
  * eventstat.c: handle zero duration corner case
  * eventstat.c: remove 'N' new field, it's not helpful
  * eventstat.c: remove debug
  * eventstat.c: fix stats on SIGINT and missing first stats issue

 -- Colin King <colin.king@canonical.com>  Mon, 24 Jun 2013 18:13:22 +0100

eventstat (0.01.22-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: fix a fd leak on read fail error path

 -- Colin King <colin.king@canonical.com>  Tue, 7 May 2013 15:36:22 +0100

eventstat (0.01.21-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: handle_sigint: cast to void unused dummy parameter
  * eventstat: samples_dump - make i size_t since we compare it to n
  * eventstat: put inline at start of sample_find declaration
  * eventstat: update copyright year
  * eventstat: fix order of calloc() args.
  * eventstat: more code clean ups:
  * eventstat: line up #defines
  * eventstat: fix some whitespacing in for loops
  * eventstat: update -h help information
  * evenstat.8: update man page with new -S -C options
  * Makefile: Add math linking now that we are using sqrt()
  * eventstat: extra features for the CSV output.
  * eventstat.8: add more description of the CSV output format
  * eventstat.8: update man page with new -d option
  * eventstat: add -d option to strip off directory name from task name
  * eventstat: truncate short -s proc name when we find a space

 -- Colin King <colin.king@canonical.com>  Fri, 5 Apr 2013 10:49:32 +0100

eventstat (0.01.20-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: ensure we don't fall off end of buffer
  * evenstat.8: add -s -l options to man page
  * eventstat: Add /proc/pid/cmdline process info in CSV output
  * eventstat.8: ensure - sign is escaped in manual

 -- Colin King <colin.king@canonical.com>  Tue, 2 Apr 2013 15:13:00 +0100

eventstat (0.01.19-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: make set_timer_stat conditionally complain if it fails
  * eventstat: remove need for PATH_MAX, replace with suitable size
  * debian: control: set Architecture to just linux-any
  * eventstat: ensure all exits tidy up by setting the timer stat to 0
  * eventstat: exit with EXIT_FAILURE rather than 1
  * eventstat: handle failed calloc on timer stat tables

 -- Colin King <colin.king@canonical.com>  Tue, 19 Feb 2013 22:04:06 +0000

eventstat (0.01.18-1) unstable; urgency=low

  * Makefile: bump version
  * Makefile: include CFLAGS and LDFLAGS into CC line
  * debian: rules: force dh_ to apply flags during make phase
  * Remove unwanted debian/powerstat.install

 -- Colin King <colin.king@canonical.com>  Tue, 19 Feb 2013 12:04:06 +0000

eventstat (0.01.17-1) unstable; urgency=low

  * Update version in Makefile
  * debian: control: update Standards-Version to 3.9.4

 -- Colin King <colin.king@canonical.com>  Mon, 18 Feb 2013 16:55:24 +0000

eventstat (0.01.16-1) unstable; urgency=low

  * Bump version, add version number to eventstat
  * Update and tidyup show_usage
  * Add cumulative events reporting instead of events per second
  * Increase the hash table size, reduce the collisions.
  * Ignore zero events
  * Show kernel threads names in [ ] brackets

 -- Colin King <colin.king@canonical.com>  Mon, 18 Feb 2013 16:40:21 +0000

eventstat (0.01.15-1) unstable; urgency=low

  * Initial Debian release (Closes: #678277)

 -- Colin King <colin.king@canonical.com>  Wed, 20 Jun 2012 15:43:28 +0100

eventstat (0.01.14-1) unstable; urgency=low

  * Update version
  * Fix debian/control Description lintian warning
  * Remove -lm from Makefile - not needed

 -- Colin King <colin.king@canonical.com>  Wed, 20 Jun 2012 14:10:15 +0100

eventstat (0.01.13-1) unstable; urgency=low

  * Update version number in Makefile
  * Fix debian copyright lintian errors
  * Add some more comments, fix trailing whitespaces
  * Update source copyright year
  * Update copyright year
  * Update debian/copyright

 -- Colin King <colin.king@canonical.com>  Thu, 14 Jun 2012 10:40:23 +0100

eventstat (0.01.12-1) unstable; urgency=low

  * Updated version
  * Add in project homepage
  * Update manpage section and date
  * Update copyright URL
  * Make description more litian friendly
  * fix typo on debian/watch

 -- Colin King <colin.king@canonical.com>  Wed, 13 Jun 2012 19:18:31 +0100

eventstat (0.01.11-1) unstable; urgency=low

  * Update version in Makefile
  * Add debian/watch file
  * Update Maintainer field and add Kamal Mostafa as an Uploader

 -- Colin King <colin.king@canonical.com>  Tue, 12 Jun 2012 18:51:34 +0100

eventstat (0.01.10-1) unstable; urgency=low

  * Add dist rule to Makefile
  * Add debian/source/format
  * debian: control: update Standards-Version to 3.9.3
  * debian: control: fix Section
  * debian: control: fix Description
  * Remove more timer_stat_dump cruft

 -- Colin King <colin.king@canonical.com>  Tue, 12 Jun 2012 16:56:23 +0100

eventstat (0.01.09) precise; urgency=low

  * Remove timer_stat_dump cruft
  * Name callback correctly, update field headings

 -- Colin King <colin.king@canonical.com>  Wed, 28 Dec 2011 13:21:00 +0000

eventstat (0.01.08) precise; urgency=low

  * Tidy up lists

 -- Colin King <colin.king@canonical.com>  Tue, 27 Dec 2011 11:54:00 +0000

eventstat (0.01.07) precise; urgency=low

  * Add in list init calls

 -- Colin King <colin.king@canonical.com>  Mon, 26 Dec 2011 10:16:00 +0000

eventstat (0.01.06) precise; urgency=low

  * fix cut and paste error in man page

 -- Colin King <colin.king@canonical.com>  Fri, 23 Dec 2011 20:36:00 +0000

eventstat (0.01.05) precise; urgency=low

  * Add -q quiet option

 -- Colin King <colin.king@canonical.com>  Tue, 20 Dec 2011 00:43:00 +0000

eventstat (0.01.04) precise; urgency=low

  * Output events per second in .csv results
  * Add -t threshold option
  * Convert to use generic lists, phase 2
  * Introduce generic lists

 -- Colin King <colin.king@canonical.com>  Mon, 19 Dec 2011 10:40:00 +0000

eventstat (0.01.03) precise; urgency=low

  * Stop on SIGINT, handle timing more accurately

 -- Colin King <colin.king@canonical.com>  Sun, 18 Dec 2011 17:35:00 +0000

eventstat (0.01.02) precise; urgency=low

  * Dump out samples into a CSV file with -r option
  * Add timer info cache, more memory efficient
  * Add help option
  * Add -n option
  * Fix count error message.

 -- Colin King <colin.king@canonical.com>  Sun, 18 Dec 2011 17:11:00 +0000

eventstat (0.01.01) precise; urgency=low

  * Remove trailing ws
  * Ensure we write to timer_stats correctly

 -- Colin King <colin.king@canonical.com>  Sat, 17 Dec 2011 21:29:00 +0000

eventstat (0.01.00) precise; urgency=low

  * Initial version 

 -- Colin King <colin.king@canonical.com>  Sat, 17 Dec 2011 20:44:00 +0000
