Author: Nathan.Vonnahme
Date: 2010-05-05 01:24:33 +0200 (Wed, 05 May 2010)
New Revision: 29351

Modified:
   plugins/bhLDAPAuthPlugin/branches/1.4/README
   plugins/bhLDAPAuthPlugin/branches/1.4/package.xml
Log:
some prep for release

Modified: plugins/bhLDAPAuthPlugin/branches/1.4/README
===================================================================
--- plugins/bhLDAPAuthPlugin/branches/1.4/README        2010-05-04 21:37:55 UTC 
(rev 29350)
+++ plugins/bhLDAPAuthPlugin/branches/1.4/README        2010-05-04 23:24:33 UTC 
(rev 29351)
@@ -201,6 +201,20 @@
 
 To require users to log in to access *any* module of the application,
 
+    # don't secure login or error pages or you'll make a loop.
+    login:
+      is_secure: off
+      require_ssl: true
+
+    error404:
+      is_secure: off
+      require_ssl: false
+
+    disabled:
+      is_secure: off
+      require_ssl: false
+
+    # require authnz for everything else
     default:
       is_secure: on
 
@@ -319,8 +333,12 @@
 
 ## Changelog ##
 
-### 1.0
+### 5.0
 
+* nathan: release for symfony 1.4 with Doctrine.
+
+### 1.0 - 4.0
+
 * nathan: out of "alpha", releases for symfony 1.0, 1.1, 1.2 and 1.2 with 
Doctrine.
 
 ### 0.2, 0.3, 0.4, 0.5 ###

Modified: plugins/bhLDAPAuthPlugin/branches/1.4/package.xml
===================================================================
--- plugins/bhLDAPAuthPlugin/branches/1.4/package.xml   2010-05-04 21:37:55 UTC 
(rev 29350)
+++ plugins/bhLDAPAuthPlugin/branches/1.4/package.xml   2010-05-04 23:24:33 UTC 
(rev 29351)
@@ -3,7 +3,7 @@
  <name>bhLDAPAuthPlugin</name>
  <channel>pear.symfony-project.com</channel>
  <summary>LDAP authentication plugin for symfony</summary>
- <description>`bhLDAPAuthPlugin` allows you to use users and groups from an 
LDAP directory (Only Microsoft Active Directory (R) for now) for your symfony 
app's authentication and authorization.
+ <description>`bhLDAPAuthPlugin` allows you to use users and groups from an 
LDAP directory (such as Microsoft Active Directory (R)) for your symfony app's 
authentication and authorization.
 </description>
  <lead>
   <name>Nathan Vonnahme</name>
@@ -11,11 +11,11 @@
   <email>nathan dawt vonnahme at banner health dawt commercial</email>
   <active>yes</active>
  </lead>
- <date>2009-06-09</date>
+ <date>2010-05-05</date>
  <time>16:59:35</time>
  <version>
-  <release>4.0.0</release>
-  <api>1.2.0Doctrine</api>
+  <release>5.0.0</release>
+  <api>1.4.0Doctrine</api>
  </version>
  <stability>
   <release>stable</release>
@@ -23,7 +23,7 @@
  </stability>
  <license uri="http://www.symfony-project.com/license";>MIT license</license>
   <notes>
-- bhLDAPAuth 4.0 release for symfony 1.2 with Doctrine
+- bhLDAPAuth 5.0 release for symfony 1.4 with Doctrine
   </notes>
  <contents>
   <dir name="/">
@@ -77,9 +77,9 @@
    <package>
     <name>symfony</name>
     <channel>pear.symfony-project.com</channel>
-    <min>1.2.0</min>
-    <max>1.3.0</max>
-    <exclude>1.3.0</exclude>
+    <min>1.3.0</min>
+    <max>1.4.9</max>
+<!--     <exclude>1.3.0</exclude> -->
    </package>
    <package>
     <name>sfDoctrineGuardPlugin</name>
@@ -100,6 +100,22 @@
  <changelog>
    <release>
      <version>
+       <release>5.0.0</release>
+       <api>1.4.0Doctrine</api>
+     </version>
+     <stability>
+      <release>stable</release>
+      <api>stable</api>
+     </stability>
+     <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+     <date>2010-05-05</date>
+     <license>MIT</license>
+     <notes>
+       * Nathan: Release for symfony 1.4 with Doctrine
+     </notes>
+   </release>
+   <release>
+     <version>
        <release>4.0.0</release>
        <api>1.2.0Doctrine</api>
      </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to