~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-08 20:32:56 UTC
  • mfrom: (2483.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070508203256-wcxwdphd1y2psezh
(John Arbash Meinel) Merge fixes from 0.16 into bzr.dev and update for 0.17 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
 
 
3
  BUGFIXES:
 
4
 
 
5
    * ``bzr push`` should only connect to the remote location one time.
 
6
      We have been connecting 3 times because we forget to pass around
 
7
      the Transport object. This adds ``BzrDir.clone_on_transport()``, so
 
8
      that we can pass in the Transport that we already have.
 
9
      (John Arbash Meinel, #75721)
 
10
 
 
11
 
 
12
bzr 0.16  2007-05-07
2
13
  
3
14
  BUGFIXES:
4
15
 
12
23
      Previously we would report the first file as missing, but not show
13
24
      the new unknown file. (John Arbash Meinel, #111288)
14
25
 
15
 
    * ``bzr push`` should only connect to the remote location one time.
16
 
      We have been connecting 3 times because we forget to pass around
17
 
      the Transport object. This adds ``BzrDir.clone_on_transport()``, so
18
 
      that we can pass in the Transport that we already have.
19
 
      (John Arbash Meinel, #75721)
 
26
    * Avoid error when running hooks after pulling into or pushing from
 
27
      a branch bound to a smartserver branch.  (Martin Pool, #111968)
20
28
 
21
29
bzr 0.16rc2  2007-04-30
22
30