~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-11-28 05:13:41 UTC
  • mfrom: (1185.33.54 merge-recovered)
  • Revision ID: robertc@robertcollins.net-20051128051341-059936f2f29a12c8
Merge from Martin. Adjust check to work with HTTP again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    * New ftp transport support (on ftplib), for ftp:// and aftp:// 
54
54
      URLs.  (Daniel Silverstone)
55
55
 
 
56
    * Commit editor temporary files now start with 'bzr_log.', to allow 
 
57
      text editors to match the file name and set up appropriate modes or 
 
58
      settings.  (Magnus Therning)
 
59
 
56
60
  BUG FIXES:
57
61
 
58
62
    * SFTP can walk up to the root path without index errors. (Robert Collins)
74
78
    * Stores with some compressed texts and some uncompressed texts are now
75
79
      able to be used. (John A Meinel)
76
80
 
 
81
    * Fix for bzr pull failing sometimes under windows
 
82
 
 
83
    * Fix for sftp transport under windows when using interactive auth
 
84
 
77
85
    * Show files which are both renamed and modified as such in 'bzr 
78
86
      status' output.  (#4503, Daniel Silverstone)
79
87
 
83
91
    * Fix representation of tab characters in commit messages.  (Harald 
84
92
      Meland)
85
93
 
86
 
    * List of plugin directories in BZR_PLUGIN_PASS environment variable is
 
94
    * List of plugin directories in BZR_PLUGIN_PATH environment variable is
87
95
      now parsed properly under Windows. (Alexander Belchenko)
88
96
 
 
97
    * Show number of revisions pushed/pulled/merged. (Robey Pointer)
 
98
 
89
99
  TESTING:
90
100
 
91
101
    * Fix selftest asking for passwords when there are no SFTP keys.  
142
152
    * All pending merges operations from Branch are now on WorkingTree.
143
153
      (Robert Collins)
144
154
 
145
 
    * Branch.commit() has moved to WorkingTree.commit(). (Robert Collins)
146
 
 
147
 
 
 
155
    * The follow operations from Branch have moved to WorkingTree:
 
156
      add()
 
157
      commit()
 
158
      move()
 
159
      rename_one()
 
160
      unknowns()
 
161
      (Robert Collins)
 
162
 
 
163
    * bzrlib.add.smart_add_branch is now smart_add_tree. (Robert Collins)
 
164
 
 
165
    * New basic_io serialization format. (Martin Pool)
 
166
 
 
167
    * Rename selftests to `bzrlib.tests.test_foo`.  (John A Meinel, Martin 
 
168
      Pool)
 
169
   
148
170
bzr 0.6 2005-10-28
149
171
 
150
172
  IMPROVEMENTS: