/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-09-12 19:37:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2004.
  • Revision ID: john@arbash-meinel.com-20060912193702-22c752299731a663
HACKING and NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    * Commit performs one less XML parse. (Robert Collins)
18
18
 
 
19
    * ``bzrlib.lazy_import.lazy_import`` function to create on-demand 
 
20
      objects.  This allows all imports to stay at the global scope, but
 
21
      modules will not actually be imported if they are not used.
 
22
      (John Arbash Meinel)
 
23
 
19
24
  BUG FIXES:
20
25
 
21
26
    * Handle boundary="" lines properly to allow access through a Squid proxy.