~matt-goodall/python-oops-datedir-repo/concurrent-makedirs-race

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2012-09-26 06:57:23 UTC
  • Revision ID: robertc@robertcollins.net-20120926065723-ji657wun1xuq2txy
* prune now supports passing multiple projects and or project groups
  in one invocation. For API compatibility, the parameters are type inspected,
  in a future release passing strings will be deprecated or removed.
  (Robert Collins, #1003627)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
NEXT
7
7
----
8
8
 
 
9
* prune now supports passing multiple projects and or project groups
 
10
  in one invocation. For API compatibility, the parameters are type inspected,
 
11
  in a future release passing strings will be deprecated or removed.
 
12
  (Robert Collins, #1003627)
 
13
 
9
14
* The legacy uniquefileallocator code path has been dropped, fixing
10
15
  the bugs associated with its flawed design. As a result the 
11
16
  instance_id parameter to DateDirRepo.__init__ has been dropped.