~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-16 21:11:35 UTC
  • mfrom: (4797.1.5 2.1.0b4-dev)
  • Revision ID: pqm@pqm.ubuntu.com-20091116211135-yrz2cqc5t8h56lve
(jam) Merge 2.1.0b3 back to trunk, and start 2.1.0dev4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
8
 
 
9
 
bzr 2.1.0b3 (not released yet)
 
8
bzr 2.1.0b4 (not released yet)
10
9
##############################
11
10
 
12
 
:Codename:
13
 
:2.1.0b3: ???
14
 
 
15
 
Compatibility Breaks
16
 
********************
 
11
:Codename: san franscisco airport
 
12
:2.1.0b4: ???
 
13
 
 
14
Compatibility Breaks
 
15
********************
 
16
 
 
17
New Features
 
18
************
 
19
 
 
20
Bug Fixes
 
21
*********
 
22
 
 
23
Improvements
 
24
************
 
25
 
 
26
Documentation
 
27
*************
 
28
 
 
29
API Changes
 
30
***********
 
31
 
 
32
Internals
 
33
*********
 
34
 
 
35
Testing
 
36
*******
 
37
 
 
38
 
 
39
bzr 2.0.3 (not released yet)
 
40
############################
 
41
 
 
42
:Codename: 
 
43
:2.0.3: ???
 
44
 
 
45
Compatibility Breaks
 
46
********************
 
47
 
 
48
New Features
 
49
************
 
50
 
 
51
Bug Fixes
 
52
*********
 
53
* Fix for shell completion and short options.  (Benoît PIERRE)
 
54
 
 
55
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
56
 
 
57
Improvements
 
58
************
 
59
 
 
60
Documentation
 
61
*************
 
62
* Include Japanese translations for documentation (Inada Naoki)
 
63
 
 
64
API Changes
 
65
***********
 
66
 
 
67
Internals
 
68
*********
 
69
 
 
70
Testing
 
71
*******
 
72
 
 
73
 
 
74
 
 
75
bzr 2.1.0b3
 
76
###########
 
77
 
 
78
:Codename: after sprint recovery
 
79
:2.1.0b3: 2009-11-16
 
80
 
 
81
This release was pushed up from its normal release cycle due to a
 
82
regression in python 2.4 compatibility in 2.1.0b2.  Since this regression
 
83
was caught before 2.1.0b2 was officially announced, the full changelog
 
84
includes both 2.1.0b3 and 2.1.0b2 changes.
 
85
 
 
86
Highlights of 2.1.0b3 are: new globbing code for all commands on Windows,
 
87
the test suite now conforms to python's trunk enhanced semantics (skip,
 
88
etc.), and ``bzr info -v`` will now report the correct branch and repo
 
89
formats for Remote objects.
 
90
 
17
91
 
18
92
New Features
19
93
************
24
98
Bug Fixes
25
99
*********
26
100
 
 
101
* Fix for shell completion and short options.  (Benoît PIERRE)
 
102
 
27
103
* Hooks daughter classes should always call the base constructor.
28
104
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
29
105
 
 
106
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
107
 
30
108
* On Windows, do glob expansion at the command-line level (as is usually
31
109
  done in bash, etc.) This means that *all* commands get glob expansion
32
110
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
46
124
  2.4.  (Vincent Ladeuil, #475585)
47
125
 
48
126
 
49
 
Improvements
50
 
************
51
 
 
52
127
Documentation
53
128
*************
54
129
 
55
 
API Changes
56
 
***********
57
 
 
58
 
Internals
59
 
*********
 
130
* Include Japanese translations for documentation (Inada Naoki)
60
131
 
61
132
Testing
62
133
*******
90
161
 
91
162
 
92
163
 
93
 
bzr 2.0.3 (not released yet)
94
 
############################
95
 
 
96
 
:Codename: template
97
 
:2.0.3: ???
98
 
 
99
 
Compatibility Breaks
100
 
********************
101
 
 
102
 
New Features
103
 
************
104
 
 
105
 
Bug Fixes
106
 
*********
107
 
 
108
 
Improvements
109
 
************
110
 
 
111
 
Documentation
112
 
*************
113
 
 
114
 
API Changes
115
 
***********
116
 
 
117
 
Internals
118
 
*********
119
 
 
120
 
Testing
121
 
*******
122
 
 
123
 
 
124
164
bzr 2.1.0b2
125
165
###########
126
166