~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-24 23:20:14 UTC
  • mfrom: (5365.5.29 2.3-btree-chk-leaf)
  • Revision ID: pqm@pqm.ubuntu.com-20100824232014-nu9owzel2zym2jk2
(jam) Use a custom C type for CHK index entries, saves memory

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.8b1
9
 
#########
10
 
 
11
 
:2.8b1: 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
 
 * When generating documentation with a custom locale set, make sure
36
 
   doc/en/user-reference only contains English documentation.
37
 
   (Jelmer Vernooij, #1565503)
38
 
 
39
 
Documentation
40
 
*************
41
 
 
42
 
.. Improved or updated documentation.
43
 
 
44
 
API Changes
45
 
***********
46
 
 
47
 
.. Changes that may require updates in plugins or other code that uses
48
 
   bzrlib.
49
 
 
50
 
Internals
51
 
*********
52
 
 
53
 
.. Major internal changes, unlikely to be visible to users or plugin 
54
 
   developers, but interesting for bzr developers.
55
 
 
56
 
Testing
57
 
*******
58
 
 
59
 
* POSIX mandates diff to exit with status 1 (was 2 previously), bzr didn't
60
 
  rely on that feature but one of the tests did.
61
 
  (Vincent Ladeuil, #1622039)
62
 
 
63
 
..
64
 
   vim: tw=74 ft=rst ff=unix