File: Changes

package info (click to toggle)
libhttp-server-simple-authen-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 48; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for Perl extension HTTP::Server::Simple::Authen

0.04  2006-01-15T05:55:25Z
        - NEXT is not needed anymore.

0.03  2006-01-15T03:17:31Z
        - Oops, handle_request() is typically subclassed, so prior
          versions are not subject to work.
        - Now authenticate() should be called explicitly from
          subclass. Hence some methods like needs_authen() are removed
          to be more DIY.

0.02  2006-01-14T21:34:25Z
        - Fixed a bug that you can't use 0 as username or password
        - Updated document

0.01  Sat Jan 14 17:15:45 2006
	- original version