~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Use siginterrupt to automatically restart syscalls after
        SIGWINCH, if we register a SIGWINCH handler. (#496813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Bug Fixes
15
15
*********
16
16
 
 
17
* Allow syscalls to automatically restart when ``TextUIFactory``'s
 
18
  SIGWINCH handler is invoked, avoiding ``EINTR`` errors during blocking
 
19
  IO, which are often poorly handled by Python's libraries and parts of
 
20
  bzrlib.  (Andrew Bennetts, #496813)
 
21
 
 
22
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
23
  (Martin Pool, #331095)
 
24
 
17
25
* Fix plugin packaging on Windows. (Ian Clatworthy, #524162)
18
26
 
19
27
* Fix stub sftp test server to call os.getcwdu().
20
28
  (Vincent Ladeuil, #526211, #526353)
21
29
 
 
30
* Fixed CHM generation by moving the NEWS section template into
 
31
  a separate file. (Ian Clatworthy, #524184)
 
32
 
22
33
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
23
34
 
24
35
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
43
54
* Drop Google Analytics from the core docs as they caused problems
44
55
  in the CHM files. (Ian Clatworthy, #502010)
45
56
 
 
57
API Changes
 
58
***********
 
59
 
 
60
* Added ``bzrlib.osutils.set_signal_handler``, a convenience function that
 
61
  can set a signal handler and call ``signal.siginterrupt(signum,
 
62
  False)`` for it, if the platform and Python version supports it.
 
63
  (Andrew Bennetts, #496813)
 
64
 
46
65
 
47
66
bzr 2.1.0
48
67
#########
367
386
  (Martin Pool)
368
387
 
369
388
 
370
 
bzr 2.0.5 (not released yet)
371
 
############################
 
389
bzr 2.0.5
 
390
#########
372
391
 
373
392
:Codename:
374
393
:2.0.5: NOT RELEASED YET