~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    * When reverting, files that are not locally modified that do not exist
23
23
      in the target are deleted, not just unversioned (Aaron Bentley)
24
24
 
 
25
    * When trying to acquire a lock, don't fail immediately. Instead, try
 
26
      a few times (up to 1 hour) before timing out. Also, report why the
 
27
      lock is unavailable (John Arbash Meinel, #43521, #49556)
 
28
 
 
29
    * Leave HttpTransportBase daughter classes decides how they
 
30
      implement cloning. (Vincent Ladeuil, #61606)
 
31
 
 
32
  TESTING:
 
33
 
 
34
    * New test base class TestCaseWithMemoryTransport offers memory-only
 
35
      testing facilities: its not suitable for tests that need to mutate disk
 
36
      state, but most tests should not need that and should be converted to
 
37
      TestCaseWithMemoryTransport. (Robert Collins)
 
38
 
 
39
bzr 0.11  2006-10-02
 
40
 
 
41
    * Smart server transport test failures on windows fixed. (Lukáš Lalinský).
 
42
 
25
43
bzr 0.11rc2  2006-09-27
26
44
 
27
45
  BUG FIXES: