~kernevil/ubuntu/saucy/pylons/fix-useless-import

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-08-02 21:17:36 UTC
  • mfrom: (1.2.3 upstream) (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110802211736-ejqil9b3yqgxt6lr
Tags: 1.0-2
* Add ipython_0.11_compatibility patch (thanks to Julian Taylor)
* Add build-arch and build-indep targets to debian/rules 
* Switch from dh_pysupport to dh_python2
* Source format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Pylons Changelog
2
2
================
3
3
 
 
4
1.0 (May 27, 2010)
 
5
* Minor tweak to allow proper importing of pylons.
 
6
 
 
7
1.0RC1 (March 1, 2010)
 
8
* Switched to using Routes 1.12 with support for no longer using the odd
 
9
  routes singleton.
 
10
* Removed pylons.middleware.StaticJavascripts, this is not used anymore.
 
11
* Added more unit tests.
 
12
 
 
13
1.0b1 (February 5, 2010)
 
14
* Removed CacheMiddleware. cache object is now setup as an attribute on the
 
15
  app_globals object for use where needed.
 
16
* WARNING: config only supports dict access
 
17
* WARNING: Method arguments no longer assigned to 'tmpl_context' by default.
 
18
* WARNING: Changed default to strict_tmpl_context.
 
19
* WARNING: Removed legacy pylons.c and pylons.g globals.
 
20
* WARNING: Removed legacy pylons.database module.
 
21
* WARNING: Removed legacy pylons.config module.
 
22
* WARNING: Removed Buffet options, setup, and legacy render/render_response
 
23
  function from pylons.templating. This also means config no longer accepts
 
24
  the add_template_engine option.
 
25
* WARNING: Removed legacy redirect_to function.
 
26
* WARNING: @https decorator no longer accepts url_for-like arguments.
 
27
* Add a "paster routes" command.  This prints the mapper, which from Routes
 
28
  1.12 onwards gives sensibly formatted output.
 
29
* Fix unit tests on Windows
 
30
* Prepare for Routes 1.12, ensure tests don't assume implicit routing
 
31
 
4
32
0.10 (May 27, 2010)
5
33
* Fix legacy warning replacement.
6
34
 
26
54
* Changed PylonsConfig to be dict subclass, rather than DispatchingConfig
27
55
  subclass.
28
56
 
 
57
 
29
58
0.9.7 (February 23, 2009)
30
59
* WARNING: A new option is available to determine whether or not an actions
31
60
  arguments should be automatically attached to 'c'. To turn off this implicit