~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Marius Kruger
  • Date: 2007-06-27 18:48:10 UTC
  • mfrom: (2557 +trunk)
  • mto: (2605.1.1 rm-renamed)
  • mto: This revision was merged to the branch mainline in revision 2609.
  • Revision ID: marius.kruger@enerweb.co.za-20070627184810-4jq1y5f20xafow9w
Merge with 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
41
46
    * The lsprof filename note is emitted via trace.note(), not standard
42
47
      output.  (Aaron Bentley)
43
48
 
 
49
    * ``bzrlib`` now exports explicit API compatibility information to assist
 
50
      library users and plugins. See the ``bzrlib.api`` module for details.
 
51
      (Robert Collins)
 
52
 
 
53
  INTERNALS:
 
54
 
 
55
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
 
56
 
44
57
  TESTING:
45
58
 
46
59
    * Removed the ``--keep-output`` option from selftest and clean up test
48
61
      running the test suite and cuts the time by about half.
49
62
      (Andrew Bennetts, Martin Pool)
50
63
 
 
64
    * Clean up many of the APIs for blackbox testing of Bazaar.  The standard 
 
65
      interface is now self.run_bzr.  The command to run can be passed as
 
66
      either a list of parameters, a string containing the command line, or
 
67
      (deprecated) varargs parameters.  (Martin Pool)
 
68
 
 
69
  BUGFIXES:
 
70
 
 
71
    * Work around python-2.4.1 inhability to correctly parse the
 
72
      authentication header.
 
73
      (Vincent Ladeuil, #121889)
 
74
 
51
75
 
52
76
bzr 0.17  2007-06-18
53
77