~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.7.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-03-09 07:14:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050309071421-eb5d3514d415bc4c
write inventory to temporary file and atomically replace

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
####################
2
 
Bazaar Release Notes
3
 
####################
4
 
 
5
 
.. toctree::
6
 
   :maxdepth: 1
7
 
 
8
 
bzr 2.7b1
9
 
#########
10
 
 
11
 
:2.7b1: NOT RELEASED YET
12
 
 
13
 
External Compatibility Breaks
14
 
*****************************
15
 
 
16
 
.. These may require users to change the way they use Bazaar.
17
 
 
18
 
New Features
19
 
************
20
 
 
21
 
.. New commands, options, etc that users may wish to try out.
22
 
 
23
 
Improvements
24
 
************
25
 
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
 
Bug Fixes
30
 
*********
31
 
 
32
 
.. Fixes for situations where bzr would previously crash or give incorrect
33
 
   or undesirable results.
34
 
 
35
 
* Option names are now checked to be valid [dotted] python identifiers. Also
36
 
  ignore invalid references (i.e. using invalid option names) while
37
 
  expanding option values. (Vincent Ladeuil, #1235099)
38
 
 
39
 
* Fix pyrex version checking to be more robust.
40
 
  (Andrew Starr-Bochicchio, #1030521 )
41
 
 
42
 
Documentation
43
 
*************
44
 
 
45
 
.. Improved or updated documentation.
46
 
 
47
 
API Changes
48
 
***********
49
 
 
50
 
.. Changes that may require updates in plugins or other code that uses
51
 
   bzrlib.
52
 
 
53
 
Internals
54
 
*********
55
 
 
56
 
.. Major internal changes, unlikely to be visible to users or plugin 
57
 
   developers, but interesting for bzr developers.
58
 
 
59
 
Testing
60
 
*******
61
 
 
62
 
.. Fixes and changes that are only relevant to bzr's test framework and 
63
 
   suite.  This can include new facilities for writing tests, fixes to 
64
 
   spurious test failures and changes to the way things should be tested.
65
 
 
66
 
* Handle (minor) incompatible change in python 2.7.6 leading to test
67
 
  failures. Only tests are affected. (Vincent Ladeuil, #1303879)
68
 
 
69
 
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
70
 
  account. Only tests are affected (Vincent Ladeuil, #1303879).
71
 
 
72
 
* Remove wrong assumption about how TCP server and client interact when run
73
 
  inside the same process. (Vincent Ladeuil, #1269886).
74
 
 
75
 
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
76
 
  complain. (Vincent Ladeuil, #1233413)
77
 
 
78
 
..
79
 
   vim: tw=74 ft=rst ff=unix