~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] win32 fixes (alexey)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      versioned directories, now use "bzr inventory --kind directory".  
11
11
      (Johan Rydberg)
12
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
 
13
22
  IMPROVEMENTS:
14
23
 
15
24
    * "bzr INIT dir" now initializes the specified directory, and creates 
74
83
    * Fix representation of tab characters in commit messages.  (Harald 
75
84
      Meland)
76
85
 
 
86
    * List of plugin directories in BZR_PLUGIN_PASS environment variable is
 
87
      now parsed properly under Windows. (Alexander Belchenko)
 
88
 
77
89
  TESTING:
78
90
 
79
91
    * Fix selftest asking for passwords when there are no SFTP keys.  
81
93
 
82
94
    * Fix selftest run with 'python -O'.  (Martin Pool)
83
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
 
84
109
  INTERNALS:
85
110
 
86
111
    * WorkingTree.pull has been split across Branch and WorkingTree,
119
144
 
120
145
    * Branch.commit() has moved to WorkingTree.commit(). (Robert Collins)
121
146
 
 
147
 
122
148
bzr 0.6 2005-10-28
123
149
 
124
150
  IMPROVEMENTS: