~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-08 11:35:49 UTC
  • mfrom: (5531.1.3 662509-ignore-empty)
  • Revision ID: pqm@pqm.ubuntu.com-20101108113549-e4mhhq2fe1i0etbf
(vila) Add an option to accept any output from commands in shell-like tests.
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
* HTTP redirections are now taken into account when a branch (or a
39
39
  bundle) is accessed for the first time. A message is issued at each
40
 
  redirection to inform the user. In the past, HTTP redirections were
 
40
  redirection to inform the user. In the past, http redirections were
41
41
  silently followed for each request which significantly degraded the
42
 
  performances. The HTTP redirections are not followed anymore by
 
42
  performances. The http redirections are not followed anymore by
43
43
  default, instead a RedirectRequested exception is raised. For bzrlib
44
 
  users needing to follow HTTP redirections anyway,
 
44
  users needing to follow http redirections anyway,
45
45
  ``bzrlib.transport.do_catching_redirections`` provide an easy transition
46
46
  path.  (vila)
47
47
 
95
95
  the directory. So that there was a chance it would break commit,
96
96
  etc. (John Arbash Meinel, #94037)
97
97
 
98
 
* Correctly handles mutiple permanent HTTP redirections.
 
98
* Correctly handles mutiple permanent http redirections.
99
99
  (vila, #88780)
100
100
 
101
101
bzr 0.15rc2
350
350
  the ``--use-existing-dir`` flag.
351
351
  (John Arbash Meinel, #30576, #45504)
352
352
 
353
 
* Fix HTTP proxy authentication when user and an optional
 
353
* Fix http proxy authentication when user and an optional
354
354
  password appears in the ``*_proxy`` vars. (Vincent Ladeuil,
355
355
  #83954).
356
356