pagemon (0.01.04-1) unstable; urgency=medium

  * Makefile: bump version
  * Add key descriptions to man page
  * Make man page source 80 column friendly
  * Update man page with contributions info.
  * Add position of cursor in terms of % of memory map in top right corner
  * Fix re-sizing window, ensure cursor does not fall out side window
  * Fix page down on page view when we reach end of memory
  * Typo: Ex*c*lusively
  * Don't skip anonymous regions

 -- Colin King <colin.king@canonical.com>  Wed, 20 Jan 2016 00:01:02 +0000

pagemon (0.01.03-1) unstable; urgency=medium

  * Makefile: bump version
  * Fix build warning on 32 bit builds on max_pages evaluation
  * Fix copyright year typo
  * Clean up attribute setting on mem map
  * Add cursor reset helper
  * Only set last_addr on valid data
  * Remove some extraneous lines
  * Default to failure exit status, set to success on OK case.
  * Update copyright info
  * update_xwidth needs to set width based on v rather than view
  * Make mask ULL

 -- Colin King <colin.king@canonical.com>  Thu, 14 Jan 2016 14:08:00 +0000

pagemon (0.01.02-1) unstable; urgency=medium

  * Initial Debian release (Closes: #809403)
  * Makefile: remove -lm -g build flags, bump version
  * Manual: update date
  * Add VM statistics
  * Remove hard coded page size, fix up formatting fields in tab view
  * Access byte from bytes when appropriate, don't mask off top bit to early
  * Add some context Page/Memory view hint in status line
  * Add calloc failure checking
  * Add more comments, shift some globals around
  * Add some more comments for functions
  * Remove unused colour attribute pairs
  * Only show KEY info when in PAGE view mode
  * Perform line by line memory reads for more efficient reading
  * Use sigaction rather than signal for SIGWINCH handler
  * Add sscanf checking when reading maps
  * Replace hard coded hex format width with HEX_WIDTH
  * Replace hard coded address offset cursor position to ADDR_OFFSET
  * Fix memory view changing location bug when resizing
  * Set tick to ticks to force immediate load of dirty page info
  * Use PRI* format specifiers
  * Minor code clean up
  * Don't need panel library, update README

 -- Colin King <colin.king@canonical.com>  Thu, 31 Dec 2015 20:14:01 +0000

pagemon (0.01.01-1) unstable; urgency=medium

  * Makefile: bump version
  * Add Home key option to help
  * Make read on pages trigger on R and r keys
  * Check lseek errors with (off_t)-1  instead of < 0
  * Fix some build warnings
  * debian: control: fix lintian warning
  * Fix some minor warnings as found by cppcheck

 -- Colin King <colin.king@canonical.com>  Tue, 29 Dec 2015 20:06:00 +0000

pagemon (0.01.00-1) unstable; urgency=medium

  * Initial release

 -- Colin King <colin.king@canonical.com>  Tue, 29 Dec 2015 15:04:00 +0000
