~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrea Corbellini
  • Date: 2010-09-04 15:34:10 UTC
  • mfrom: (5409 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5416.
  • Revision ID: corbellini.andrea@gmail.com-20100904153410-yybczvr4j1tmztdy
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  is now named "msg" instead of earlier "message".
21
21
  (Parth Malwankar, #603461)
22
22
 
 
23
* ``bzrlib.transform.TreeTransformBase.final_kind``,
 
24
  ``bzrlib.transform.TreeTransform.tree_kind`` and
 
25
  ``bzrlib.transform.TransformPreview.tree_kind`` now return None instead
 
26
  of raising NoSuchFile.  (Vincent Ladeuil)
 
27
 
23
28
* `decode` parameter to get() method in FtpTransport and GioTransport classes
24
29
  is deprecated. (Alexander Belchenko)
25
30
 
149
154
  users to attach to their own processes by default.
150
155
  (Martin Pool, #626679)
151
156
 
 
157
* Test classes like ``TestCase``, ``TestLoader``, and ``TestSuite`` should
 
158
  be available from ``bzrlib.tests.*``. They used to be, but were
 
159
  accidentally removed. (John Arbash Meinel, #627438)
 
160
 
152
161
* ``Transport.stat`` on a symlink, including a transport pointing directly
153
162
  to a symlink, now returns information about the symlink.
154
163
  (Martin Pool)
155
164
 
 
165
* Wait for the SSH server to actually finish, rather than just waiting for
 
166
  it to negotiate the key exchange. (John Arbash Meinel, #626876)
 
167
 
156
168
Improvements
157
169
************
158
170
 
244
256
* HTTP test servers will leak less threads (and sockets) and will not hang on
245
257
  AIX anymore. (Vincent Ladeuil, #405745)
246
258
 
 
259
* The test suite now simply holds log files in memory, rather than writing them
 
260
  out to disk and then reading them back in and deleting them.
 
261
  (Andrew Bennetts)
 
262
 
247
263
* The way ``bzr selftest --parallel`` generates N partitions of tests to
248
264
  run in parallel has changed.  Instead of splitting the list of tests at
249
265
  N-1 points, it distributes the tests one-by-one into the partitions in a