Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-08 01:53:32 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-08 01:53:32 (GMT)
commit9e2a9c4c025b492169fe244c4a443d1b63b50968 (patch)
tree6995c72387024d26f4aad879b4d31f33c364fe6a /NEWS
parent434483f54a3a5477077a96167f17ee6e19e2a0e7 (diff)
Support moving of files to datastore when using write_file()
Using the transfer_ownership argument, activities using the default activity datastore integration methods (namely write_file) will now tell the datastore that it can move the files by default. This reduces the copies required, which is slow on flash. For activities not using the standard APIs (Record, etc), the datastore bindings allow the activity to specify when ownership should transfer.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e7d1f4..bd6cbf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+* Support moving of data files written to the datastore using standard Activity
+ write_file() API (dcbw)
+
Snapshot c8700feccf
* Removing activity from donut when not the active and the last one (erikos)