~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-09-29 21:07:17 UTC
  • mfrom: (1393.1.6)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: abentley@panoramicfeedback.com-20050929210717-cd73981590f17017
Merged the weave changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 
 
24
      for your viewing pleasure.
 
25
 
 
26
 
 
27
  TESTING:
 
28
 
 
29
    * Removed testsweet module so that tests can be run after 
 
30
      bzr installed by 'bzr selftest'.
 
31
 
 
32
      
1
33
bzr 0.0.9 2005-09-23
2
34
 
3
35
  BUG FIXES:
11
43
 
12
44
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
13
45
   
 
46
    * Various minor bug in windows support have been fixed, largely in the
 
47
      test suite. Contributed by Alexander Belchenko.
 
48
 
14
49
  IMPROVEMENTS:
15
50
 
16
 
    * Status now accepted a -r argument to give status between chosen
 
51
    * Status now accepts a -r argument to give status between chosen
17
52
      revisions. Contributed by Heikki Paajanen.
18
53
 
19
54
    * Revision arguments no longer use +/-/= to control ranges, instead
22
57
      select everything from yesterday and before today. Contributed by
23
58
      Robey Pointer
24
59
 
 
60
    * There is now a bzr.bat file created by distutils when building on 
 
61
      Windows. Contributed by Alexander Belchenko.
 
62
 
 
63
  INTERNALS:
 
64
 
 
65
    * Removed uuid() as it was unused.
 
66
 
 
67
    * Improved 'fetch' code for pulling revisions from one branch into
 
68
      another (used by pull, merged, etc.)
 
69
 
 
70
 
25
71
bzr 0.0.8 2005-09-20
26
72
 
27
73
  IMPROVEMENTS:
50
96
 
51
97
    * Refactor xml packing/unpacking.
52
98
 
53
 
 
54
99
  BUG FIXES: 
55
100
 
56
101
    * Fixed 'bzr mv' by Ollie Rutherfurd.