pagein (0.01.04-1) unstable; urgency=medium

  * Makefile: update version
  * Add bash command completion script
  * Update copyright to 2020
  * snapcraft: add github URL for project
  * Makefile: rename snapcraft to snap in dist rule
  * Rename snapcraft to snap

 -- Colin King <colin.king@canonical.com>  Wed, 26 Feb 2020 14:07:11 +0000

pagein (0.01.03-1) unstable; urgency=medium

  * Makefile: bump version
  * Debian: update compat to level 12
  * snapcraft: use automatic versioning

 -- Colin King <colin.king@canonical.com>  Mon, 12 Aug 2019 16:47:25 +0100

pagein (0.01.02-1) unstable; urgency=medium

  * Makefile: remove -g flag, bump version
  * Makefile: add .travis.yml to dist rule
  * Update copyright year
  * Add travis yaml file

 -- Colin King <colin.king@canonical.com>  Wed, 10 Jul 2019 10:41:23 +0100

pagein (0.01.01-1) unstable; urgency=medium

  * Makefile: bump version
  * Remove kthreads stat, add in total mappings stat
  * Add unreadable skipped pages stats
  * Expand pid field to 6 digits
  * Manual: change example to Xorg as a process to page in
  * Remove defunct command options -d, -t, -w
  * debian/copyright: use secure URI
  * debian/control: remove empty line and set debhelper version to >=11
  * debian/compat: update to 11

 -- Colin King <colin.king@canonical.com>  Sun, 17 Jun 2018 12:07:00 +0100

pagein (0.01.00-1) unstable; urgency=medium

  * Makefile: bump version
  * Remove whitespace in text
  * Put altstack on main's stack, it is small enough
  * Make ptrace halt window smaller
  * Rework, just use ptrace memory peeking to force pages in
  * Add in some more constifications
  * Minor code style changes, make some small helper funcs inline too
  * Update copyright year

 -- Colin King <colin.king@canonical.com>  Sun, 14 Jan 2018 16:21:12 +0000

pagein (0.00.06-1) unstable; urgency=medium

  * Makefile: bump version
  * Make function align_address static
  * debian/control: update Standards-Version to 4.1.2
  * Rename array path to tmppath to avoid name shadowing

 -- Colin King <colin.king@canonical.com>  Thu, 4 Jan 2018 23:59:23 +0000

pagein (0.00.05-1) unstable; urgency=medium

  * Makefile: bump version again
  * Debian/control: update standards to 4.0.0
  * Remove exit after a goto, fixes structurally dead code warning
  * Make variable sz static so longjmp cannot clobber it
  * Make file mmapping private
  * Add SEGV handler and fix length calculation
  * Seek and read correct page, reference on the non-mmapp'd addresses
  * Optimize pages touched count
  * Simplify the zero length check
  * Fix another segv issue, touch the mapped area

 -- Colin King <colin.king@canonical.com>  Wed, 21 Jun 2017 08:26:18 +0100

pagein (0.00.04-1) unstable; urgency=medium

  * Makefile: bump version
  * Fix segfault on i386 targets (Closes: #865341)
  * snapcraft: add default app and grade keys

 -- Colin King <colin.king@canonical.com>  Tue, 20 Jun 2017 19:10:23 +0100

pagein (0.00.03-1) unstable; urgency=medium

  * Initial Debian release (Closes: #856462)
  * Makefile: bump version
  * Add more explanation to why access failures can occur
  * ptrace should be performed before the open of /proc/$pid/mem
  * Debian/control: fix typo on pagein name

 -- Colin King <colin.king@canonical.com>  Sat, 4 Mar 2017 20:52:33 +0000

pagein (0.00.02-1) unstable; urgency=medium

  * Makefile: bump version
  * Minor reworking of page in mapping, clean up readability
  * Fixup some build warnings on 32 bit arches
  * Makefile: update dist rules to incorporate snapcraft files
  * Add COPYING file

 -- Colin King <colin.king@canonical.com>  Wed, 1 Mar 2017 10:08:03 +0000

pagein (0.00.01-1) unstable; urgency=medium

  * Initial release

 -- Colin King <colin.king@canonical.com>  Fri, 13 Jan 2017 14:33:00 +0000
