File python-Nevow.changes of Package python-Nevow
-------------------------------------------------------------------
Wed Apr 11 19:05:13 UTC 2012 - saschpe@gmx.de
- Spec file cleanup
-------------------------------------------------------------------
Tue Jul 7 00:00:00 UTC 2009 - jfunk@funktronics.ca
- Update to 0.9.33
- Add error handling to the integration between the old flattener
and the new flattener so that if the new flattener fails with an
exception or a Failure the error is propagated properly to the old
flattener which invoked it.
- Changed nit so that it doesn't use private `twistd` APIs and
instead just sets up a server and runs the reactor. This makes
nit work with all versions of Twisted supported by Nevow.
- Changed Nevow's setup.py to use setuptools if setuptools is
available. This has the user-facing consequence of installing
Nevow as an egg if setuptools is available at installation time
and of making Nevow installable using the `easy_install“ tool.
- TabbedPane naively set DOM attributes, making it unusable in
Internet Explorer 6 and 7. Introduced a reliable method for
setting DOM node attributes, with name mangling, to address the
issue.
- 0.9.32:
- A resource wrapper for on-the-fly gzip compression has been added.
- A twistd plugin, 'athena-widget', is now available for serving
single Athena widgets.
- Basic Athena support for Safari added.
- Added file name, line number, and column number information to
slots and tags parsed from XML files in order to make debugging
template/renderer interactions simpler.
- A context-free flattener has been added. Fragment and its
subclasses are now deprecated in favor of Element.
- Javascript classes derived from the tabbedpane class can now
override how tab selection is handled.
-------------------------------------------------------------------
Sun Nov 16 00:00:00 UTC 2008 - cfarrell1980@gmail.com
- Replaced --record with --record-rpm as per bnc#441794
-------------------------------------------------------------------
Wed Apr 9 00:00:00 UTC 2008 - jfunk@funktronics.ca
- Initial release