/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: Martin Pool
  • Date: 2009-11-26 01:42:06 UTC
  • mfrom: (4827 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4828.
  • Revision ID: mbp@sourcefrog.net-20091126014206-qvf8jfpwpro558r4
merge news

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
* The BZR_SSH environmental variable may now be set to the path of a secure
 
18
  shell client. If currently set to the value ``ssh`` it will now guess the
 
19
  vendor of the program with that name, to restore the old behaviour that
 
20
  indicated the SSH Corporation client use ``sshcorp`` instead as the magic
 
21
  string. (Martin <gzlist@googlemail.com>, #176292)
 
22
 
 
23
New Features
 
24
************
 
25
 
 
26
* ``bzr commit`` now has a ``--commit-time`` option.
 
27
  (Alexander Sack, #459276)
 
28
 
 
29
Bug Fixes
 
30
*********
 
31
 
 
32
* After renaming a file, the dirstate could accidentally reference
 
33
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
 
34
  source of some dirstate-related failures. (John Arbash Meinel)
 
35
 
 
36
* ``bzr ignore /`` no longer causes an IndexError. (Gorder Tyler, #456036)
 
37
 
 
38
* ``bzr mv --quiet`` really is quiet now.  (Gordon Tyler, #271790)
 
39
 
 
40
* ``bzr serve`` is more clear about the risk of supplying --allow-writes.
 
41
  (Robert Collins, #84659)
 
42
 
 
43
* Lots of bugfixes for the test suite on Windows. We should once again
 
44
  have a test suite with no failures on Windows. (John Arbash Meinel)
 
45
 
 
46
* Terminate ssh subprocesses when no references to them remain, fixing
 
47
  subprocess and file descriptor leaks.  (Andrew Bennetts, #426662)
 
48
  
 
49
* The new glob expansion on Windows would replace all ``\`` characters
 
50
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
 
51
  etc. Now only change slashes if there is something being glob expanded.
 
52
  (John Arbash Meinel, #485771)
 
53
 
 
54
Improvements
 
55
************
 
56
 
 
57
Documentation
 
58
*************
 
59
 
 
60
API Changes
 
61
***********
 
62
 
 
63
* ``bzrlib.textui`` (vestigial module) removed.  (Martin Pool)
 
64
 
 
65
Internals
 
66
*********
 
67
 
 
68
Testing
 
69
*******
 
70
 
 
71
* TestCaseWithMemoryTransport no longer sets $HOME and $BZR_HOME to
 
72
  unicode strings. (Michael Hudson, #464174)
 
73
 
 
74
bzr 2.0.3 (not released yet)
 
75
############################
 
76
 
 
77
:Codename: 
 
78
:2.0.3: ???
 
79
 
 
80
Compatibility Breaks
 
81
********************
 
82
 
 
83
New Features
 
84
************
 
85
 
 
86
Bug Fixes
 
87
*********
 
88
* Fix for shell completion and short options.  (Benoît PIERRE)
 
89
 
 
90
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
91
 
 
92
Improvements
 
93
************
 
94
 
 
95
Documentation
 
96
*************
 
97
* Include Japanese translations for documentation (Inada Naoki)
 
98
 
 
99
API Changes
 
100
***********
 
101
 
 
102
Internals
 
103
*********
 
104
 
 
105
Testing
 
106
*******
 
107
 
 
108
 
 
109
 
 
110
bzr 2.1.0b3
 
111
###########
 
112
 
 
113
:Codename: after sprint recovery
 
114
:2.1.0b3: 2009-11-16
 
115
 
 
116
This release was pushed up from its normal release cycle due to a
 
117
regression in python 2.4 compatibility in 2.1.0b2.  Since this regression
 
118
was caught before 2.1.0b2 was officially announced, the full changelog
 
119
includes both 2.1.0b3 and 2.1.0b2 changes.
 
120
 
 
121
Highlights of 2.1.0b3 are: new globbing code for all commands on Windows,
 
122
the test suite now conforms to python's trunk enhanced semantics (skip,
 
123
etc.), and ``bzr info -v`` will now report the correct branch and repo
 
124
formats for Remote objects.
 
125
 
 
126
 
 
127
New Features
 
128
************
 
129
 
 
130
* Users can define a shelve editor to provide shelf functionality at a
 
131
  granularity finer than per-patch-hunk. (Aaron Bentley)
 
132
 
 
133
Bug Fixes
 
134
*********
 
135
 
 
136
* Fix for shell completion and short options.  (Benoît PIERRE)
23
137
 
24
138
* Hooks daughter classes should always call the base constructor.
25
139
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
26
140
 
 
141
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
 
142
 
27
143
* On Windows, do glob expansion at the command-line level (as is usually
28
144
  done in bash, etc.) This means that *all* commands get glob expansion
29
145
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
36
152
  allow those because XML store silently translate it anyway. (The parser
37
153
  auto-translates \r\n => \n in ways that are hard for us to catch.)
38
154
 
 
155
* Show correct branch and repository format descriptions in 
 
156
  ``bzr info -v`` on a smart server location.  (Andrew Bennetts, #196080)
 
157
 
39
158
* The fix for bug #186920 accidentally broke compatibility with python
40
159
  2.4.  (Vincent Ladeuil, #475585)
41
160
 
 
161
* Using ``Repository.get_commit_builder().record_iter_changes()`` now
 
162
  correctly sets ``self.inv_sha1`` to a sha1 string and
 
163
  ``self.new_inventory`` to an Inventory instance after calling
 
164
  ``self.finish_inventory()``. (Previously it accidently set both values
 
165
  as a tuple on ``self.inv_sha1``. This was missed because
 
166
  ``repo.add_revision`` ignores the supplied inventory sha1 and recomputes
 
167
  the sha1 from the repo directly. (John Arbash Meinel)
42
168
 
43
 
Improvements
44
 
************
45
169
 
46
170
Documentation
47
171
*************
48
172
 
49
 
API Changes
50
 
***********
51
 
 
52
 
* ``bzrlib.textui`` (vestigial module) removed.  (Martin Pool)
 
173
* Include Japanese translations for documentation (Inada Naoki)
53
174
 
54
175
Internals
55
176
*********
56
177
 
 
178
* Some of the core groupcompress functionality now releases the GIL before
 
179
  operation. Similar to how zlib and bz2 operate without the GIL in the
 
180
  core compression and decompression routines. (John Arbash Meinel)
 
181
 
57
182
Testing
58
183
*******
59
184
 
86
211
 
87
212
 
88
213
 
89
 
bzr 2.0.3 (not released yet)
90
 
############################
91
 
 
92
 
:Codename: template
93
 
:2.0.3: ???
94
 
 
95
 
Compatibility Breaks
96
 
********************
97
 
 
98
 
New Features
99
 
************
100
 
 
101
 
Bug Fixes
102
 
*********
103
 
 
104
 
Improvements
105
 
************
106
 
 
107
 
Documentation
108
 
*************
109
 
 
110
 
API Changes
111
 
***********
112
 
 
113
 
Internals
114
 
*********
115
 
 
116
 
Testing
117
 
*******
118
 
 
119
 
 
120
214
bzr 2.1.0b2
121
215
###########
122
216