Changeset 75

Show
Ignore:
Timestamp:
06/04/07 15:36:42
Author:
bbangert
Message:

Merging changes into changelog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/CHANGELOG

    r74 r75  
    1 AuthKit Changelog 
    2 ================= 
     1Changes 
     2+++++++ 
    33 
    4 -- 0.4 (**svn**) 
     40.4 (**svn**) 
     5 
     6*** AS A RESULT OF THESE CHANGES THE DOCS ARE CURRENTLY OUT OF DATE *** 
     7 
    58* Fixed binding check to return none, instead of throwing an Exception (for 
    69  performance reasons). 
     
    912* Fixed consumption app iter in multi, loading entire response into ram. 
    1013* Adding changelog 
     14* Added IP and Time based permission objects 
     15* Started unit tests 
     16* Extended the user management API and added SQLAlchemy driver and example 
     17* Restructured the authenticate middleware into induvidual pluggable components 
     18* Simplified the configuration file system 
     19* Added OpenID dependencies 
     20* Removed the larger SQLAlchemy based demos 
     21* The cookie module uses ``authkit`` as a default cookie name, not ``auth_tkt``. 
     22  Any code which does anything manually with this cookie needs the name changing 
     23  if it wasn't explicitly set to ``auth_tkt`` in the config file. 
     24 
     250.3.0pre5 
     26 
     27* Changed the arguments to the authkit.authenticate.middleware() factory. You 
     28  will need to update your middleware setup to use app_conf instead of 
     29  config_paste for the app_conf dictionary. 
     30 
     310.3  
     32 
     33* Re-written from scratch to be a modular toolkit for building your own auth 
     34  framework rather than an all-in-one solution. 
     35         
     360.2 
     37 
     38* Re-written from scratch so to use SQLAlchemy only, old driver system considered 
     39  unnecessary and limiting. Also doesn't fit in with current Pylons 
     40  best-practice. 
     41 
     420.1  
     43 
     44* Based on the web.auth 0.6 module from www.pythonweb.org, support for SQLObject 
     45  driver included 
     46