~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-01 00:36:13 UTC
  • mfrom: (2692.1.26 bug-124089)
  • Revision ID: pqm@pqm.ubuntu.com-20080401003613-w51tu4gd3yqogm8s
Add root_client_path parameter to SmartWSGIApp and
        SmartServerRequest. (Andrew Bennetts, #124089)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
  BUGFIXES:
48
48
 
 
49
    * Add ``root_client_path`` parameter to SmartWSGIApp and
 
50
      SmartServerRequest.  This makes it possible to publish filesystem
 
51
      locations that don't exactly match URL paths. SmartServerRequest
 
52
      subclasses should use the new ``translate_client_path`` and
 
53
      ``transport_from_client_path`` methods when dealing with paths received
 
54
      from a client to take this into account.  (Andrew Bennetts, #124089)
 
55
 
49
56
    * ``bzr mv a b`` can be now used also to rename previously renamed
50
57
      directories, not only files. (Lukáš Lalinský, #107967)
51
58