~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Zearin
  • Date: 2010-11-12 22:08:18 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112220818-mb62len4zyxr8qvd
Fixed capitalization of XML and HTTP.  Fixed by hand and only where appropriate (e.g., left http://some/url lowercase, but capitalized "When making an HTTP request…").

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