Changeset 3734

Show
Ignore:
Timestamp:
05/28/08 15:39:53 (6 months ago)
Author:
pacopablo
Message:

Version bump to 0.2.1

New Features:

  • Email notification of account releated events. Currently will notify a specified list of email address on account addition, accoutn deletion, and password change events. The events and recipients are configurable via the Admin interface. Notification is off by default. Closes #147
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • accountmanagerplugin/trunk/setup.py

    r3721 r3734  
    1111setup( 
    1212    name = 'TracAccountManager', 
    13     version = '0.2', 
     13    version = '0.2.1', 
    1414    author = 'Matthew Good', 
    1515    author_email = 'trac@matt-good.net', 
     
    3838            'acct_mgr.svnserve = acct_mgr.svnserve', 
    3939            'acct_mgr.web_ui = acct_mgr.web_ui', 
     40            'acct_mgr.notification = acct_mgr.notification', 
    4041        ] 
    4142    },