File: Changes

package info (click to toggle)
libcrypt-hcesha-perl 0.60-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 108 kB
  • ctags: 195
  • sloc: perl: 615; makefile: 437
file content (23 lines) | stat: -rw-r--r-- 579 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
Revision history for Perl extension Crypt::HCE_SHA.

0.01  Wed Oct 14 16:23:57 1998
	- original version; created by h2xs 1.18


0.02
	- implementation

0.03  Fri Oct 16 14:41:33 1998
	- moved example modules to the examples directory

0.40 Tue Apr 06 1999
	- updated man documentation
	- updated to use Digest::SHA1 by Gisle Aas

0.45 Tue Aug 17 1999
	- bug fix on chaining key selection
	- bug report submitted by Jake Angerman (Thanks Jake!)

0.60 Fri Feb 18 2000
	- fixed length issue caused by mime inserting returns
	- updated Client.pm and Server.pm to reflect the changes