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

root/tags/cherrypy-2.1.0-alpha/CHANGELOG.txt

Revision 277 (checked in by mikerobi, 3 years ago)

getSpecialFunction renamed getSpecialAttribute

Line 
1 2005-06-11:
2     * getSpecialFunction renamed getSpecialAttribute (mikerobi)
3
4 2005-06-10:
5     * New test suite (no forks, no exec). (fumanchu)
6     * New lib/profiler module. (fumanchu)
7     * New session filter (mikerobi)
8     * New config.getAll function (mikerobi)
9
10 2005-06-09:
11     * New sessionauthenticatefilter. This replace CSAuthenticate implementation (based on aspect). (Remi)
12     * New nsgmlsfilter. Provides XHTML validation (you need NSGMLS installed). (Remi)
13
14 2005-06-02:
15     * New WSGI server. (Peter)
16
17 2005-06-01:
18     * Core (_cphttptools) was completely rewritten to use iterators throughout. (fumanchu)
19     * HTTP server has been decoupled from _cpserver. (fumanchu)
20     * New WSGI interface to the builtin http server; WSGI is now the default. (fumanchu)
21     * Moved session handling into a filter. (fumanchu)
22     * New testCore.py for testing basic request and error handling. (fumanchu)
23     * autoreload disabled if cpg.server.start is called with initOnly=True. (fumanchu)
24     * BACKWARD INCOMPATIBILITY: filters changed, see http://www.cherrypy.org/wiki/WhatsNewIn21#filter_methods. (fumanchu)
25
26 2005-05-20:
27     * BACKWARD INCOMPATIBILITY: New config system, see http://www.cherrypy.org/wiki/ConfigSystem21 (Remi)
28     * Fixed small bug in httptools.redirect (Remi)
29     * Allow methods to return recursive generators (Remi)
30     * Methods can now return file objects which are red in 64kb chunks. (Mike)
31
32 2005-04-25:
33     * CherryPy-2.0-final released
34     * Added tests about static content and httptools.redirect (Remi)
35     * Handle %20 (and others) in static content - ticket #104 (Remi)
36     * If y is a static dir make y/a?b try and serve a file named a?b (Dan)
37     * Pass threadIndex to onStartThreadList functions - ticket #91 (Remi)
38     * Renamed "configDict" into "configMap" for consistency - ticket  #82 (Remi)
39     * Dots in requests path are now replaced by underscores  - ticket #87 (Remi)
40     * Improved WSGI support and added example (seems to work OK) (Peter, Remi)
41     * Added DecodingFilter (Remi)
42     * Added form module (port from CP1 Form.cpy) (Remi)
43     * Improved the way static files are being served (Remi)
44
45 2004-12-29:
46     * CherryPY-2.0-beta released
47     * xmlrpcfilter added (Remco)
48     * cpg.response.body is now always an iterable type - ticket #59 (Carlos)
49     * Allowed default session functions to be accessed by other modules - ticket #56 (Remi)
50     * Added cpg.threadData - ticket #53 (Remi)
51     * Added request.requestLine - ticket #52 (Remi)
52     * logFile config option is now honored - ticket #51 (Remi)
53     * Added cpg.request.remoteAddr and cpg.request.remoteHost - ticket #34 (Eurleif)
54     * Improved baseurlfilter to handle x-forwarded-host - ticket #49 (Kender)
55     * Made object mapping algorithm iterative instead of recursive - ticket #48 (Jesir Vargas)
56     * Improved testing framework (Remco)
57     * Check that response is a string *after* filters have been applied (ticket #28) (Remi)
58     * Removed all XML-RPC references from the core: it is now a filter (ticket #30) (Remi)
59     * Removed "response encoding" from the core: it is now in a filter (ticket #31) (Remi)
60     * Implemented filters and a couple of sample filters (Remi)
61     * Fixed "cleanUpOldSessions" bug (ticket #12) (Remi)
62     * "file" storage type for sessions now works fine (Remi)
63     * 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)
64     * Added more unittest (Remi)
65     * Fixed file upload bug (Remi)
66
67 2004-10-13:
68     * First alpha release of CherryPy-2 (Remi)
69
Note: See TracBrowser for help on using the browser.

Hosted by WebFaction

Log in as guest/cpguest to create tickets