~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2006-11-21 01:08:52 UTC
  • mfrom: (2004.1.42 bzr.urllib.keepalive)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: mbp@sourcefrog.net-20061121010852-838b560632acc36c
merge urllib keepalive etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      tree from a branch.
7
7
      (Daniel Silverstone)
8
8
 
 
9
    * urllib uses shared keep-alive connections, so http 
 
10
      operations are substantially faster.
 
11
      (Vincent Ladeuil, #53654)
 
12
 
9
13
    * ``bzr export`` allows an optional branch parameter, to export a bzr
10
14
      tree from some other url. For example:
11
15
      ``bzr export bzr.tar.gz http://bazaar-vcs.org/bzr/bzr.dev``
48
52
      unless a plugin already imported ``bzrlib.workingtree``
49
53
      (John Arbash Meinel, #70716)
50
54
 
 
55
    * Suppress the traceback on invalid URLs (Vincent Ladeuil, #70803).
 
56
 
 
57
    * Give nicer error message when an http server returns a 403
 
58
      error code. (Vincent Ladeuil, #57644).
 
59
 
 
60
    * When a multi-range http GET request fails, try a single
 
61
      range one. If it fails too, forget about ranges. Remember that until 
 
62
      the death of the transport and propagates that to the clones.
 
63
      (Vincent Ladeuil, #62276, #62029).
 
64
 
 
65
    * Handles user/passwords supplied in url from command
 
66
      line (for the urllib implementation). Don't request already
 
67
      known passwords (Vincent Ladeuil, #42383, #44647, #48527)
 
68
 
51
69
    * _KnitIndex.add_versions() dictionary compresses revision ids as they
52
70
      are added. This fixes bug where fetching remote revisions records
53
71
      them as full references rather than integers. (John Arbash Meinel,
82
100
      use "--name-from-revision" to select the file in the old tree.
83
101
      (Cheuksan Edward Wang, #30190)
84
102
 
 
103
  TESTING:
 
104
 
 
105
    * TestingHTTPRequestHandler really handles the Range header
 
106
      (previously it was ignoring it and returning the whole file,).
 
107
 
 
108
 
85
109
bzr 0.12  2006-10-30
86
110
 
87
111
  INTERNALS: