~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-09 05:29:09 UTC
  • mfrom: (3928.3.4 stacking_tweaks)
  • Revision ID: pqm@pqm.ubuntu.com-20090109052909-3jh4taiu906vin4p
(jam) Some fixes to stacked branches to avoid opening multiple
        connections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
  BUG FIXES:
50
50
  
51
 
    * Fix a problem with CIFS client/server lag on windows colliding with
52
 
      an invariant-per-process algorithm for generating AtomicFile names
53
 
      (Adrian Wilkins, #304023)
54
 
 
55
51
    * Allow BzrDir implementation to implement backing up of 
56
52
      control directory. (#139691)
57
53
 
 
54
    * ``bzr push`` creating a new stacked branch will now only open a
 
55
      single connection to the target machine. (John Arbash Meinel)
 
56
 
58
57
    * Don't call iteritems on transport_list_registry, because it may
59
58
      change during iteration.  (Martin Pool, #277048)
60
59
 
65
64
    * Don't require embedding user in HTTP(S) URLs do use authentication.conf.
66
65
      (Ben Jansen, Vincent Ladeuil, #300347)
67
66
 
 
67
    * Fix a problem with CIFS client/server lag on windows colliding with
 
68
      an invariant-per-process algorithm for generating AtomicFile names
 
69
      (Adrian Wilkins, #304023)
 
70
 
68
71
    * Fix bogus setUp signature in UnavailableFTPServer.
69
72
      (Gary van der Merwe, #313498)
70
73
 
87
90
      in the appropriate sections.
88
91
      (Vincent Ladeuil, #103029)
89
92
 
 
93
    * Opening a stacked branch now properly shares the connection, rather
 
94
      than opening a new connection for the stacked-on branch.
 
95
      (John Arbash meinel)
 
96
 
90
97
    * Preserve transport decorators while following redirections.
91
98
      (Vincent Ladeuil, #245964, #270863)
92
99