[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Apr 7 08:02:01 2003


User:      racke
Date:      2003-04-07 11:55:27 GMT
Modified:  .        WHATSNEW
Log:
added a couple of changes

Revision  Changes    Path
2.115     +9 -1      interchange/WHATSNEW


rev 2.115, prev_rev 2.114
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.114
retrieving revision 2.115
diff -u -r2.114 -r2.115
--- WHATSNEW	4 Apr 2003 01:08:07 -0000	2.114
+++ WHATSNEW	7 Apr 2003 11:55:27 -0000	2.115
@@ -147,6 +147,14 @@
 
   Note that this is not yet implemented!
 
+* Update pgp_encrypt to accept multiple encryption keys.  Keys should be
+  passed as a space or comma separated list.
+
+* Change behavior of UserDB _check_acl routine so that undefined value
+  is returned if location is not present at all. This allows a check
+  both on the file location and the parent directory location without
+  affecting true/false status.
+
 File
 ----
 
@@ -216,7 +224,7 @@
 
 	FileControl include/junk  <<EOR
 	sub {
-		my ($fn, $write, @caller) = @_;
+		my ($fn, $checkpath, $write, @caller) = @_;
 
 		## Allow write to files containing "foo"
 		if($write) {