~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-23 14:10:21 UTC
  • mfrom: (3193.7.12 plugins.for.bzr.exe)
  • Revision ID: pqm@pqm.ubuntu.com-20080223141021-zgxlzjmg5c0hym5n
(bialix) bzr.exe: move builtin plugins out of library.zip

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
      for .bzr.log trace file is ``$BZR_HOME/.bzr.log``.
25
25
      (Alexander Belchenko)
26
26
 
 
27
    * ``launchpad`` builtin plugin now shipped as separate part in standalone
 
28
      bzr.exe, installed to ``C:\Program Files\Bazaar\plugins`` directory, 
 
29
      and standalone installer allows user to skip installation of this plugin.
 
30
      (Alexander Belchenko)
 
31
 
27
32
  FEATURES:
28
33
 
29
34
  IMPROVEMENTS:
38
43
 
39
44
  API BREAKS:
40
45
 
 
46
    * Support for loading plugins from zip files and
 
47
      ``bzrlib.plugin.load_from_zip()`` function are deprecated.
 
48
      (Alexander Belchenko)
 
49
 
41
50
  TESTING:
42
51
 
43
52
  INTERNALS:
44
53
 
 
54
    * New module ``tools/package_mf.py`` provide custom module finder for
 
55
      python packages (improves standard python library's modulefinder.py)
 
56
      used by ``setup.py`` script while building standalone bzr.exe.
 
57
      (Alexander Belchenko)
 
58
 
45
59
    * New remote method ``RemoteBzrDir.find_repositoryV2`` adding support for
46
60
      detecting external lookup support on remote repositories. This method is
47
61
      now attempted first when lookup up repositories, leading to an extra 
227
241
 
228
242
    * Record a timestamp against each mutter to the trace file, relative to the
229
243
      first import of bzrlib.  (Andrew Bennetts)
230
 
     
 
244
 
231
245
    * ``Repository.get_data_stream`` is now deprecated in favour of
232
246
      ``Repository.get_data_stream_for_search`` which allows less network
233
247
      traffic when requesting data streams over a smart server. (Robert Collins)