~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-24 12:49:17 UTC
  • mfrom: (2935.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071024124917-xb75eckyxx6vkrlg
Makefile fixes - hooks.html generation & allow python to be overridden (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

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