~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-23 08:27:11 UTC
  • mto: (5514.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5515.
  • Revision ID: v.ladeuil+lp@free.fr-20101023082711-40j4jawodrrnjza6
Correctly set the Content-Type header when POSTing.

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