~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-19 12:53:48 UTC
  • mfrom: (3431.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080519125348-0cj2omrjvzlh88xy
(vila) Make both http implementations raise appropriate exceptions
        when posting smart requests(#230223)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      used for an ssh scheme (sftp or bzr+ssh).
35
35
      (Vincent Ladeuil, #203186)
36
36
 
 
37
    * Make both http implementations raise appropriate exceptions on 403
 
38
      Forbidden when POSTing smart requests.
 
39
      (Vincent Ladeuil, #230223)
 
40
 
37
41
    * Properly *title* header names in http requests instead of capitalizing
38
42
      them.
39
43
      (Vincent Ladeuil, #229076)