File: Changes

package info (click to toggle)
libcrypt-mysql-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 80 kB
  • ctags: 2
  • sloc: perl: 20; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2006-08-14  IKEBE Tomohiro  <ikebe@shebang.jp>

	* added password41() to @EXPORT_OK list.
	* support MySQL 4.1's PASSWORD() function.
        * allow the string which contain Null characters. 
        Apply the patch from Zefram.

2004-02-24  IKEBE Tomohiro  <ikebe@shebang.jp>

	* fixed array overrun problem.

2003-04-24  IKEBE Tomohiro  <ikebe@shebang.jp>

	* original version