~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Abbreviate pack_stat struct format to '>6L'

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
bzr 2.1.5
 
9
#########
 
10
 
 
11
:2.1.5: NOT RELEASED YET
 
12
 
 
13
Compatibility Breaks
 
14
********************
 
15
 
 
16
New Features
 
17
************
 
18
 
 
19
Bug Fixes
 
20
*********
 
21
 
 
22
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
 
23
  checks to see if the most recent published source package version for
 
24
  that project is present in the branch tags. This should help developers
 
25
  trust whether the packaging branch is up-to-date and can be used for new
 
26
  changes. The level of verbosity is controlled by the config item
 
27
  ``launchpad.packaging_verbosity``. It can be set to one of
 
28
 
 
29
  off
 
30
    disable all checks
 
31
 
 
32
 
 
33
  minimal
 
34
    only display if the branch is out-of-date
 
35
 
 
36
  short
 
37
    also display single-line up-to-date and missing,
 
38
 
 
39
 
 
40
  all
 
41
    (default) display multi-line content for all states
 
42
 
 
43
 
 
44
  (John Arbash Meinel, #609187, #812928)
 
45
 
 
46
Improvements
 
47
************
 
48
 
 
49
Documentation
 
50
*************
 
51
 
 
52
API Changes
 
53
***********
 
54
 
 
55
Internals
 
56
*********
 
57
 
 
58
Testing
 
59
*******
 
60
 
 
61
 
8
62
bzr 2.1.4
9
63
#########
10
64
 
11
 
:2.1.4: NOT RELEASED YET
 
65
:2.1.4: 2011-05-16
 
66
 
 
67
The fourth release in our 2.1 series addresses some user-inconvenience bugs.
 
68
None are critical, but upgrading is recommended for all users on earlier 2.1
 
69
releases.
 
70
 
12
71
 
13
72
Compatibility Breaks
14
73
********************
22
81
New Features
23
82
************
24
83
 
 
84
None.
 
85
 
25
86
Bug Fixes
26
87
*********
27
88