[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.638
Chris McDonough
chrism@zope.com
Thu, 24 Jul 2003 16:39:02 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv25694
Modified Files:
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.637 => 1.638 ===
--- Zope/doc/CHANGES.txt:1.637 Tue Jul 22 10:37:51 2003
+++ Zope/doc/CHANGES.txt Thu Jul 24 16:38:57 2003
@@ -6,8 +6,27 @@
Features added
+ - New zopectl feature: adduser. Instead of using the inituser
+ mechanism, "zopectl adduser <name> <password>" will add a user
+ with the 'Manager' role to your site. This is useful both
+ interactively and for packagers.
+
+ Bugs fixed
+
- deny attributes being both part of tal:attributes
and having a messageid in i18n:attributes
+
+ - Bugfix: if zopectl is run as the root user, the debug, run, and
+ adduser commands will cause the Python process which performs
+ those actions to switch users to the effective user. This
+ prevents ZODB index files, log files, etc. from being written
+ as root, potentially preventing later startup by the effective
+ user.
+
+ - Bugfix: allow the zopectl process to ascertain the program that
+ zdrun should run from the Zope config file. This is necessary
+ if the file is moved out of a "single-directory-as-instance"
+ instance home.
2.7.0b1