[Repoze-checkins] r949 - in repoze.who/trunk: . repoze/who
Chris McDonough
chrism at agendaless.com
Sun May 4 11:27:37 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sun May 4 11:27:36 2008
New Revision: 949
Log:
Prep for 1.0.
Modified:
repoze.who/trunk/CHANGES.txt
repoze.who/trunk/README.txt
repoze.who/trunk/repoze/who/version.txt
Modified: repoze.who/trunk/CHANGES.txt
==============================================================================
--- repoze.who/trunk/CHANGES.txt (original)
+++ repoze.who/trunk/CHANGES.txt Sun May 4 11:27:36 2008
@@ -1,7 +1,7 @@
repoze.who changes
==================
-After 0.9.1
+1.0
- The plugin at plugins.form.FormPlugin didn't redirect properly
after collecting identification information. Symptom: a downstream
Modified: repoze.who/trunk/README.txt
==============================================================================
--- repoze.who/trunk/README.txt (original)
+++ repoze.who/trunk/README.txt Sun May 4 11:27:36 2008
@@ -461,14 +461,14 @@
Middleware Configuration via Config File
========================================
-``repoze.who`` may be configured using a ConfigParser-style .INI file.
-The configuration file has five main types of sections: plugin
-sections, a general section, an identifiers section, an authenticators
-section, and a challengers section. Each "plugin" section defines a
-configuration for a particular plugin. The identifiers,
-authenticators, and challengers sections refer to these plugins to
-form a site configuration. The general section is general middleware
-configuration.
+``repoze.who`` may optionally be configured using a ConfigParser-style
+.INI file. The configuration file has five main types of sections:
+plugin sections, a general section, an identifiers section, an
+authenticators section, and a challengers section. Each "plugin"
+section defines a configuration for a particular plugin. The
+identifiers, authenticators, and challengers sections refer to these
+plugins to form a site configuration. The general section is general
+middleware configuration.
``repoze.who``'s configuration file can be pointed to within a PasteDeploy
configuration file ::
Modified: repoze.who/trunk/repoze/who/version.txt
==============================================================================
--- repoze.who/trunk/repoze/who/version.txt (original)
+++ repoze.who/trunk/repoze/who/version.txt Sun May 4 11:27:36 2008
@@ -1,2 +1,3 @@
-0.9.1
+1.0
+
More information about the Repoze-checkins
mailing list