1
21.10 - Wed Jul 11 19:25:12 2012
3	* Add MirBSD support. It's the same options as Sun stuff.
4
51.08 - Wed Dec  9 18:20:22 2009
6	* Promoting development release to full release.
7	* This release mainly clarifies the licensing.
8
91.07_02 - Tue Nov  4 02:21:27 2008
10	* RT #40511: Give a better warning when you try to use tainted
11	data as an initialization vector. If anyone wants to use 
12	tainted data, they can patch the code to accept it.
13
141.07_01 - Tue Oct 14 08:59:58 2008
15	* Clarify that these files are under the Lesser GNU Public License
16	(also known as the Library GNU Public License).
17
181.07 - Fri Aug 15 16:53:36 2008
19	* Fixed the odd character problems in some of the files
20	* No need to upgrade if you already have this installed
21
221.06_03 - Sun Jun 22 11:32:46 2008
23	* Trying the __sgi definition. If this doesn't make things
24	blow up, this release will get bumped to 1.07.
25
261.06_02 - Thu Jun 19 11:55:21 2008
27	* Removed wide chars from the header file. Some compilers 
28	like to complain about things that are wrong. :(
29
301.06_01 - Wed Jun 18 09:37:34 2008
31	This is a test of a fix for Irix.
32
331.06_01 - Wed Jun  4 19:18:57 2008
34	* This is a test of a fix for Irix.
35
361.06 - Wed Apr 23 13:14:34 2008
37	* This release has a compiler-bug workaround for Sun C 5.9
38	identified by Andy Armstrong. No, really, it was a compiler
39	bug: http://in.opensolaris.org/jive/thread.jspa?threadID=53641&tstart=0
40	* You don't need to upgrade if you already have 1.05.
41
421.05_02 - Sun Apr 20 15:26:21 2008
43	* This is a workaround for a Solaris compiler bug, but let's
44	see what CPAN Testers does with it.
45
461.05_01 - Tue Nov 20 07:59:26 2007
47	* Updated rijndael.h to handle Mac OS X Panther, thanks to John Fong.
48	* No need to upgrade if you already have this installed.
49
501.05 - Fri Nov  9 05:39:09 2007
51	* This version fixes the signed integer problems that Solaris had.
52	* Now this module requires perl 5.6.
53	* You don't need to upgrade if your system isn't Solaris.
54
551.04_03 - Mon Oct 15 14:27:00 2007
56	* Quashed warnings about overflows by casting numbers to
57	unsigned ints.
58	* This compiles warning-free and passes all tests on
59	Solaris 10 with gcc 3.4.6, so it might take care of RT#27632
60
611.04_02 - Wed Sep 19 19:24:06 2007
62	* remove test files that shouldn't be there
63
641.04_01 - Wed Sep 12 15:34:24 2007
65	* This developer release explores the Solaris bug noted in 
66	RT#27632. Some Solaris installations may be encrypting or
67	decrpyting incorrectly.
68
691.04 - Fri Feb 23 11:20:44 2007
70	* Todd Ross adjusted rijndael.h to use __sun to identify Solaris boxes. GCC
71	uses __sun__ or __sun, but Solaris cc only uses __sun :
72	http://blogs.sun.com/morganh/date/20060928
73	* If you've already compiled this module, you don't need to upgrade
74
751.03 - Thu Feb 22 15:42:04 2007
76	* Updated distro to include missing Pod tests
77	* No code changes
78
791.02 - Thu Jan 25 14:48:51 2007
80	* Updated docs to show cipher modes. No need to upgrade if you
81	already have this.
82
831.01 - Wed Jan 10 19:14:14 2007
84	* Bump to a release version. This is the same as 0.06_10.
85	* This release should fix the problems with INT types on all
86	platforms, including 64 bit platforms.
87
880.06_10 - Wed Jan 10 00:35:10 2007
89	* Let's try the int type for MinGW:wq
90
910.06_09 - Fri Dec 15 08:12:02 2006
92	* Updated header file to handle Solaris special case
93	* I think this might be the release candidate for 0.07! :)
94
950.06_08 - Wed Nov 29 19:51:33 2006
96	* Adjusting WIN32 targets for typedefs. Some things look like both
97	Unix and Windows, so I don't want compilers to choke if it tries to
98	redefine types.
99
1000.06_07 - Mon Nov 27 10:37:18 2006
101	* more header file fiddling to get everyone to define the right
102	abstract types. This time check for _SYS_TYPES_H
103
1040.06_06 - Fri Nov 17 14:56:19 2006
105	* Fooled with header file some more, and tested it myself on
106	Cygwin. Instead of checking for WIN32, just check for __CYGWIN__
107
1080.06_05 - Fri Nov 17 11:13:25 2006
109	* The last two revisions seem to not define UINTxx and ends up with a
110	parse error. Let's try this, as I go off to dig out my Windows box.
111
1120.06_04 - Wed Nov 15 14:43:37 2006
113	* Try UINT patch from David Golden to get this to work on MinGW
114
1150.06_03 - Wed Nov 15 11:07:08 2006
116	* Re-jiggered logic to define UINT32 and UINT8. First I'll try
117	sys/types.h, then check if they are already defined elsewhere, and
118	lastly hardcode the typedefs based on platform. The previous 
119	release (0.06_02) had some problems on Windows from conflicting
120	typedefs (similar to the cygwin problems with libjpeg and X), so
121	I guard my typedefs by checking for previous definitions. Let's 
122	hope those previous definitions are right :)
123
1240.06_02 - Sun Nov 12 16:23:07 2006
125	* Let's try some hardcoded types for UINT(32|8) for Windows.
126
1270.06_01 - Sun Nov 12 10:38:56 2006
128	* Adjust version number to match distro number (RT #4227)
129	* Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812,
130	1444, 503).
131	* This module is now maintained by brian d foy (bdfoy@cpan.org)
132