~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-06-29 14:40:04 UTC
  • mfrom: (2565 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070629144004-6qwwujm20j1zsi58
nzrge bzr.dev@2565

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
 
 
8
    * Display a useful error message when the user requests to annotate
 
9
      a file that is not present in the specified revision.
 
10
      (James Westby, #122656)
 
11
 
3
12
  IMPROVEMENTS:
4
13
 
5
14
    * The --lsprof-file option now dumps a text rendering of the profiling
33
42
      
34
43
      If there is no master branch, the 3rd stage is omitted and the total
35
44
      number of stages is adjusted accordingly.
36
 
      (Ian Clatworthy)
 
45
 
 
46
      Each hook that is run after commit is listed with a name (as hooks
 
47
      can be slow it is useful feedback).
 
48
      (Ian Clatworthy, Robert Collins)
 
49
 
 
50
    * Various operations that are now faster due to avoiding unnecessary
 
51
      topological sorts. (Aaron Bentley)
 
52
 
 
53
    * The lsprof filename note is emitted via trace.note(), not standard
 
54
      output.  (Aaron Bentley)
 
55
 
 
56
    * ``bzrlib`` now exports explicit API compatibility information to assist
 
57
      library users and plugins. See the ``bzrlib.api`` module for details.
 
58
      (Robert Collins)
 
59
 
 
60
  INTERNALS:
 
61
 
 
62
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
 
63
 
 
64
    * ``bzrlib`` Hooks are now nameable using ``Hooks.name_hook``. This 
 
65
      allows a nicer UI when hooks are running as the current hook can
 
66
      be displayed. (Robert Collins)
37
67
 
38
68
  TESTING:
39
69
 
42
72
      running the test suite and cuts the time by about half.
43
73
      (Andrew Bennetts, Martin Pool)
44
74
 
 
75
    * Clean up many of the APIs for blackbox testing of Bazaar.  The standard 
 
76
      interface is now self.run_bzr.  The command to run can be passed as
 
77
      either a list of parameters, a string containing the command line, or
 
78
      (deprecated) varargs parameters.  (Martin Pool)
 
79
 
 
80
    * The base TestCase now isolates tests from -D parameters by clearing
 
81
      ``debug.debug_flags`` and restores it afterwards. (Robert Collins)
 
82
 
 
83
  BUGFIXES:
 
84
 
 
85
    * Work around python-2.4.1 inhability to correctly parse the
 
86
      authentication header.
 
87
      (Vincent Ladeuil, #121889)
 
88
 
45
89
 
46
90
bzr 0.17  2007-06-18
47
91