~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
Bug Fixes
14
14
*********
15
15
 
16
 
* Fix problem in pulling over HTTP from machines that do not
 
16
* Fix problem in pulling over http from machines that do not
17
17
  allow directories to be listed.
18
18
 
19
19
* Avoid harmless warning about invalid hash cache after
22
22
Performance
23
23
***********
24
24
 
25
 
* Avoid some unnecessary HTTP operations in branch and pull.
 
25
* Avoid some unnecessary http operations in branch and pull.
26
26
 
27
27
 
28
28
bzr 0.1
33
33
Notes
34
34
*****
35
35
 
36
 
* 'bzr branch' over HTTP initially gives a very high estimate
 
36
* 'bzr branch' over http initially gives a very high estimate
37
37
  of completion time but it should fall as the first few
38
38
  revisions are pulled in.  branch is still slow on
39
39
  high-latency connections.
169
169
* Fix remote access to branches containing non-compressed history.
170
170
  (Robert Collins).
171
171
 
172
 
* Better reliability of HTTP server tests.  (John Arbash-Meinel)
 
172
* Better reliability of http server tests.  (John Arbash-Meinel)
173
173
 
174
174
* Merge graph maximum distance calculation fix.  (Aaron Bentley)
175
175
 
232
232
Internals
233
233
*********
234
234
 
235
 
* Refactor XML packing/unpacking.
 
235
* Refactor xml packing/unpacking.
236
236
 
237
237
Bug Fixes
238
238
*********
239
239
 
240
240
* Fixed 'bzr mv' by Ollie Rutherfurd.
241
241
 
242
 
* Fixed strange error when trying to access a nonexistent HTTP
 
242
* Fixed strange error when trying to access a nonexistent http
243
243
  branch.
244
244
 
245
245
* Make sure that the hashcache gets written out if it can't be
453
453
* New syntax ``bzr status [FILE...]`` contributed by Bartosz
454
454
  Oler.  File may be in a branch other than the working directory.
455
455
 
456
 
* ``bzr log`` and ``bzr root`` can be given an HTTP URL instead of
 
456
* ``bzr log`` and ``bzr root`` can be given an http URL instead of
457
457
  a filename.
458
458
 
459
459
* Commands can now be defined by external programs or scripts