~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-09-13 06:36:59 UTC
  • mfrom: (5050.17.16 2.2)
  • mto: This revision was merged to the branch mainline in revision 5419.
  • Revision ID: andrew.bennetts@canonical.com-20100913063659-gs1d1xnsdbj59sx6
Merge lp:bzr/2.2, including fixes for #619872, #631350, #633745.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
* Don't print internal object name when print an invalid revision spec
131
131
  error.  (Neil Martinsen-Burrell, #598701)
132
132
 
 
133
* Don't traceback when a lockdir's ``held/info`` file is corrupt (e.g.
 
134
  contains only NUL bytes).  Instead warn the user, and allow ``bzr
 
135
  break-lock`` to remove it.  (Andrew Bennetts, #619872)
 
136
  
133
137
* ``EPIPE`` can be raised during test server shutdown. This happened on
134
138
  gentoo only so far. (Vincent Ladeuil, #627277)
135
139
 
140
144
  directory that was a symlink in the previous commit.
141
145
  (Martin Pool, #192859)
142
146
 
 
147
* Fix ``AttributeError: 'NoneType' object has no attribute 'close'`` in
 
148
  ``_close_ssh_proc`` when using ``bzr+ssh://``.  This was causing
 
149
  connections to pre-1.6 bzr+ssh servers to fail, and causing warnings on
 
150
  stderr in some other circumstances.  (Andrew Bennetts, #633745)
 
151
 
143
152
* Fix spurious paramiko warning on hardy by ensuring that ``selftest``
144
153
  properly remove its warning filter. (Vincent Ladeuil, #625686)
145
154
 
150
159
  full test suite to pass on gentoo.
151
160
  (Vincent Ladeuil, #392127)
152
161
 
 
162
* Only call ``setlocale`` in the bzr startup script on posix systems. This
 
163
  avoids an issue with the newer windows C runtimes used by Python 2.6 and
 
164
  later which can mangle bytestrings printed to the console.
 
165
  (Martin [gz], #631350)
 
166
 
153
167
* `PathNotChild` should not give a traceback.
154
168
  (Martin Pool, #98735)
155
169
 
299
313
 
300
314
* ``bzr add SYMLINK/FILE`` now works properly when the symlink points to a
301
315
  previously-unversioned directory within the tree: the directory is
302
 
  marked versioned too.  
 
316
  marked versioned too.
303
317
  (Martin Pool, #192859)
304
318
 
305
319
* CommitBuilder now uses the committer instead of _config.username to generate
308
322
* Cope with Microsoft FTP server that returns reply '250 Directory
309
323
  created' when mkdir succeeds.  (Martin Pool, #224373)
310
324
 
311
 
* Fix ``AttributeError on parent.children`` when adding a file under a 
 
325
* Don't traceback when a lockdir's ``held/info`` file is corrupt (e.g.
 
326
  contains only NUL bytes).  Instead warn the user, and allow ``bzr
 
327
  break-lock`` to remove it.  (Andrew Bennetts, #619872)
 
328
  
 
329
* Fix ``AttributeError on parent.children`` when adding a file under a
312
330
  directory that was a symlink in the previous commit.
313
331
  (Martin Pool, #192859)
314
332
 
 
333
* Fix ``AttributeError: 'NoneType' object has no attribute 'close'`` in
 
334
  ``_close_ssh_proc`` when using ``bzr+ssh://``.  This was causing
 
335
  connections to pre-1.6 bzr+ssh servers to fail, and causing warnings on
 
336
  stderr in some other circumstances.  (Andrew Bennetts, #633745)
 
337
 
 
338
* Only call ``setlocale`` in the bzr startup script on posix systems. This
 
339
  avoids an issue with the newer windows C runtimes used by Python 2.6 and
 
340
  later which can mangle bytestrings printed to the console.
 
341
  (Martin [gz], #631350)
 
342
 
 
343
Improvements
 
344
************
 
345
 
315
346
Documentation
316
347
*************
317
348
 
1380
1411
* Don't traceback trying to unversion children files of an already
1381
1412
  unversioned directory.  (Vincent Ladeuil, #494221)
1382
1413
 
 
1414
* Don't traceback when a lockdir's ``held/info`` file is corrupt (e.g.
 
1415
  contains only NUL bytes).  Instead warn the user, and allow ``bzr
 
1416
  break-lock`` to remove it.  (Andrew Bennetts, #619872)
 
1417
  
1383
1418
* Fix ``AttributeError on parent.children`` when adding a file under a 
1384
1419
  directory that was a symlink in the previous commit.
1385
1420
  (Martin Pool, #192859)
1934
1969
* Don't traceback trying to unversion children files of an already
1935
1970
  unversioned directory.  (Vincent Ladeuil, #494221)
1936
1971
 
 
1972
* Don't traceback when a lockdir's ``held/info`` file is corrupt (e.g.
 
1973
  contains only NUL bytes).  Instead warn the user, and allow ``bzr
 
1974
  break-lock`` to remove it.  (Andrew Bennetts, #619872)
 
1975
  
1937
1976
* Fix ``AttributeError on parent.children`` when adding a file under a 
1938
1977
  directory that was a symlink in the previous commit.
1939
1978
  (Martin Pool, #192859)