~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-11-27 22:38:34 UTC
  • mfrom: (1185.33.36 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051127223834-d00ecca0d0b9384a
Merge from mpool, adjusting check to retain HTTP support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * .bzrignore is excluded from exports, on the grounds that it's a bzr 
6
6
      internal-use file and may not be wanted.  (Jamie Wilkinson)
7
7
 
 
8
    * The "bzr directories" command were removed in favor of the new
 
9
      --kind option to the "bzr inventory" command.  To list all 
 
10
      versioned directories, now use "bzr inventory --kind directory".  
 
11
      (Johan Rydberg)
 
12
 
 
13
    * Under Windows configuration directory is now %APPDATA%\bazaar\2.0
 
14
      by default. (John Arbash Meinel)
 
15
 
 
16
    * The parent of Bzr configuration directory can be set by BZR_HOME
 
17
      environment variable. Now the path for it is searched in BZR_HOME, then
 
18
      in HOME. Under Windows the order is: BZR_HOME, APPDATA (usually
 
19
      points to C:\Documents and Settings\User Name\Application Data), HOME.
 
20
      (John Arbash Meinel)
 
21
 
8
22
  IMPROVEMENTS:
9
23
 
10
24
    * "bzr INIT dir" now initializes the specified directory, and creates 
69
83
    * Fix representation of tab characters in commit messages.  (Harald 
70
84
      Meland)
71
85
 
 
86
    * List of plugin directories in BZR_PLUGIN_PASS environment variable is
 
87
      now parsed properly under Windows. (Alexander Belchenko)
 
88
 
72
89
  TESTING:
73
90
 
74
91
    * Fix selftest asking for passwords when there are no SFTP keys.  
76
93
 
77
94
    * Fix selftest run with 'python -O'.  (Martin Pool)
78
95
 
 
96
    * Fix HTTP tests under Windows. (John Arbash Meinel)
 
97
 
 
98
    * Make tests work even if HOME is not set (Aaron Bentley)
 
99
 
 
100
    * Updated build_tree to use fixed line-endings for tests which read 
 
101
      the file cotents and compare. Make some tests use this to pass under
 
102
      Windows. (John Arbash Meinel)
 
103
 
 
104
    * Skip stat and symlink tests under Windows. (Alexander Belchenko)
 
105
 
 
106
    * Delay in selftest/testhashcash is now issued under win32 and Cygwin.
 
107
      (John Arbash Meinel)
 
108
 
79
109
  INTERNALS:
80
110
 
81
111
    * WorkingTree.pull has been split across Branch and WorkingTree,
114
144
 
115
145
    * Branch.commit() has moved to WorkingTree.commit(). (Robert Collins)
116
146
 
 
147
 
117
148
bzr 0.6 2005-10-28
118
149
 
119
150
  IMPROVEMENTS: