~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-28 09:35:50 UTC
  • mfrom: (1185.1.47)
  • Revision ID: robertc@robertcollins.net-20050928093550-3ca194dfaffc79f1
merge from integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
development head
2
 
 
3
 
  IMPROVEMENTS:
4
 
 
5
 
    * Status now accepted a -r argument to give status between chosen
 
1
DEVELOPMENT HEAD
 
2
 
 
3
  BUG FIXES:
 
4
  
 
5
    * bzr-man.py has been updated to work again. Contributed by
 
6
      Rob Weir.
 
7
 
 
8
    * Locking is now done with fcntl.lockf which works with NFS
 
9
      file systems. Contributed by Harald Meland.
 
10
 
 
11
  IMPROVEMENTS:
 
12
 
 
13
    * 'branch' now accepts a --basis parameter which will take advantage
 
14
      of local history when making a new branch. This allows faster 
 
15
      branching of remote branches. Contributed by Aaron Bentley.
 
16
 
 
17
    * New tree format based on weave files, called version 5.
 
18
      Existing branches can be upgraded to this format using 
 
19
      'bzr upgrade'.
 
20
 
 
21
  INTERNALS:
 
22
 
 
23
    * Test case failures have the exception printed after the log for your
 
24
      viewing pleasure.
 
25
 
 
26
      
 
27
bzr 0.0.9 2005-09-23
 
28
 
 
29
  BUG FIXES:
 
30
 
 
31
    * Fixed "branch -r" option.
 
32
 
 
33
    * Fix remote access to branches containing non-compressed history.
 
34
      (Robert Collins).
 
35
 
 
36
    * Better reliability of http server tests.  (John Arbash-Meinel)
 
37
 
 
38
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
 
39
   
 
40
    * Various minor bug in windows support have been fixed, largely in the
 
41
      test suite. Contributed by Alexander Belchenko.
 
42
 
 
43
  IMPROVEMENTS:
 
44
 
 
45
    * Status now accepts a -r argument to give status between chosen
6
46
      revisions. Contributed by Heikki Paajanen.
7
47
 
8
48
    * Revision arguments no longer use +/-/= to control ranges, instead
14
54
    * There is now a bzr.bat file created by distutils when building on 
15
55
      Windows. Contributed by Alexander Belchenko.
16
56
 
17
 
    * New tree format based on weave files, called version 5.
18
 
      Existing branches can be upgraded to this format using 
19
 
      'bzr upgrade'.
20
 
 
21
 
  BUG FIXES:
22
 
 
23
 
    * Various minor bug in windows support have been fixed, largely in the
24
 
      test suite. Contributed by Alexander Belchenko.
25
 
      
26
57
  INTERNALS:
27
58
 
28
59
    * Removed uuid() as it was unused.