~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-11-03 16:08:17 UTC
  • mfrom: (1185.16.146)
  • Revision ID: robertc@robertcollins.net-20051103160817-ce8f8dbaafab2a22
MergeĀ fromĀ Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
For 0.7
 
1
UNRELEASED CHANGES
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * "bzr INIT dir" now initializes the specified directory, and creates 
 
6
      it if it does not exist.  (John Arbash Meinel)
 
7
 
 
8
    * Better zsh completion script.  (Steve Borho)
 
9
 
5
10
    * 'bzr diff' now returns 1 when there are changes in the working 
6
11
      tree. (Robert Collins)
7
12
 
10
15
      location in the ~/.bazaar/branches.conf configuration file.
11
16
      (Robert Collins)
12
17
 
 
18
  BUG FIXES:
 
19
 
 
20
    * SFTP can walk up to the root path without index errors. (Robert Collins)
 
21
 
 
22
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
 
23
 
 
24
  TESTING:
 
25
 
 
26
    * Fix selftest asking for passwords when there are no SFTP keys.  
 
27
      (Robey Pointer, Jelmer Vernooij) 
 
28
 
 
29
    * Fix selftest run with 'python -O'.  (Martin Pool)
 
30
 
13
31
  INTERNALS:
14
32
 
15
33
    * WorkingTree.pull has been split across Branch and WorkingTree,
43
61
      Branch.working_tree() will raise 'errors.NoWorkingTree' if one cannot
44
62
      be obtained. (Robert Collins)
45
63
 
46
 
  BUG FIXES:
47
 
 
48
 
    * SFTP can walk up to the root path without index errors. (Robert Collins)
49
 
 
50
 
bzr 0.6rc1 2005-10-27
 
64
bzr 0.6 2005-10-28
51
65
 
52
66
  IMPROVEMENTS:
53
67
  
98
112
    * 'bzr branch' will now set the branch-name to the last component of the
99
113
      output directory, if one was supplied.
100
114
 
101
 
    * New sftp transport, based on Paramiko.  (Robey Pointer)
102
 
 
103
115
    * If the option 'post_commit' is set to one (or more) python function
104
116
      names (must be in the bzrlib namespace), then they will be invoked
105
117
      after the commit has completed, with the branch and revision_id as