File: Changes

package info (click to toggle)
libcrypt-unixcrypt-xs-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 652; perl: 15; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (2)
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
Revision history for Perl extension Crypt::UnixCrypt_XS.
0.11	- Alexandr Ciornii provide a patch to fix possible EUMM build problems.
        - Update PPPort.

0.10	- Update PPPort, PERL_UNUSED_DECL is defined in perl 5.18 core and PPPort.

0.09	- Andrew Main (Zefram) patch provides the subroutine bytes_from_utf8, that is missed for perl 5.6.

0.08	- Andrew Main (Zefram) provided a patch to fix a small memmory leak
		introduced in 0.07. Also a new testcase for utf8 data is
		included.
0.07	- Andrew Main (Zefram) generously provided a patch to prevent 
		Crypt::UnixCrypt_XS getting confused with UTF8-encoded PV.
0.06
	- Guenter Knauf fixed small compile problems for NetWare/Win32
		and other strict C compilers
0.05
	- Andrew Main (Zefram) <zefram@fysh.org> generously provided a patch to
		support the "extended DES" crypt scheme from BSD
0.04
	- minor doc fixes
0.03
	- minor doc fixes
0.02
	- doc fixes
	- required perl is 5.6 now

0.01  Tue May  4 18:24:21 2004
	- original version; created by h2xs 1.23 with options
		-A -O -n Crypt::UnixCrypt_XS ./Crypt-UnixCrypt_XS/fcrypt/fcrypt.h