~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexey Shamrin
  • Date: 2005-11-21 09:22:52 UTC
  • mto: (1185.33.35 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1510.
  • Revision ID: shamrin@gmail.com-20051121092252-4f536da7bb6fee90
updated NEWS to include forgotten changes

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
    * Under Windows configuration directory is now %APPDATA%\bazaar\2.0
 
9
      by default. (John Arbash Meinel)
 
10
 
 
11
    * The parent of Bzr configuration directory can be set by BZR_HOME
 
12
      environment variable. Now the path for it is searched in BZR_HOME, then
 
13
      in HOME. Under Windows the order is: BZR_HOME, APPDATA (usually
 
14
      points to C:\Documents and Settings\User Name\Application Data), HOME.
 
15
      (John Arbash Meinel)
 
16
 
8
17
  IMPROVEMENTS:
9
18
 
10
19
    * "bzr INIT dir" now initializes the specified directory, and creates 
69
78
    * Fix representation of tab characters in commit messages.  (Harald 
70
79
      Meland)
71
80
 
 
81
    * List of plugin directories in BZR_PLUGIN_PASS environment variable is
 
82
      now parsed properly under Windows. (Alexander Belchenko)
 
83
 
72
84
  TESTING:
73
85
 
74
86
    * Fix selftest asking for passwords when there are no SFTP keys.  
76
88
 
77
89
    * Fix selftest run with 'python -O'.  (Martin Pool)
78
90
 
 
91
    * Fix HTTP tests under Windows. (John Arbash Meinel)
 
92
 
 
93
    * Make tests work even if HOME is not set (Aaron Bentley)
 
94
 
 
95
    * Updated build_tree to use fixed line-endings for tests which read 
 
96
      the file cotents and compare. Make some tests use this to pass under
 
97
      Windows. (John Arbash Meinel)
 
98
 
 
99
    * Skip stat and symlink tests under Windows. (Alexander Belchenko)
 
100
 
 
101
    * Delay in selftest/testhashcash is now issued under win32 and Cygwin.
 
102
      (John Arbash Meinel)
 
103
 
79
104
  INTERNALS:
80
105
 
81
106
    * WorkingTree.pull has been split across Branch and WorkingTree,
114
139
 
115
140
    * Branch.commit() has moved to WorkingTree.commit(). (Robert Collins)
116
141
 
 
142
 
117
143
bzr 0.6 2005-10-28
118
144
 
119
145
  IMPROVEMENTS: