CHANGES:
0.1
	- initial release
0.2
	- added 'show' option, to display a note without editing
	- changed 'open' option to 'edit' to differentiate it from
	 'show', 'open' has been left for backward compatibility
0.2.1
	- added man page thanks to Salvatore Bonaccorso
	 <carnil <at> debian.org>
0.2.2
	- patch to build/Makefile to fix bug when building on ubuntu
	 provided by Angel Abad
	 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627306
	 https://bugs.launchpad.net/ubuntu/+source/nodau/+bug/785135
0.2.3
	- patches to Makefiles to improve build portability provided by
	 Mats Andersson <bsd <at> gisladisker.se>
0.3rc1
	- use an external editor for editing using the EDITOR
	 environment variable
	- move database location to comply with XDG standard
	- rewritten Makefiles
	- add support for encrypted notes
	- add a config file
0.3rc2
	- add GPL exception for linking with OpenSSL
	- updates to Makefile to allow passing of flags by environment
	 variable
	- updates to man page about configuration file by Salvatore
	 Bonaccorso <carnil <at> debian.org>
	- updates to man page and README file to document configuration
	 settings by Ryan MacNish <ryan <at> nisshh.com>
0.3rc3
	- only give user write permission when creating config/data
	 directories
	- prevent segfault when list'ing with no matches
0.3rc4
	- remove dependency on PATH_MAX to hopefully improve GNU Hurd
	 compatability
0.3rc5
	- remove dependency on PATH_MAX to hopefully improve GNU Hurd
	 compatability - do it properly!
0.3rc6
	- fix a segv in the database code
	- make encryption work again (when did this get broken?)
