~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-22 22:51:47 UTC
  • mfrom: (2334.1.6 make_locking_cheaper)
  • Revision ID: pqm@pqm.ubuntu.com-20070322225147-c274f2efe3564edc
(John Arbash Meinel) Change WorkingTree to not read the inventory until we have a lock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      lock to an OS write lock. Linux can do this without unlocking, Win32
9
9
      needs to unlock in between. (John Arbash Meinel)
10
10
 
 
11
    * Fix minor performance regression with bzr-0.15 on pre-dirstate
 
12
      trees. (We were reading the working inventory too many times).
 
13
      (John Arbash Meinel)
 
14
 
11
15
  BUGFIXES:
12
16
 
13
17
    * Take smtp_server from user config into account.