~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-21 04:28:02 UTC
  • mfrom: (2323.3.4 0.15)
  • mto: (2378.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2368.
  • Revision ID: robertc@robertcollins.net-20070321042802-1bxr1t97046woojb
Update NEWS to match bzr 0.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
bzr 0.15 (not finalised)
 
4
 
 
5
  INTERNALS:
 
6
 
 
7
    * Added ``ReadLock.temporary_write_lock()`` to allow upgrading an OS read
 
8
      lock to an OS write lock. Linux can do this without unlocking, Win32
 
9
      needs to unlock in between. (John Arbash Meinel)
 
10
 
 
11
  BUGFIXES:
 
12
 
 
13
    * Take smtp_server from user config into account.
 
14
      (vila, #92195)
 
15
 
 
16
    * Restore Unicode filename handling for versioned and unversioned files.
 
17
      (John Arbash Meinel, #92608)
 
18
 
 
19
    * Don't fail during ``bzr commit`` if a file is marked removed, and
 
20
      the containing directory is auto-removed.  (John Arbash Meinel, #93681)
 
21
 
 
22
    * ``bzr status FILENAME`` failed on Windows because of an uncommon
 
23
      errno. (``ERROR_DIRECTORY == 267 != ENOTDIR``).
 
24
      (Wouter van Heyst, John Arbash Meinel, #90819)
 
25
 
 
26
 
 
27
bzr 0.15rc2  2007-03-14
 
28
 
3
29
  NOTES WHEN UPGRADING:
4
30
        
5
31
    * Release 0.15rc2 of bzr changes the ``bzr init-repo`` command to
27
53
    * Refactored SSH vendor registration into SSHVendorManager class.
28
54
      (Dmitry Vasiliev)
29
55
 
30
 
    * Added ``ReadLock.temporary_write_lock()`` to allow upgrading an OS read
31
 
      lock to an OS write lock. Linux can do this without unlocking, Win32
32
 
      needs to unlock in between. (John Arbash Meinel)
33
 
 
34
56
  BUGFIXES:
35
57
 
36
58
    * New ``--numbered-dirs`` option to ``bzr selftest`` to use
50
72
    * Switch the ``bzr init-repo`` default from --no-trees to --trees. 
51
73
      (Wouter van Heyst, #53483)
52
74
 
53
 
    * Take smtp_server from user config into account.
54
 
      (vila, #92195)
55
 
 
56
 
    * Restore Unicode filename handling for versioned and unversioned files.
57
 
      (John Arbash Meinel, #92608)
58
 
 
59
 
    * Don't fail during ``bzr commit`` if a file is marked removed, and
60
 
      the containing directory is auto-removed.  (John Arbash Meinel, #93681)
61
 
 
62
 
    * ``bzr status FILENAME`` failed on Windows because of an uncommon
63
 
      errno. (``ERROR_DIRECTORY == 267 != ENOTDIR``).
64
 
      (Wouter van Heyst, John Arbash Meinel, #90819)
65
 
 
 
75
 
66
76
bzr 0.15rc1  2007-03-07
67
77
 
68
78
  SURPRISES: