~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-10-26 08:08:23 UTC
  • mfrom: (5514.1.1 665100-content-type)
  • mto: This revision was merged to the branch mainline in revision 5516.
  • Revision ID: v.ladeuil+lp@free.fr-20101026080823-3wggo03b7cpn9908
Correctly set the Content-Type header when POSTing http requests

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
* ``bzr status -r X..Y`` was failing because RevisionTree didn't implement
50
50
  ``get_shelf_manager``. (John Arbash Meinel, #662053)
51
51
 
 
52
* Correctly set the Content-Type  header when http POSTing to comply
 
53
  with stricter web frameworks. (Vincent Ladeuil, #655100)
 
54
 
52
55
* Don't force openssh to use protocol=2, since that is now the default.
53
56
  (Neil Martinsen-Burrell, #561061)
54
57