~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-03 02:38:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2581.
  • Revision ID: robertc@robertcollins.net-20070703023836-etkrpxm2rmbhqgaj
* ``bzrlib.add.FastPath`` is now private and moved to 
  ``bzrlib.mutabletree._FastPath``. (Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
86
86
      win32. Callers of the function should do this and use the new
87
 
      ``MutableTree.smart_add`` method instead.(Robert Collins)
 
87
      ``MutableTree.smart_add`` method instead. (Robert Collins)
88
88
 
89
89
    * ``bzrlib.add.glob_expand_for_win32`` is now
90
90
      ``bzrlib.win32utils.glob_expand``.  (Robert Collins)
91
91
 
 
92
    * ``bzrlib.add.FastPath`` is now private and moved to 
 
93
      ``bzrlib.mutabletree._FastPath``. (Robert Collins, Martin Pool)
 
94
 
92
95
  INTERNALS:
93
96
 
94
97
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)