~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-15 09:11:40 UTC
  • mfrom: (3939.1.1 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20090115091140-d5esfq1fsbizvdem
(mbp) reorder things into the right part of NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
  BUG FIXES:
33
33
 
 
34
    * Fix a problem with CIFS client/server lag on Windows colliding with
 
35
      an invariant-per-process algorithm for generating AtomicFile names
 
36
      (Adrian Wilkins, #304023)
 
37
 
 
38
    * Many socket operations now handle EINTR by retrying the operation.
 
39
      Previously EINTR was treated as an unrecoverable failure.  There is
 
40
      a new ``until_no_eintr`` helper function in ``bzrlib.osutils``.
 
41
      (Andrew Bennetts)
 
42
 
34
43
  DOCUMENTATION:
35
44
 
36
45
  API CHANGES:
103
112
 
104
113
  BUG FIXES:
105
114
  
106
 
    * Fix a problem with CIFS client/server lag on Windows colliding with
107
 
      an invariant-per-process algorithm for generating AtomicFile names
108
 
      (Adrian Wilkins, #304023)
109
 
 
110
115
    * Allow BzrDir implementation to implement backing up of 
111
116
      control directory. (#139691)
112
117
 
149
154
      in the appropriate sections.
150
155
      (Vincent Ladeuil, #103029)
151
156
 
152
 
    * Many socket operations now handle EINTR by retrying the operation.
153
 
      Previously EINTR was treated as an unrecoverable failure.  There is
154
 
      a new ``until_no_eintr`` helper function in ``bzrlib.osutils``.
155
 
      (Andrew Bennetts)
156
 
 
157
157
    * Opening a stacked branch now properly shares the connection, rather
158
158
      than opening a new connection for the stacked-on branch.
159
159
      (John Arbash meinel)