~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Fix test failure on alpha by correcting format string for
 gc_chk_sha1_record (Martin [gz])

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
 
 
62
8
bzr 2.1.4
63
9
#########
64
10
 
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
 
 
 
11
:2.1.4: NOT RELEASED YET
71
12
 
72
13
Compatibility Breaks
73
14
********************
81
22
New Features
82
23
************
83
24
 
84
 
None.
85
 
 
86
25
Bug Fixes
87
26
*********
88
27