~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-03-03 22:59:21 UTC
  • mfrom: (4797.2.24 2.1)
  • mto: (4797.2.26 2.1)
  • mto: This revision was merged to the branch mainline in revision 5075.
  • Revision ID: john@arbash-meinel.com-20100303225921-trqn6j10kabpzii6
merge 2.1, resolving NEWS conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Bug Fixes
15
15
*********
16
16
 
 
17
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
 
18
 
17
19
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
18
20
  problems importing bzrlib from a non-main thread.
19
21
  (Elliot Murphy, #521989)
20
22
 
 
23
* Standardize the error handling when creating a new ``StaticTuple``
 
24
  (problems will raise TypeError). (Matt Nordhoff, #457979)
 
25
 
21
26
* Warn if pyrex is too old to compile the new ``SimpleSet`` and
22
27
  ``StaticTuple`` extensions, rather than having the build fail randomly.
23
28
  (John Arbash Meinel, #449776)
24
29
 
25
30
 
 
31
Documentation
 
32
*************
 
33
 
 
34
* Added a link to the Desktop Guide. (Ian Clatworthy)
 
35
 
 
36
* Added What's New in Bazaar 2.1 document. (Ian Clatworthy)
 
37
 
 
38
* Drop Google Analytics from the core docs as they caused problems
 
39
  in the CHM files. (Ian Clatworthy, #502010)
 
40
 
 
41
 
26
42
bzr 2.1.0
27
43
#########
28
44
 
350
366
############################
351
367
 
352
368
:Codename:
353
 
:2.0.5:
 
369
:2.0.5: NOT RELEASED YET
354
370
 
355
371
Bug Fixes
356
372
*********
357
373
 
 
374
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
375
  (Martin Pool, #331095)
 
376
 
 
377
* Concurrent autopacking is more resilient to already-renamed pack files.
 
378
  If we find that a file we are about to obsolete is already obsoleted, we
 
379
  do not try to rename it, and we leave the file in ``obsolete_packs``.
 
380
  The code is also fault tolerant if a file goes missing, assuming that
 
381
  another process already removed the file.
 
382
  (John Arbash Meinel, Gareth White, #507557)
 
383
 
 
384
* Cope with the lockdir ``held/info`` file being empty, which seems to
 
385
  happen fairly often if the process is suddenly interrupted while taking
 
386
  a lock.
 
387
  (Martin Pool, #185103)
 
388
 
358
389
* Handle renames correctly when there are files or directories that 
359
390
  differ only in case.  (Chris Jones, Martin Pool, #368931)
360
391
 
 
392
* Fixed CHM generation by moving the NEWS section template into
 
393
  a separate file. (Ian Clatworthy, #524184)
 
394
 
361
395
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
362
396
  error, report that error rather than failing with an unhelpful
363
397
  ``UnboundLocalError``.
364
398
  (Andrew Bennetts, #423563)
365
399
 
 
400
* Running ``bzr`` command without any arguments now shows bzr
 
401
  version number along with rest of the help text.
 
402
  (Parth Malwankar, #369501)
 
403
 
366
404
Documentation
367
405
*************
368
406
 
11847
11885
  diff, status, etc.
11848
11886
 
11849
11887
 
11850
 
bzr ?.?.? (not released yet)
11851
 
############################
11852
 
 
11853
 
:Codename: template
11854
 
:2.0.2: ???
11855
 
 
11856
 
Compatibility Breaks
11857
 
********************
11858
 
 
11859
 
New Features
11860
 
************
11861
 
 
11862
 
Bug Fixes
11863
 
*********
11864
 
 
11865
 
Improvements
11866
 
************
11867
 
 
11868
 
Documentation
11869
 
*************
11870
 
 
11871
 
API Changes
11872
 
***********
11873
 
 
11874
 
Internals
11875
 
*********
11876
 
 
11877
 
Testing
11878
 
*******
11879
 
 
11880
 
 
11881
 
 
11882
11888
..
11883
11889
   vim: tw=74 ft=rst ff=unix