Changeset 157

Show
Ignore:
Timestamp:
10/13/08 00:10:27
Author:
thejimmyg
Message:

Added the 0.4.1 release tag

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/tags/0.4.1/AuthKit.egg-info/PKG-INFO

    r155 r157  
    11Metadata-Version: 1.0 
    22Name: AuthKit 
    3 Version: 0.4.1dev-r154 
     3Version: 0.4.1 
    44Summary: An authentication and authorization toolkit for WSGI applications and frameworks 
    55Home-page: http://authkit.org/ 
     
    5151        ======= 
    5252         
    53         0.4.1 (**svn**) 
     53        0.4.1 
    5454         
     55        * Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER 
     56        so that it appears someone has signed in. Useful with setup.enable = False 
    5557        ******************************************************************************** 
    56         * The ``authkit.setup.enable = false`` option now also disables  authorisation
     58        * The ``setup.enable = false`` option now also disables  authorisation       
    5759        * checks (reported by Rick Flosi)                                              * 
    5860        ******************************************************************************** 
  • AuthKit/tags/0.4.1/AuthKit.egg-info/SOURCES.txt

    r155 r157  
    7777docs/scripts/shCore.uncompressed.js 
    7878examples/authorize.py 
     79examples/authorize2.py 
    7980examples/config/digest.py 
    8081examples/docs/basic.py 
  • AuthKit/tags/0.4.1/CHANGELOG.txt

    r155 r157  
    22======= 
    33    
    4 0.4.1 (**svn**) 
     40.4.1  
    55 
    66* Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER 
  • AuthKit/tags/0.4.1/setup.cfg

    r132 r157  
    11[egg_info] 
    2 tag_build = dev 
    3 tag_svn_revision = true 
     2#tag_build = dev 
     3#tag_svn_revision = true 
    44 
    55[pudge] 
  • AuthKit/trunk/CHANGELOG.txt

    r155 r157  
    22======= 
    33    
    4 0.4.1 (**svn**) 
     40.4.1  
    55 
    66* Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER