~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-16 22:42:54 UTC
  • mfrom: (4797.3.21 2.1.0b4-win32-accepted)
  • Revision ID: pqm@pqm.ubuntu.com-20091116224254-fgspnq9xz29z662j
(jam) Lots of win32 test-suite fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.1.0b4 (not released yet)
9
9
##############################
10
10
 
11
 
:Codename: san franscisco airport
 
11
:Codename: san francisco airport
12
12
:2.1.0b4: ???
13
13
 
14
14
Compatibility Breaks
19
19
 
20
20
Bug Fixes
21
21
*********
 
22
* After renaming a file, the dirstate could accidentally reference
 
23
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
 
24
  source of some dirstate-related failures. (John Arbash Meinel)
 
25
 
 
26
* Lots of bugfixes for the test suite on Windows. We should once again
 
27
  have a test suite with no failures on Windows. (Once all the patches
 
28
  have landed, remove this line.) (John Arbash Meinel)
22
29
 
23
30
Improvements
24
31
************