~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-09-22 04:25:05 UTC
  • mfrom: (4708 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4710.
  • Revision ID: robertc@robertcollins.net-20090922042505-bo5m0b5uuajl2igj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Release Notes
3
3
####################
4
4
 
5
 
 
6
5
.. contents:: List of Releases
7
6
   :depth: 1
8
7
 
9
 
2.1 series (not released yet)
10
 
#############################
 
8
 
 
9
2.1.0 series (not released yet)
 
10
###############################
11
11
 
12
12
Compatibility Breaks
13
13
********************
15
15
New Features
16
16
************
17
17
 
 
18
* ``bzr+ssh`` and ``bzr`` paths can now be relative to home directories
 
19
  specified in the URL.  Paths starting with a path segment of ``~`` are
 
20
  relative to the home directory of the user running the server, and paths
 
21
  starting with ``~user`` are relative to the home directory of the named
 
22
  user.  For example, for a user "bob" with a home directory of
 
23
  ``/home/bob``, these URLs are all equivalent:
 
24
 
 
25
  * ``bzr+ssh://bob@host/~/repo``
 
26
  * ``bzr+ssh://bob@host/~bob/repo``
 
27
  * ``bzr+ssh://bob@host/home/bob/repo``
 
28
 
 
29
  If ``bzr serve`` was invoked with a ``--directory`` argument, then no
 
30
  home directories outside that directory will be accessible via this
 
31
  method.
 
32
 
 
33
  This is a feature of ``bzr serve``, so pre-2.1 clients will
 
34
  automatically benefit from this feature when ``bzr`` on the server is
 
35
  upgraded.  (Andrew Bennetts, #109143)
 
36
 
18
37
* Give more control on BZR_PLUGIN_PATH by providing a way to refer to or
19
38
  disable the user, site and core plugin directories.
20
39
  (Vincent Ladeuil, #412930, #316192, #145612)
71
90
* Make sure that we unlock the tree if we fail to create a TreeTransform
72
91
  object when doing a merge, and there is limbo, or pending-deletions
73
92
  directory.  (Gary van der Merwe, #427773)
74
 
  
 
93
 
75
94
* Prevent some kinds of incomplete data from being committed to a 2a
76
95
  repository, such as revisions without inventories or inventories without
77
96
  chk_bytes root records.
93
112
  running using pure-Python versions, but this may be substantially
94
113
  slower.  The warning can be disabled by setting
95
114
  ``ignore_missing_extensions = True`` in ``bazaar.conf``.
96
 
  (Martin Pool, #406113)
 
115
  See also <https://answers.launchpad.net/bzr/+faq/703>.
 
116
  (Martin Pool, #406113, #430529)
97
117
 
98
118
Documentation
99
119
*************
144
164
* The full test suite is expected to pass when the C extensions are not
145
165
  present. (Vincent Ladeuil, #430749)
146
166
 
147
 
bzr 2.0rc2
148
 
##########
149
 
 
150
 
:2.0rc2: 2009-09-10
 
167
 
 
168
bzr 2.0.1 (Not Released Yet)
 
169
############################
 
170
 
 
171
Bug Fixes
 
172
*********
 
173
 
 
174
* Make sure that we unlock the tree if we fail to create a TreeTransform
 
175
  object when doing a merge, and there is limbo, or pending-deletions
 
176
  directory.  (Gary van der Merwe, #427773)
 
177
 
 
178
 
 
179
bzr 2.0.0 (Not Released Yet)
 
180
############################
 
181
 
 
182
* Officially branded as 2.0.0 rather than 2.0 to clarify between things
 
183
  that "want to happen on the 2.0.x stable series" versus things that want
 
184
  to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles
 
185
  micro = 0.) (John Arbash Meinel)
 
186
 
 
187
 
 
188
bzr 2.0.0rc2
 
189
############
 
190
 
 
191
:2.0.0rc2: 2009-09-10
151
192
 
152
193
New Features
153
194
************
238
279
  and Plugins Guide. (Ian Clatworthy)
239
280
 
240
281
 
241
 
bzr 2.0rc1
242
 
##########
 
282
bzr 2.0.0rc1
 
283
############
243
284
 
244
285
:Codename: no worries
245
 
:2.0rc1: 2009-08-26
 
286
:2.0.0rc1: 2009-08-26
246
287
 
247
288
This release of Bazaar makes 2a 'brisbane-core' format the
248
289
default.  Most of the work in this release now focuses on bug