~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-05-23 10:57:02 UTC
  • mfrom: (1725 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1726.
  • Revision ID: mbp@sourcefrog.net-20060523105702-e5de4664cfdb4e8d
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
     ignored). 'bzr add -v' is unchanged and will report every ignored
32
32
     file. (Robert Collins).
33
33
 
 
34
   * ftp now has a test server if medusa is installed. As part of testing,
 
35
     ftp support has been improved, including support for supplying a
 
36
     non-standard port. (John Arbash Meinel).
 
37
 
34
38
   * ``log --line`` shows the revision number.  (#5162, Alexander Belchenko)
35
39
 
36
40
  BUG FIXES:
39
43
      tests not to run.  (#32587, Erik Bågfors, Michael Ellerman, 
40
44
      Martin Pool)
41
45
 
 
46
  INTERNALS:
 
47
 
 
48
    * Combine the ignore rules into a single regex rather than looping over
 
49
      them to reduce the threshold where  N^2 behaviour occurs in operations
 
50
      like status. (Jan Hudec, Robert Collins).
 
51
 
 
52
    * 'bzr push' should only push the ancestry of the current revision, not
 
53
      all of the history in the repository. This is especially important for
 
54
      shared repositories. (John Arbash Meinel)
 
55
 
42
56
bzr 0.8.2  2006-05-17
43
57
  
44
58
  BUG FIXES: