[Bps-public-commit] r20275 - in RT-Authen-ExternalAuth/trunk: lib/RT/Authen

falcone at bestpractical.com falcone at bestpractical.com
Fri Feb 18 19:44:15 EST 2011


Author: falcone
Date: Fri Feb 18 19:44:15 2011
New Revision: 20275

Modified:
   RT-Authen-ExternalAuth/trunk/ChangeLog
   RT-Authen-ExternalAuth/trunk/MANIFEST
   RT-Authen-ExternalAuth/trunk/META.yml
   RT-Authen-ExternalAuth/trunk/lib/RT/Authen/ExternalAuth.pm

Log:
Changelogging and distribution frobbing for 0.08_01

Modified: RT-Authen-ExternalAuth/trunk/ChangeLog
==============================================================================
--- RT-Authen-ExternalAuth/trunk/ChangeLog	(original)
+++ RT-Authen-ExternalAuth/trunk/ChangeLog	Fri Feb 18 19:44:15 2011
@@ -1,4 +1,15 @@
-v0.09_01  2009-03-28    Mike Peachey <zordrak at cpan.org>
+v0.08_01 2011-02-18 Kevin Falcone
+	* Testing prerelase for 0.09, since 0.09_01 never made it to CPAN
+	* Upgrade Module::Install
+	* Remove and then replace a requires('RT') since Module::Install::RTx now
+	  handles that
+	* Fix the features/recommends to work with modern MI
+	* Use CSS to hide password box for ExternalAuth users so they don't think
+	  they can change their password via RT
+	* Fix for 3.8.9/4.0.0 to work with new Login infrastructure
+
+
+NEVER RELEASED v0.09_01  2009-03-28    Mike Peachey <zordrak at cpan.org>
 
     * Makefile.PL
     

Modified: RT-Authen-ExternalAuth/trunk/MANIFEST
==============================================================================
--- RT-Authen-ExternalAuth/trunk/MANIFEST	(original)
+++ RT-Authen-ExternalAuth/trunk/MANIFEST	Fri Feb 18 19:44:15 2011
@@ -1,10 +1,16 @@
 ChangeLog
 etc/RT_SiteConfig.pm
 html/Callbacks/ExternalAuth/autohandler/Auth
+html/Callbacks/ExternalAuth/autohandler/Session
+html/Callbacks/ExternalAuth/Elements/Header/Head
+html/Elements/DoAuth
+inc/Module/AutoInstall.pm
 inc/Module/Install.pm
+inc/Module/Install/AutoInstall.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/RTx.pm
@@ -12,8 +18,8 @@
 inc/Module/Install/WriteAll.pm
 lib/RT/Authen/ExternalAuth.pm
 lib/RT/Authen/ExternalAuth/DBI.pm
-lib/RT/Authen/ExternalAuth/LDAP.pm
 lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
+lib/RT/Authen/ExternalAuth/LDAP.pm
 lib/RT/User_Vendor.pm
 LICENSE
 Makefile.PL

Modified: RT-Authen-ExternalAuth/trunk/META.yml
==============================================================================
--- RT-Authen-ExternalAuth/trunk/META.yml	(original)
+++ RT-Authen-ExternalAuth/trunk/META.yml	Fri Feb 18 19:44:15 2011
@@ -30,4 +30,4 @@
   Net::SSLeay: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.08
+version: 0.08_01

Modified: RT-Authen-ExternalAuth/trunk/lib/RT/Authen/ExternalAuth.pm
==============================================================================
--- RT-Authen-ExternalAuth/trunk/lib/RT/Authen/ExternalAuth.pm	(original)
+++ RT-Authen-ExternalAuth/trunk/lib/RT/Authen/ExternalAuth.pm	Fri Feb 18 19:44:15 2011
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.08';
+our $VERSION = '0.08_01';
 
 =head1 NAME
 



More information about the Bps-public-commit mailing list