~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2011-02-07 04:14:29 UTC
  • mfrom: (5535.4.26 fetch-all-tags-309682)
  • mto: This revision was merged to the branch mainline in revision 5648.
  • Revision ID: andrew.bennetts@canonical.com-20110207041429-3kc1blj34rvvxod9
Merge fetch-all-tags-309682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  but to support those repositories, we know always request full texts
65
65
  for Revision texts. (John Arbash Meinel, #261339)
66
66
 
67
 
* The previous ``--1.6-rich-root`` format used an incorrect xml
 
67
* The previous ``--1.6-rich-root`` format used an incorrect XML
68
68
  serializer, which would accidentally support fetching from a
69
69
  repository that supported subtrees, even though the local one would
70
70
  not. We deprecated that format, and introduced a new one that uses
179
179
* ``Inventory.copy()`` was failing to set the revision property for
180
180
  the root entry. (Jelmer Vernooij)
181
181
 
182
 
* sftp transport: added missing ``FileExists`` case to
 
182
* SFTP transport: added missing ``FileExists`` case to
183
183
  ``_translate_io_exception`` (Christophe Troestler, #123475)
184
184
 
185
185
* The help for ``bzr ignored`` now suggests ``bzr ls --ignored`` for
416
416
* Fetch from a stacked branch copies all required data.
417
417
  (Aaron Bentley, #248506)
418
418
 
419
 
* Handle urls such as ftp://user@host.com@www.host.com where the user
 
419
* Handle URLs such as ftp://user@host.com@www.host.com where the user
420
420
  name contains an @.
421
421
  (Neil Martinsen-Burrell, #228058)
422
422
 
693
693
  get_parent_map requirements exposed a latent bug here.  (Aaron Bentley)
694
694
 
695
695
* Issue a warning and ignore passwords declared in authentication.conf when
696
 
  used for an ssh scheme (sftp or bzr+ssh).
 
696
  used for an SSH scheme (sftp:// or bzr+ssh://).
697
697
  (Vincent Ladeuil, #203186)
698
698
 
699
 
* Make both http implementations raise appropriate exceptions on 403
 
699
* Make both HTTP implementations raise appropriate exceptions on 403
700
700
  Forbidden when POSTing smart requests.
701
701
  (Vincent Ladeuil, #230223)
702
702
 
703
 
* Properly *title* header names in http requests instead of capitalizing
 
703
* Properly *title* header names in HTTP requests instead of capitalizing
704
704
  them.
705
705
  (Vincent Ladeuil, #229076)
706
706