~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-03-11 04:33:41 UTC
  • mfrom: (4797.33.4 2.1)
  • mto: This revision was merged to the branch mainline in revision 5082.
  • Revision ID: andrew.bennetts@canonical.com-20100311043341-rzdik83fnactjsxs
Merge lp:bzr/2.1, including fixes for #496813, #526211, #526353.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
* Allow exporting a single file using ``bzr export``.
62
62
  (Michal Junák, #511987)
63
63
 
 
64
* Allow syscalls to automatically restart when ``TextUIFactory``'s
 
65
  SIGWINCH handler is invoked, avoiding ``EINTR`` errors during blocking
 
66
  IO, which are often poorly handled by Python's libraries and parts of
 
67
  bzrlib.  (Andrew Bennetts, #496813)
 
68
 
64
69
* Avoid infinite recursion when probing for apport.
65
70
  (Vincent Ladeuil, #516934)
66
71
 
92
97
  ftp servers while trying to take a lock.
93
98
  (Martin Pool, #528722)
94
99
 
 
100
* Fix stub sftp test server to call os.getcwdu().
 
101
  (Vincent Ladeuil, #526211, #526353)
 
102
 
95
103
* Network transfer amounts and rates are now displayed in SI units according
96
104
  to the Ubuntu Units Policy <https://wiki.ubuntu.com/UnitsPolicy>.
97
105
  (Gordon Tyler, #514399)
116
124
API Changes
117
125
***********
118
126
 
 
127
* Added ``bzrlib.osutils.set_signal_handler``, a convenience function that
 
128
  can set a signal handler and call ``signal.siginterrupt(signum,
 
129
  False)`` for it, if the platform and Python version supports it.
 
130
  (Andrew Bennetts, #496813)
 
131
 
119
132
* New ``bzrlib.initialize`` is recommended for programs using bzrlib to 
120
133
  run when starting up; it sets up several things that previously needed
121
134
  to be done separately.
183
196
Bug Fixes
184
197
*********
185
198
 
 
199
* Allow syscalls to automatically restart when ``TextUIFactory``'s
 
200
  SIGWINCH handler is invoked, avoiding ``EINTR`` errors during blocking
 
201
  IO, which are often poorly handled by Python's libraries and parts of
 
202
  bzrlib.  (Andrew Bennetts, #496813)
 
203
 
 
204
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
205
  (Martin Pool, #331095)
 
206
 
 
207
* Fix plugin packaging on Windows. (Ian Clatworthy, #524162)
 
208
 
 
209
* Fix stub sftp test server to call os.getcwdu().
 
210
  (Vincent Ladeuil, #526211, #526353)
 
211
 
 
212
* Fixed CHM generation by moving the NEWS section template into
 
213
  a separate file. (Ian Clatworthy, #524184)
 
214
 
186
215
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
187
216
 
188
217
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
207
236
* Drop Google Analytics from the core docs as they caused problems
208
237
  in the CHM files. (Ian Clatworthy, #502010)
209
238
 
 
239
API Changes
 
240
***********
 
241
 
 
242
* Added ``bzrlib.osutils.set_signal_handler``, a convenience function that
 
243
  can set a signal handler and call ``signal.siginterrupt(signum,
 
244
  False)`` for it, if the platform and Python version supports it.
 
245
  (Andrew Bennetts, #496813)
 
246
 
210
247
 
211
248
bzr 2.1.0
212
249
#########
565
602
  (Martin Pool)
566
603
 
567
604
 
568
 
bzr 2.0.5 (not released yet)
569
 
############################
 
605
bzr 2.0.5
 
606
#########
570
607
 
571
608
:Codename:
572
609
:2.0.5: NOT RELEASED YET