2014-01-10 20:59:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 10 17:21:45 UTC 2014 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 0.4.4:
|
|
|
|
|
* Removed memoization of certain controller attributes, which can lead to
|
|
|
|
|
a memory leak in dynamic controller lookups.
|
|
|
|
|
* Fixed several bugs for RestController.
|
|
|
|
|
* Fixed a bug in security handling for generic controllers.
|
|
|
|
|
* Resolved a bug in `_default` handlers used in `RestController`.
|
|
|
|
|
* Persist `pecan.request.context` across internal redirects.
|
|
|
|
|
- reenable make check
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 10 10:00:03 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- fix requires after the version update to 0.4.2, it was even
|
|
|
|
|
documented in the .changes file:
|
|
|
|
|
* Replaced the ``simplegeneric`` dependency with the new
|
|
|
|
|
``functools.singledispatch`` function in preparation for Python 3.4 support.
|
|
|
|
|
|
2013-12-05 20:51:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 5 20:36:43 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.2
|
|
|
|
|
* Remove a routing optimization that breaks the WSME pecan plugin.
|
|
|
|
|
- Changes from 0.4.1
|
|
|
|
|
* Moved the project to `StackForge infrastructure
|
|
|
|
|
<http://ci.openstack.org/stackforge.html>`_, including Gerrit
|
|
|
|
|
code review, Jenkins continuous integration, and GitHub mirroring.
|
|
|
|
|
* Added a pecan plugin for the popular `uwsgi server
|
|
|
|
|
<http://uwsgi-docs.readthedocs.org>`_.
|
|
|
|
|
* Replaced the ``simplegeneric`` dependency with the new
|
|
|
|
|
``functools.singledispatch`` function in preparation for Python 3.4 support.
|
|
|
|
|
* Optimized pecan's core dispatch routing for notably faster response times.
|
|
|
|
|
|
2013-09-18 14:57:26 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-11-28 16:12:50 +00:00
|
|
|
Thu Nov 28 15:07:14 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- package LICENSE and README.rst
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-09-18 14:57:26 +00:00
|
|
|
Wed Sep 18 14:19:59 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- require python-logutils on Python < 2.7
|
|
|
|
|
|
2013-08-13 11:04:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 13 10:10:55 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 0.3.2:
|
|
|
|
|
* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
|
|
|
|
|
* Fixed a routing bug for certain ``_lookup`` controller configurations.
|
|
|
|
|
* Improved documentation for handling file uploads.
|
|
|
|
|
* Deprecated the ``pecan.conf.requestviewer`` configuration option.
|
|
|
|
|
|
2013-06-25 11:52:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 25 11:40:11 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.3.0:
|
|
|
|
|
+ New upstream release
|
|
|
|
|
|
2013-02-22 13:10:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 22 13:11:11 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 0.2.1:
|
|
|
|
|
+ Upstream provides no changelog
|
|
|
|
|
|
2013-01-17 10:50:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 17 10:33:37 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|