File: Changes

package info (click to toggle)
libdbix-class-encodedcolumn-perl 0.00007-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 240 kB
  • ctags: 131
  • sloc: perl: 1,871; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0.00007        2010-04-29
        - Fix for inter-component leaks because of improper mk_classdata usage
          (fixes RT #5099 by Kent Fredric) ( groditi )
0.00006        2010-01-15
        - Fix build_requires version number for SQLA ( Arthur Axel "fREW" Schmidt )
        - Don't encode undef ( osfameron )

0.00005        2009-10-11
        - Fix hashing/validation with Whirlpool ( Kent Fredric )
        - Add Repository META

0.00004        2009-09-03
        - correct option name typo in the docs (digest_class -> encode_class)
        - put the .gpg files back into the test so tests pass (mst == fool)
0.00003        2009-09-01
        - fixup copyright and licensing info to the proposed new best
          practice for /^DBIx::Class/ modules
        - close dbh before unlinking so tests pass on win32

0.00002        2008-07-27
        - Support for Crypt::OpenPGP

0.00001        2008-02-01
        - No changes

0.00001_03     2008-01-31
        - Pod Changes and corrections
        - Added common digest lengths table

0.00001_02     2008-01-31
        -salt additions & little fixes

0.00001_01     2008-01-29
	- Initial release