1Revision history for Perl extension File::HStore.
2
3commit c6e76967271f28d56bd878577db45e73d662a039
4Author: Alexandre Dulaunoy <a@foo.be>
5Date:   Sun Jun 1 22:13:37 2008 +0200
6
7    Move from Digest::SHA1 and Digest::SHA2 to Digest::SHA
8    as recommended in :
9
10    http://search.cpan.org/~avar/Digest-SHA2-1.1.1/SHA2.pm#DEPRECATED
11
12    and also requested in the FreeBSD ports tree :
13
14    http://www.freebsd.org/cgi/query-pr.cgi?pr=115911
15
16    The underlying functionality of the library remains the same.
17
18commit e495f00d8f5a7b1a1a239eed0b54b1e68bbdd5bc
19Author: adulau <adulau@7e09cfe9-a971-da11-a13d-000423ba250e>
20Date:   Sun Nov 26 17:21:05 2006 +0000
21
22    Initial import of my working dir for File::HStore (based
23    on 0.09 released in CPAN). Useful for me... until now. Maybe
24    some other fixes required for other.
25
26
270.09  Sun Nov 26 16:03:21 2006
28
29	- An example added
30	- Added the getpath function to get fs location of an id
31	- The debug print removed
32	- Metafile fixed
33	- added the lib path in test
34
350.08  Thu Jul 20 16:15:30 2006
36
37	- Privating internal function
38	- pod-coverage.t test added
39
400.07  Wed May 17 22:58:17 2006
41
42	- Fixed POD errors
43	- pod.t test added
44
450.06  Sun Jan 1 16:19:22 2006
46
47	- Fixed the FAT format bug / to keep the real name of the file
48
490.05  Sun Sep 18 21:45:23 2005
50
51	- Minor cleanup in the library
52	- Added a comment regarding the SHA-1 vulnerability
53	  (following the Mark Shelor request, thanks to him)
54
550.04  Sun Jul 31 13:34:12 2005
56     or the rainy What The Hack 2005 version
57
58	- Fixed the Perl requirement to a lower version
59	- Added support for the Free Archive Format
60
610.03  Sat Jul 23 11:39:34 2005
62
63	- Fixed the PREREQ_PM
64
650.02  Tue Jul 19 22:23:48 2005
66
67	- Support for SHA2 added
68	- Made return codes more consistent
69
700.01  Sun Jun 19 11:00:40 2005
71
72	- First release of File::HStore 0.01
73
74