v1.18.1
=======
+ Ensure standard output is always line-buffered

v1.18
=====
+ Support BTRFS via inode attributes
+ Handle misconfiguration of inode attributes on swapfile directory
+ Use available memory provided by the kernel if present

v1.17
=====
+ Automatically fall back to slow swapfiles, removing --zero manual option
+ Don't try to set NOCOW attribute when the filesystem doesn't support it
+ Use automake to set ETCPREFIX and VARPREFIX to $sysconfdir and $localstatedir, respectively
+ Minor documentation cleanup

v1.16.1
=======
+ Fix permissions checking error
+ Log swap directory permissions when verbose
+ Log commands when verbose

v1.16
=====
+ Enforce correct permissions on swapfile directory

v1.15.1
=======
+ Fix catastrophic errors in previous release

v1.15
=====
+ Support BTRFS

v1.14
=====
+ Convert README to markdown
+ Add ability to disable posix fallocate with --zero option
+ Use NO_DEBUG instead of NDEBUG for consistency

v1.13
=====
+ Merge new upstream changes
	+ Use posix_fallocat() to initialize swap files without writing data to them.


v1.12
======
+ Use PREFIX variables to support multiple install locations
+ Compile test program, hog, for testing how much memory you can allocate
+ Clean up compile flags

v1.11
======
+ New upstream (https://github.com/Tookmund/swapspace)
+ New maintainer (tookmund@gmail.com)
+ Autotools build system (configure && make && make install)
+ Bug fixes