Mercurial > p > roundup > code
diff CHANGES.txt @ 3535:75dc225613cc
fix security check for hasPermission(Permission, None)
add hasRole to HTMLUser
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Feb 2006 04:04:37 +0000 |
| parents | ad9f06e32f7c |
| children | 07072b1b796c |
line wrap: on
line diff
--- a/CHANGES.txt Fri Feb 03 03:49:24 2006 +0000 +++ b/CHANGES.txt Fri Feb 03 04:04:37 2006 +0000 @@ -4,11 +4,14 @@ 2006-??-?? 1.0.1 Feature: - scripts/import_sf.py will import a tracker from Sourceforge.NET +- added hasRole() to HTMLUser Fixed: - SQL generation for sort/group by separate Link properties (sf bug 1417565) - fix timezone offsetting in email Date: header +- fix security check for hasPermission('Permission', None) + 2006-01-27 1.0 Feature:
