1
21.07 - Fri Aug 15 16:53:36 2008
3	* Fixed the odd character problems in some of the files
4	* No need to upgrade if you already have this installed
5
61.06_03 - Sun Jun 22 11:32:46 2008
7	* Trying the __sgi definition. If this doesn't make things
8	blow up, this release will get bumped to 1.07.
9
101.06_02 - Thu Jun 19 11:55:21 2008
11	* Removed wide chars from the header file. Some compilers 
12	like to complain about things that are wrong. :(
13
141.06_01 - Wed Jun 18 09:37:34 2008
15	This is a test of a fix for Irix.
16
171.06_01 - Wed Jun  4 19:18:57 2008
18	* This is a test of a fix for Irix.
19
201.06 - Wed Apr 23 13:14:34 2008
21	* This release has a compiler-bug workaround for Sun C 5.9
22	identified by Andy Armstrong. No, really, it was a compiler
23	bug: http://in.opensolaris.org/jive/thread.jspa?threadID=53641&tstart=0
24	* You don't need to upgrade if you already have 1.05.
25
261.05_02 - Sun Apr 20 15:26:21 2008
27	* This is a workaround for a Solaris compiler bug, but let's
28	see what CPAN Testers does with it.
29
301.05_01 - Tue Nov 20 07:59:26 2007
31	* Updated rijndael.h to handle Mac OS X Panther, thanks to John Fong.
32	* No need to upgrade if you already have this installed.
33
341.05 - Fri Nov  9 05:39:09 2007
35	* This version fixes the signed integer problems that Solaris had.
36	* Now this module requires perl 5.6.
37	* You don't need to upgrade if your system isn't Solaris.
38
391.04_03 - Mon Oct 15 14:27:00 2007
40	* Quashed warnings about overflows by casting numbers to
41	unsigned ints.
42	* This compiles warning-free and passes all tests on
43	Solaris 10 with gcc 3.4.6, so it might take care of RT#27632
44
451.04_02 - Wed Sep 19 19:24:06 2007
46	* remove test files that shouldn't be there
47
481.04_01 - Wed Sep 12 15:34:24 2007
49	* This developer release explores the Solaris bug noted in 
50	RT#27632. Some Solaris installations may be encrypting or
51	decrpyting incorrectly.
52
531.04 - Fri Feb 23 11:20:44 2007
54	* Todd Ross adjusted rijndael.h to use __sun to identify Solaris boxes. GCC
55	uses __sun__ or __sun, but Solaris cc only uses __sun :
56	http://blogs.sun.com/morganh/date/20060928
57	* If you've already compiled this module, you don't need to upgrade
58
591.03 - Thu Feb 22 15:42:04 2007
60	* Updated distro to include missing Pod tests
61	* No code changes
62
631.02 - Thu Jan 25 14:48:51 2007
64	* Updated docs to show cipher modes. No need to upgrade if you
65	already have this.
66
671.01 - Wed Jan 10 19:14:14 2007
68	* Bump to a release version. This is the same as 0.06_10.
69	* This release should fix the problems with INT types on all
70	platforms, including 64 bit platforms.
71
720.06_10 - Wed Jan 10 00:35:10 2007
73	* Let's try the int type for MinGW:wq
74
750.06_09 - Fri Dec 15 08:12:02 2006
76	* Updated header file to handle Solaris special case
77	* I think this might be the release candidate for 0.07! :)
78
790.06_08 - Wed Nov 29 19:51:33 2006
80	* Adjusting WIN32 targets for typedefs. Some things look like both
81	Unix and Windows, so I don't want compilers to choke if it tries to
82	redefine types.
83
840.06_07 - Mon Nov 27 10:37:18 2006
85	* more header file fiddling to get everyone to define the right
86	abstract types. This time check for _SYS_TYPES_H
87
880.06_06 - Fri Nov 17 14:56:19 2006
89	* Fooled with header file some more, and tested it myself on
90	Cygwin. Instead of checking for WIN32, just check for __CYGWIN__
91
920.06_05 - Fri Nov 17 11:13:25 2006
93	* The last two revisions seem to not define UINTxx and ends up with a
94	parse error. Let's try this, as I go off to dig out my Windows box.
95
960.06_04 - Wed Nov 15 14:43:37 2006
97	* Try UINT patch from David Golden to get this to work on MinGW
98
990.06_03 - Wed Nov 15 11:07:08 2006
100	* Re-jiggered logic to define UINT32 and UINT8. First I'll try
101	sys/types.h, then check if they are already defined elsewhere, and
102	lastly hardcode the typedefs based on platform. The previous 
103	release (0.06_02) had some problems on Windows from conflicting
104	typedefs (similar to the cygwin problems with libjpeg and X), so
105	I guard my typedefs by checking for previous definitions. Let's 
106	hope those previous definitions are right :)
107
1080.06_02 - Sun Nov 12 16:23:07 2006
109	* Let's try some hardcoded types for UINT(32|8) for Windows.
110
1110.06_01 - Sun Nov 12 10:38:56 2006
112	* Adjust version number to match distro number (RT #4227)
113	* Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812,
114	1444, 503).
115	* This module is now maintained by brian d foy (bdfoy@cpan.org)
116