[WTF CVS] wtf/lib/WTF/Apache Authen.pm, 1.5, 1.6 Authz.pm, 1.8, 1.9 Response.pm, 1.3, 1.4
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-09 22:35:17
|
Update of /cvsroot/wtf-tracker/wtf/lib/WTF/Apache In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25182/lib/WTF/Apache Modified Files: Authen.pm Authz.pm Response.pm Log Message: Updated version number for next release Index: Authz.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Apache/Authz.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Authz.pm 2 Jan 2007 23:39:16 -0000 1.8 --- Authz.pm 9 Mar 2007 22:35:12 -0000 1.9 *************** *** 1,4 **** package WTF::Apache::Authz; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Apache::Authz; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 69,73 **** =head1 VERSION ! This document describes WTF::Apache::Authz version 1.03 =head1 DESCRIPTION --- 69,73 ---- =head1 VERSION ! This document describes WTF::Apache::Authz version 1.04 =head1 DESCRIPTION Index: Authen.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Apache/Authen.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Authen.pm 2 Jan 2007 23:39:16 -0000 1.5 --- Authen.pm 9 Mar 2007 22:35:12 -0000 1.6 *************** *** 1,4 **** package WTF::Apache::Authen; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Apache::Authen; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 107,111 **** =head1 VERSION ! This document describes WTF::Apache::Authen version 1.03 =head1 DESCRIPTION --- 107,111 ---- =head1 VERSION ! This document describes WTF::Apache::Authen version 1.04 =head1 DESCRIPTION Index: Response.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Apache/Response.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Response.pm 2 Jan 2007 23:39:16 -0000 1.3 --- Response.pm 9 Mar 2007 22:35:12 -0000 1.4 *************** *** 1,4 **** package WTF::Apache::Response; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Apache::Response; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 23,27 **** =head1 VERSION ! This document describes WTF::Apache::Response version 1.03 =head1 DESCRIPTION --- 23,27 ---- =head1 VERSION ! This document describes WTF::Apache::Response version 1.04 =head1 DESCRIPTION |