summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-16 16:20:10 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-16 16:25:56 -0700
commit3e913fa65e9e5c1d687372b89b5467edb3e77973 (patch)
treeecfeb207313538ebc32dde39fda9e929582515c3 /NEWS
parent8d66c66be27f795df314a69aeb49c75d075c8016 (diff)
Go back to recording the ADMIN ACL in history
This turned out to not be necessary for testing since I was already using sqlite3 to load an unversioned schema. Remove the offending line and restore the old code with some cleanup. Change-Id: I282b6f3b4754e4899222be6366b77a47f0cb7189 Reviewed-on: https://gerrit.stanford.edu/1575 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5764ffc..039494e 100644
--- a/NEWS
+++ b/NEWS
@@ -67,11 +67,6 @@ wallet 1.1 (2014-07-16)
are referencing. Should fix destroy in MySQL and other database
engines that enforce referential integrity.
- The initial creation and membership of the ADMIN ACL during database
- initialization or reinitialization is no longer recorded in the
- acl_history table. (This is fallout from making a specific type of
- upgrade testable, and may be fixed in the future.)
-
The wallet server now requires Perl 5.8 or later (instead of 5.006 in
previous versions) and is now built with Module::Build instead of
ExtUtils::MakeMaker. This should be transparent to anyone not working