/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-11-17 02:33:37 UTC
  • mfrom: (4800 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4801.
  • Revision ID: andrew.bennetts@canonical.com-20091117023337-u2s7ptilk5ig1tfe
Merge lp:bzr.

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
 
********************
17
 
 
18
 
New Features
19
 
************
20
 
 
21
 
Bug Fixes
22
 
*********
 
11
:Codename: san francisco airport
 
12
:2.1.0b4: ???
 
13
 
 
14
Compatibility Breaks
 
15
********************
 
16
 
 
17
New Features
 
18
************
 
19
 
 
20
Bug Fixes
 
21
*********
 
22
* After renaming a file, the dirstate could accidentally reference
 
23
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
 
24
  source of some dirstate-related failures. (John Arbash Meinel)
 
25
 
 
26
* Lots of bugfixes for the test suite on Windows. We should once again
 
27
  have a test suite with no failures on Windows. (Once all the patches
 
28
  have landed, remove this line.) (John Arbash Meinel)
 
29
 
 
30
Improvements
 
31
************
 
32
 
 
33
Documentation
 
34
*************
 
35
 
 
36
API Changes
 
37
***********
 
38
 
 
39
Internals
 
40
*********
 
41
 
 
42
Testing
 
43
*******
 
44
 
 
45
 
 
46
bzr 2.0.3 (not released yet)
 
47
############################
 
48
 
 
49
:Codename: 
 
50
:2.0.3: ???
 
51
 
 
52
Compatibility Breaks
 
53
********************
 
54
 
 
55
New Features
 
56
************
 
57
 
 
58
Bug Fixes
 
59
*********
 
60
* Fix for shell completion and short options.  (Benoît PIERRE)
 
61
 
 
62
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
63
 
 
64
Improvements
 
65
************
 
66
 
 
67
Documentation
 
68
*************
 
69
* Include Japanese translations for documentation (Inada Naoki)
 
70
 
 
71
API Changes
 
72
***********
 
73
 
 
74
Internals
 
75
*********
 
76
 
 
77
Testing
 
78
*******
 
79
 
 
80
 
 
81
 
 
82
bzr 2.1.0b3
 
83
###########
 
84
 
 
85
:Codename: after sprint recovery
 
86
:2.1.0b3: 2009-11-16
 
87
 
 
88
This release was pushed up from its normal release cycle due to a
 
89
regression in python 2.4 compatibility in 2.1.0b2.  Since this regression
 
90
was caught before 2.1.0b2 was officially announced, the full changelog
 
91
includes both 2.1.0b3 and 2.1.0b2 changes.
 
92
 
 
93
Highlights of 2.1.0b3 are: new globbing code for all commands on Windows,
 
94
the test suite now conforms to python's trunk enhanced semantics (skip,
 
95
etc.), and ``bzr info -v`` will now report the correct branch and repo
 
96
formats for Remote objects.
 
97
 
 
98
 
 
99
New Features
 
100
************
 
101
 
 
102
* Users can define a shelve editor to provide shelf functionality at a
 
103
  granularity finer than per-patch-hunk. (Aaron Bentley)
 
104
 
 
105
Bug Fixes
 
106
*********
 
107
 
 
108
* Fix for shell completion and short options.  (Benoît PIERRE)
23
109
 
24
110
* Hooks daughter classes should always call the base constructor.
25
111
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
26
112
 
 
113
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
114
 
27
115
* On Windows, do glob expansion at the command-line level (as is usually
28
116
  done in bash, etc.) This means that *all* commands get glob expansion
29
117
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
36
124
  allow those because XML store silently translate it anyway. (The parser
37
125
  auto-translates \r\n => \n in ways that are hard for us to catch.)
38
126
 
 
127
* Show correct branch and repository format descriptions in 
 
128
  ``bzr info -v`` on a smart server location.  (Andrew Bennetts, #196080)
 
129
 
39
130
* The fix for bug #186920 accidentally broke compatibility with python
40
131
  2.4.  (Vincent Ladeuil, #475585)
41
132
 
42
133
 
43
 
Improvements
44
 
************
45
 
 
46
134
Documentation
47
135
*************
48
136
 
49
 
API Changes
50
 
***********
51
 
 
52
 
Internals
53
 
*********
 
137
* Include Japanese translations for documentation (Inada Naoki)
54
138
 
55
139
Testing
56
140
*******
84
168
 
85
169
 
86
170
 
87
 
bzr 2.0.3 (not released yet)
88
 
############################
89
 
 
90
 
:Codename: template
91
 
:2.0.3: ???
92
 
 
93
 
Compatibility Breaks
94
 
********************
95
 
 
96
 
New Features
97
 
************
98
 
 
99
 
Bug Fixes
100
 
*********
101
 
 
102
 
Improvements
103
 
************
104
 
 
105
 
Documentation
106
 
*************
107
 
 
108
 
API Changes
109
 
***********
110
 
 
111
 
Internals
112
 
*********
113
 
 
114
 
Testing
115
 
*******
116
 
 
117
 
 
118
171
bzr 2.1.0b2
119
172
###########
120
173