Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/tags/cherrypy-2.2.0beta/CHANGELOG.txt

Revision 948 (checked in by rdelon, 3 years ago)

Preparing for 2.2.0beta release

Line 
1 2006-01-27:
2     * CherryPy-2.2.0beta released
3     * Lots of improvements to sessionfilter
4     * Added cherrypy.lower_api switch (people get a speed boost if they
5     *   set it to True)
6
7 2005-12-05:
8     * Added support for specifying the Content-Type to be used by defaults
9     * Added a response headers filter to specify HTTP headers
10
11 2005-12-03:
12     * Huge change: switching to lowercase_with_underscore names everywhere ... CP keeps backward compatibility though (remi)
13
14 2005-10-21:
15     * CherryPy-2.1.0 released
16     * Changed the default value for sessionFilter.locking from "implicit" to "explicit" (remi)
17
18 2005-10-06:
19     * CherryPy-2.1.0-rc2 released
20     * Bug in sessionfilter fixed
21
22 2005-09-15:
23     * CherryPy-2.1.0-rc1 released
24
25 2005-09-14:
26     * The new HTTP error mechanism has been completely rewritten (see tutorial
27     10)
28    
29 2005-09-10:
30     * New session implementation. See the CherryPy book for docs (remi)
31     * New server.maxRequestBodySize and maxRequestHeaderSize options.
32     *   See the CherryPy book for docs (remi)
33
34 2005-09-04:
35     * Generalized mechanism for handling HTTP errors
36     * raising a HTTPStatusError will automatically send an appropriate error page
37     * All errors in production mode will cause CP to respond with a http error
38
39 2005-08-17:
40     * The session filter has been simplified, the mechanism for creating multiple sessions has been removed. However .. (mikerobi)
41     * The session filter can placed inside a _cpFilterList to provide an alternative to the default session.            (mikerobi)
42    
43 2005-08-09:
44     * The config section [global] is now distinct from, and the parent of, [/]. (fumanchu)
45     * cherrypy.request.path is now parsed and set before onStartResource filter methods are called. (fumanchu)
46     * Absolute Request-URI's are now acceptable, and are converted to relative paths. (fumanchu)
47     * A Request-URI of "*" now maps to the [global] config section, and to cherrypy.root._global. (fumanchu)
48
49 2005-07-12:
50     * CherryPy-2.1.0-beta released. Check http://www.cherrypy.org/wiki/WhatsNewIn21 for instructions on how to upgrade from 2.0. (remi)
51
52 2005-07-09:
53     * Request entities that are not form params now get stuck in cherrypy.request.body (as a temp file object). (fumanchu)
54     * cherrypy.config.update can be called with an the keyword override=False to prevent values from being overwritten.
55 2005-07-06:
56     * Added code-coverage tools. (fumanchu)
57
58 2005-06-25:
59     * BACKWARD INCOMPATIBILITY: Removed cpg module, renamed _cpserver to server, _cpconfig to config, cperror to _cperror. See http://www.cherrypy.org/wiki/PackageLayout21 (fumanchu)
60
61 2005-06-21:
62     * New generic HTTPRedirect exception for 3xx responses. (fumanchu)
63
64 2005-06-17:
65     * Handle all HTTP methods. (fumanchu)
66
67 2005-06-16:
68     * First check-in of the documentation project (lawouach)
69
70 2005-06-11:
71     * getSpecialFunction renamed getSpecialAttribute (mikerobi)
72
73 2005-06-10:
74     * New test suite (no forks, no exec). (fumanchu)
75     * New lib/profiler module. (fumanchu)
76     * New session filter (mikerobi)
77     * New config.getAll function (mikerobi)
78
79 2005-06-09:
80     * New sessionauthenticatefilter. This replace CSAuthenticate implementation (based on aspect). (Remi)
81     * New nsgmlsfilter. Provides XHTML validation (you need NSGMLS installed). (Remi)
82
83 2005-06-02:
84     * New WSGI server. (Peter)
85
86 2005-06-01:
87     * Core (_cphttptools) was completely rewritten to use iterators throughout. (fumanchu)
88     * HTTP server has been decoupled from _cpserver. (fumanchu)
89     * New WSGI interface to the builtin http server; WSGI is now the default. (fumanchu)
90     * Moved session handling into a filter. (fumanchu)
91     * New testCore.py for testing basic request and error handling. (fumanchu)
92     * autoreload disabled if cpg.server.start is called with initOnly=True. (fumanchu)
93     * BACKWARD INCOMPATIBILITY: filters changed, see http://www.cherrypy.org/wiki/Filters21. (fumanchu)
94
95 2005-05-20:
96     * BACKWARD INCOMPATIBILITY: New config system, see http://www.cherrypy.org/wiki/ConfigSystem21 (Remi)
97     * Fixed small bug in httptools.redirect (Remi)
98     * Allow methods to return recursive generators (Remi)
99     * Methods can now return file objects which are red in 64kb chunks. (Mike)
100
101 2005-04-25:
102     * CherryPy-2.0-final released
103     * Added tests about static content and httptools.redirect (Remi)
104     * Handle %20 (and others) in static content - ticket #104 (Remi)
105     * If y is a static dir make y/a?b try and serve a file named a?b (Dan)
106     * Pass threadIndex to onStartThreadList functions - ticket #91 (Remi)
107     * Renamed "configDict" into "configMap" for consistency - ticket  #82 (Remi)
108     * Dots in requests path are now replaced by underscores  - ticket #87 (Remi)
109     * Improved WSGI support and added example (seems to work OK) (Peter, Remi)
110     * Added DecodingFilter (Remi)
111     * Added form module (port from CP1 Form.cpy) (Remi)
112     * Improved the way static files are being served (Remi)
113
114 2004-12-29:
115     * CherryPY-2.0-beta released
116     * xmlrpcfilter added (Remco)
117     * cpg.response.body is now always an iterable type - ticket #59 (Carlos)
118     * Allowed default session functions to be accessed by other modules - ticket #56 (Remi)
119     * Added cpg.threadData - ticket #53 (Remi)
120     * Added request.requestLine - ticket #52 (Remi)
121     * logFile config option is now honored - ticket #51 (Remi)
122     * Added cpg.request.remoteAddr and cpg.request.remoteHost - ticket #34 (Eurleif)
123     * Improved baseurlfilter to handle x-forwarded-host - ticket #49 (Kender)
124     * Made object mapping algorithm iterative instead of recursive - ticket #48 (Jesir Vargas)
125     * Improved testing framework (Remco)
126     * Check that response is a string *after* filters have been applied (ticket #28) (Remi)
127     * Removed all XML-RPC references from the core: it is now a filter (ticket #30) (Remi)
128     * Removed "response encoding" from the core: it is now in a filter (ticket #31) (Remi)
129     * Implemented filters and a couple of sample filters (Remi)
130     * Fixed "cleanUpOldSessions" bug (ticket #12) (Remi)
131     * "file" storage type for sessions now works fine (Remi)
132     * Ticket #6: If a response is unicode, it gets encoded automatically. Encoding is specified in the config file unser [server].encoding (the default is UTF-8). (Remi)
133     * Added more unittest (Remi)
134     * Fixed file upload bug (Remi)
135
136 2004-10-13:
137     * First alpha release of CherryPy-2 (Remi)
138
Note: See TracBrowser for help on using the browser.

Hosted by WebFaction

Log in as guest/cpguest to create tickets