File: Changes

package info (click to toggle)
libapache-ssllookup-perl 2.00-04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 209; ansic: 10; makefile: 9; sh: 5
file content (19 lines) | stat: -rwxr-xr-x 604 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Revision history for Perl extension Apache::SSLLookup

2.00_01  11.02.2004
  - original version

2.00_02  11.11.2004
  - test updates - no code changes

2.00_03  04.13.2005
  - updates for mod_perl 2.0-RC5 (1.999_22)
  - add ext_lookup() method but keep undocumented until
    I figure out how it works.  at the moment it seems
    to work except it never returns anything but undef,
    which may be a problem with the certs I'm generating.

2.00_04  06.16.2005
  - fix Apache2::RequestRec subclassing.  tests++
  - add Devel::Cover hooks, even though they don't report
    any of the XS routines (yet)