~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* Fix typos left after test_selftest refactoring.
36
36
  (Vincent Ladeuil, Matt Nordhoff, #461149)
37
37
 
 
38
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
 
39
  (Andrew Bennetts, #445171)
 
40
  
38
41
* PreviewTree file names are not limited by the encoding of the temp
39
42
  directory's filesystem. (Aaron Bentley, #436794)
40
43
 
41
44
Improvements
42
45
************
43
46
 
 
47
* ``bzr log`` now read-locks branches exactly once, so makes better use of
 
48
  data caches.  (Andrew Bennetts)
 
49
 
44
50
Documentation
45
51
*************
46
52