~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-06 16:21:16 UTC
  • mfrom: (1955.3.30 transport_bytes)
  • Revision ID: pqm@pqm.ubuntu.com-20060906162116-90b02cf97bcc11e8
(jam) create Transport.*_{file,bytes}

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      which is deprecated without it spewing to the screen, just by supplying
39
39
      the deprecation format string issued for it. (Robert Collins)
40
40
 
 
41
    * Transport.append and Transport.put have been deprecated in favor of
 
42
      .append_bytes, .append_file, .put_bytes, and .put_file. This removes the
 
43
      ambiguity in what type of object the functions take.
 
44
      Transport.non_atomic_put_{bytes,file} has also been added. Which works
 
45
      similarly to Transport.append() except for SFTP, it doesn't have a round
 
46
      trip when opening the file. Also, it provides functionality for creating
 
47
      a parent directory when trying to create a file, rather than raise
 
48
      NoSuchFile and forcing the caller to repeat their request.
 
49
      (John Arbash Meinel)
 
50
 
41
51
bzr 0.10.0RC1  2006-08-28
42
52
  
43
53
  IMPROVEMENTS: