~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-06-28 02:43:50 UTC
  • mfrom: (2553 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2558.
  • Revision ID: robertc@robertcollins.net-20070628024350-z8bdm0y6yz2uyf4o
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  BUGFIXES:
 
4
 
 
5
    * Do not suppress pipe errors, etc. in non-display commands
 
6
      (Alexander Belchenko, #87178)
 
7
 
3
8
  IMPROVEMENTS:
4
9
 
5
10
    * The --lsprof-file option now dumps a text rendering of the profiling
35
40
      number of stages is adjusted accordingly.
36
41
      (Ian Clatworthy)
37
42
 
 
43
    * Various operations that are now faster due to avoiding unnecessary
 
44
      topological sorts. (Aaron Bentley)
 
45
 
 
46
    * The lsprof filename note is emitted via trace.note(), not standard
 
47
      output.  (Aaron Bentley)
 
48
 
 
49
  INTERNALS:
 
50
 
 
51
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
 
52
 
38
53
  TESTING:
39
54
 
40
55
    * Removed the ``--keep-output`` option from selftest and clean up test
42
57
      running the test suite and cuts the time by about half.
43
58
      (Andrew Bennetts, Martin Pool)
44
59
 
 
60
  BUGFIXES:
 
61
 
 
62
    * Work around python-2.4.1 inhability to correctly parse the
 
63
      authentication header.
 
64
      (Vincent Ladeuil, #121889)
 
65
 
45
66
 
46
67
bzr 0.17  2007-06-18
47
68