~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-29 02:55:34 UTC
  • mfrom: (1185.1.47)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050929025534-1782933743abbfd5
update with integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
development head
 
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
  INTERNALS:
 
18
 
 
19
      
 
20
bzr 0.0.9 2005-09-23
 
21
 
 
22
  BUG FIXES:
 
23
 
 
24
    * Fixed "branch -r" option.
 
25
 
 
26
    * Fix remote access to branches containing non-compressed history.
 
27
      (Robert Collins).
 
28
 
 
29
    * Better reliability of http server tests.  (John Arbash-Meinel)
 
30
 
 
31
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
 
32
   
 
33
    * Various minor bug in windows support have been fixed, largely in the
 
34
      test suite. Contributed by Alexander Belchenko.
2
35
 
3
36
  IMPROVEMENTS:
4
37
 
14
47
    * There is now a bzr.bat file created by distutils when building on 
15
48
      Windows. Contributed by Alexander Belchenko.
16
49
 
17
 
  BUG FIXES:
18
 
 
19
 
    * Various minor bug in windows support have been fixed, largely in the
20
 
      test suite. Contributed by Alexander Belchenko.
21
 
      
22
50
  INTERNALS:
23
51
 
24
52
    * removed uuid() as it was unused.