~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-1.6.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:
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
696
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