forked from pool/perl-Apache-AuthCookie
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
![]() |
-------------------------------------------------------------------
|
||
|
Thu Jul 13 17:08:09 CEST 2006 - cwh@suse.de
|
||
|
|
||
|
Version: 3.10
|
||
|
- Bug Fix: when copying user from prev request, check that $r->prev
|
||
|
is defined, not just that $r->is_initial_request is true.
|
||
|
|
||
|
Version: 3.09
|
||
|
- POD doc fixes.
|
||
|
- MP2: remove _check_request_req() - this was only necessary when
|
||
|
running under both MP1 and MP2. Package name change eliminates the
|
||
|
need for this.
|
||
|
- test suite converted to Test::More style test suites.
|
||
|
- descriptive test descriptions added
|
||
|
- make login() stash credentials in $r->pnotes("${AuthName}Creds") so
|
||
|
that the login form can access the user-supplied credentials if the
|
||
|
login fails.
|
||
|
- bug fix: use of Apache2::URI::unescape_url() does not handle
|
||
|
'+' to ' ' conversion. This caused problems for credentials
|
||
|
that contain spaces.
|
||
|
- MP2: remove mod_perl features from "use mod_perl2" line. This is
|
||
|
no longer supported by mod_perl2.
|
||
|
- MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
|
||
|
several form data handling bugs)
|
||
|
- In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
|
||
|
for MP1).
|
||
|
- remove Apache2::AuthCookie::Util - no longer necessary
|
||
|
- multi-valued form fields are now handled properly in POST -> GET conversion
|
||
|
- MP2: require CGI.pm 3.12 or later
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Jan 25 21:39:26 CET 2006 - mls@suse.de
|
||
|
|
||
|
- converted neededforbuild to BuildRequires
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Sep 29 09:08:12 CEST 2005 - dmueller@suse.de
|
||
|
|
||
|
- add %defattr
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Sep 28 22:07:03 CEST 2005 - dmueller@suse.de
|
||
|
|
||
|
- add norootforbuild
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jul 29 17:25:51 CEST 2005 - cthiel@suse.de
|
||
|
|
||
|
- update to 3.08
|
||
|
- fixed %files
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Feb 21 17:57:01 CET 2005 - cwh@suse.de
|
||
|
|
||
|
- updated to v3.05
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue May 25 18:08:00 CEST 2004 - cwh@suse.de
|
||
|
|
||
|
- fixed %files
|
||
|
- fixed Requires
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue May 25 14:35:41 CEST 2004 - cwh@suse.de
|
||
|
|
||
|
- initial release
|
||
|
|