~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 15:51:57 UTC
  • mfrom: (1551.15.20 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070612155157-j1juioefu5w946ph
Skip intermittently failing test

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
 
 
5
3
  NOTES WHEN UPGRADING:
6
4
 
7
5
    * The kind() and is_executable() APIs on the WorkingTree interface no
56
54
      66 seconds to 32 seconds. For a small tree of 600 files, commit of a
57
55
      small change is 33% faster. (Ian Clatworthy)
58
56
 
59
 
    * New --create-prefix option to bzr init, like for push.  (Daniel Watkins,
60
 
      #56322)
61
 
 
62
57
  BUGFIXES:
63
58
 
64
59
    * ``bzr push`` should only connect to the remote location one time.
93
88
    * Tests no longer fail when BZR_REMOTE_PATH is set in the environment.
94
89
      (Daniel Watkins, #111958)
95
90
 
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
 
 
100
91
bzr 0.16  2007-05-07
101
92
  
102
93
  BUGFIXES: