File: Changes

package info (click to toggle)
libdbd-ldap-perl 0.07-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 140 kB
  • ctags: 72
  • sloc: perl: 1,529; makefile: 43
file content (27 lines) | stat: -rw-r--r-- 1,214 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
Revision history for Perl extension DBD::Ldap.

0.01  Fri Jun 06 13:00:55 2000
	- original version; created by h2xs 1.18
0.02  Thu Jun 07
	- Changed name from "DBD::Ldap" to "DBD::LDAP".
0.03  Tue Jun 12
	- Fixed bug that produced error if last attribute was null for any of 
	  the records returned by a search.  Removed lots of commented-out code.
	- Changed datatype from "VARCHAR" (12) to "LONG" (-1).
	- 1st release to CPAN!
0.04  Fri Aug 10
    - Fixed bug involving autocommit on statements containing "select" in data. 
      Caught by Simon Elliott, Thanks!
0.05  Mon Sep 17
	- Fixed "ldap_..." attributes to work, ie. "ldap_firstonly" did not work.
	  Also made "ldap_firstonly" to allow values > 1 to limit number of 
	  returned valued to that number.  Previously, =1 ment 1 value, =0 ment 
	  all values.
0.06  Fri Jun 27
	- Fixed Makefile.PL bug in Perl 5.8+ where make would fail with something 
	  like "Can't use string ("*.xsi") as a HASH ref...".  Thanks to everyone 
	  who reported this.
0.07	 Sun Mar 14 2004
	- Add compatability with Class::DBI and Netscape LDAP Server (added 
	  patches by jmorano per bug#12269 and 12270 in rt.cpan.org).  NOTE:  
	  Type VARCHAR is now 12 instead of -1.