~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: abentley
  • Date: 2005-10-16 05:15:58 UTC
  • mfrom: (1457)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@lappy-20051016051558-502eb6c3601ceb90
Merged Robert's latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      of revisions that are not tied to a particular internal
7
7
      representation.
8
8
 
 
9
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
10
      Configuration is now done via the config.Config interface:
 
11
      Depending on whether you have a Branch, a Location or no information
 
12
      available, construct a *Config, and use its signature_checking,
 
13
      username and user_email methods. (Robert Collins)
 
14
 
 
15
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
 
16
      they are made available for other plugins to use. You should not 
 
17
      import other plugins during the __init__ of your plugin though, as 
 
18
      no ordering is guaranteed, and the plugins directory is not on the
 
19
      python path.
 
20
 
 
21
 
9
22
  IMPROVEMENTS:
10
23
 
11
24
    * The config directory is now ~/.bazaar, and there is a single file