~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(robertc) Merge (hopefully the last time) mainline fixes for 0.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr 0.15 (not finalised)
 
2
 
 
3
  INTERNALS:
 
4
 
 
5
    * Added ``ReadLock.temporary_write_lock()`` to allow upgrading an OS read
 
6
      lock to an OS write lock. Linux can do this without unlocking, Win32
 
7
      needs to unlock in between. (John Arbash Meinel)
 
8
 
 
9
  BUGFIXES:
 
10
 
 
11
    * Take smtp_server from user config into account.
 
12
      (vila, #92195)
 
13
 
 
14
    * Restore Unicode filename handling for versioned and unversioned files.
 
15
      (John Arbash Meinel, #92608)
 
16
 
 
17
    * Don't fail during ``bzr commit`` if a file is marked removed, and
 
18
      the containing directory is auto-removed.  (John Arbash Meinel, #93681)
 
19
 
 
20
    * ``bzr status FILENAME`` failed on Windows because of an uncommon
 
21
      errno. (``ERROR_DIRECTORY == 267 != ENOTDIR``).
 
22
      (Wouter van Heyst, John Arbash Meinel, #90819)
 
23
 
 
24
 
1
25
bzr 0.15rc2  2007-03-14
2
26
 
3
27
  NOTES WHEN UPGRADING:
46
70
    * Switch the ``bzr init-repo`` default from --no-trees to --trees. 
47
71
      (Wouter van Heyst, #53483)
48
72
 
49
 
 
 
73
 
50
74
bzr 0.15rc1  2007-03-07
51
75
 
52
76
  SURPRISES: