/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: Vincent Ladeuil
  • Date: 2010-08-28 16:56:36 UTC
  • mto: (5345.5.13 lockable-config-files)
  • mto: This revision was merged to the branch mainline in revision 5395.
  • Revision ID: v.ladeuil+lp@free.fr-20100828165636-8e2wziacdpog1adg
Rename IniBaseConfig.from_bytes to from_string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
API Changes
134
134
***********
135
135
 
136
 
* Configuration files should now use the ``from_bytes`` constructor the
137
 
  rather than the ``file`` parameter of the ``_get_parser`` method. The
 
136
* ``IniBaseConfig`` objects should now use the ``from_string`` constructor
 
137
  the rather than the ``file`` parameter of the ``_get_parser`` method. The
138
138
  later has been deprecated. (Vincent Ladeuil)
139
139
 
140
140
* InventoryEntry instances now raise AttributeError if you try to assign
149
149
* InventoryEntry objects no longer have ``_put_in_tar`` or
150
150
  ``_put_on_disk`` methods.  (Andrew Bennetts)
151
151
 
152
 
* The ``configIniBaseConfig`` constructor now accepts a ``_content``
153
 
  private parameter for tests that want to provide a config file content.
154
 
  (Vincent Ladeuil)
155
 
 
156
152
* The ``get_filename`` parameter in the ``config.IniBaseConfig``
157
153
  constructor has been deprecated, use the ``file_name`` parameter instead.
158
154
  (Vincent Ladeuil)