~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-10-24 08:00:25 UTC
  • mto: (2935.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2936.
  • Revision ID: ian.clatworthy@internode.on.net-20071024080025-0nrboebjvpy0jqsu
generates hooks.html correctly and generalise python command in Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
   * New *Bazaar in Five Minutes* guide.  (Matthew Revell)
92
92
 
 
93
   * The hooks reference documentation is now converted to html as expected.
 
94
     (Ian Clatworthy)
 
95
 
93
96
  BUG FIXES:
94
97
 
95
98
   * Make sure to use ``O_BINARY`` when opening files to check their
272
275
     boolean indicating whether a new file graph node was recorded.
273
276
     (Robert Collins)
274
277
 
 
278
   * The python path used in the Makefile can now be overridden.
 
279
     (Andrew Bennetts, Ian Clatworthy)
 
280
 
275
281
  TESTING:
276
282
 
277
283
   * New transport implementation ``trace+`` which is useful for testing,