~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-06-03 12:57:26 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070603125726-xrnl6fu53figdd0x
Fix NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      is specified, and are labelled "revision-id:", as per mainline
9
9
      revisions, instead of "merged:". (Kent Gibson)
10
10
 
11
 
    * Refactoring of transport classes connected to a remote server.
12
 
     transport.split_url have been deprecated, use the static method on the
13
 
     object instead (SFTP needs to override the default handling for home
14
 
     directories). URL tests have been refactored too.  (Vincent Ladeuil)
 
11
    * Refactoring of transport classes connected to a remote
 
12
      server. ConnectedTransport is a new class that serves as a basis for
 
13
      all transports needing to connet to a remote server.
 
14
      transport.split_url have been deprecated, use the static method on the
 
15
      object instead. URL tests have been refactored too.  
 
16
      (Vincent Ladeuil)
15
17
 
16
18
  IMPROVEMENTS:
17
19
  
36
38
    * Let TestUIFactoy encode the password prompt with its own stdout.
37
39
      (Vincent Ladeuil, #110204)
38
40
 
 
41
    * ``bzr init`` should only connect to the remote location one time.  We
 
42
      have been connecting several times because we forget to pass around the
 
43
      Transport object. This modifies ``BzrDir.create_branch_convenience``,
 
44
      so that we can pass in the Transport that we already have.
 
45
      (John Arbash Meinel, Vincent Ladeuil, #111702)
 
46
 
39
47
 
40
48
bzr 0.16  2007-05-07
41
49
  
60
68
      the root of the source tree and allows HACKING to be split into multiple
61
69
      files. (Robert Collins, Alexander Belchenko)
62
70
 
63
 
    * ``bzr init`` should only connect to the remote location one time.  We
64
 
      have been connecting several times because we forget to pass around the
65
 
      Transport object. This modifies ``BzrDir.create_branch_convenience``,
66
 
      so that we can pass in the Transport that we already have.
67
 
      (John Arbash Meinel, Vincent Ladeuil, #111702)
68
 
 
69
71
bzr 0.16rc2  2007-04-30
70
72
 
71
73
  BUGFIXES: