1----------------------------------
2Noteworthy changes in version 0.11 (2010-01-27)
3----------------------------------
4
5	* Module can now run in Apache environment.
6        * Fix  Allows undef passphrases (for keys without them)
7
8----------------------------------
9Noteworthy changes in version 0.09 (2001-06-08)
10----------------------------------
11
12	* Fix  POSIX::_SC_OPEN_MAX problem under use strict.
13
14----------------------------------
15Noteworthy changes in version 0.08 (2001-05-21)
16----------------------------------
17
18	* Updated for gnupg 1.0.5
19	* Tie implementation doesn't add an extra fork. Only one
20	fork for the gpg process is done.
21	* Added ClearSign and Sign tie interface.
22
23----------------------------------
24Noteworthy changes in version 0.07 (2000-08-15)
25----------------------------------
26
27	* Output to a file handle reference was broken.
28
29----------------------------------
30Noteworthy changes in version 0.06 (2000-08-06)
31----------------------------------
32
33	* Local-user wasn't working. Thanks to Chris Andrews for
34	  reporting and fixing this.
35	* Compatible with gpg 1.02.
36	* Ignore warning about RSA or IDEA algorithms.
37
38Noteworthy changes in version 0.05 (2000-06-21)
39-----------------------------------
40
41	* Support for paragraph mode in tied interface.
42	* Removed file descriptor leaks.
43	* Made CPR interface more robust.
44
45Noteworthy changes in version 0.04 (1999-12-06)
46-----------------------------------
47
48	* Small bugfixes related to running under mod_perl.
49
50
51Noteworthy changes in version 0.03 (1999-11-30)
52-----------------------------------
53
54	* New tied file handle interface for encryption and decryption.
55
56	* Small bugfixes.
57
58