Update of /cvsroot/pybot/pybot
In directory usw-pr-cvs1:/tmp/cvs-serv15052
Modified Files:
ChangeLog
Log Message:
- Improved permission module a lot;
- Included help system;
- Changed admin permission handling (WARNING!!! Don't merge this patch
if you don't know what it means!)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ChangeLog 19 Jun 2002 20:05:36 -0000 1.6
--- ChangeLog 20 Jun 2002 01:17:47 -0000 1.7
***************
*** 1,2 ****
--- 1,8 ----
+ 2002-06-19 Gustavo Niemeyer <nie...@co...>
+ * scripts/pybotsetup.py: Adopted new admin permission working.
+ * modules/log.py: Created logging facilities.
+ * modules/permission.py: Improved permission handling a lot,
+ included help system, and changed admin permission system.
+
2002-04-03 Gustavo Niemeyer <nie...@co...>
* scripts/pybot.py: Fixed.
|