~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-12 17:28:39 UTC
  • mfrom: (1551.15.22 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070612172839-mr0bjmyfguskc0tg
Fix botched merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
bzr 0.17rc1  2007-06-12
 
4
 
3
5
  NOTES WHEN UPGRADING:
4
6
 
5
7
    * The kind() and is_executable() APIs on the WorkingTree interface no
54
56
      66 seconds to 32 seconds. For a small tree of 600 files, commit of a
55
57
      small change is 33% faster. (Ian Clatworthy)
56
58
 
 
59
    * New --create-prefix option to bzr init, like for push.  (Daniel Watkins,
 
60
      #56322)
 
61
 
57
62
  BUGFIXES:
58
63
 
59
64
    * ``bzr push`` should only connect to the remote location one time.
88
93
    * Tests no longer fail when BZR_REMOTE_PATH is set in the environment.
89
94
      (Daniel Watkins, #111958)
90
95
 
 
96
    * ``bzr branch -r revid:foo`` can be used to branch any revision in
 
97
      your repository. (Previously Branch6 only supported revisions in your
 
98
      mainline). (John Arbash Meinel, #115343)
 
99
 
91
100
bzr 0.16  2007-05-07
92
101
  
93
102
  BUGFIXES: