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

Changeset 164

Show
Ignore:
Timestamp:
04/25/05 10:42:15
Author:
rdelon
Message:

Final tweaks for 2.0.0-final release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG.txt

    r159 r164  
     12005-04-25: 
     2    * CherryPY-2.0-final released 
    13    * Added tests about static content and httptools.redirect (Remi) 
    24    * Handle %20 (and others) in static content - ticket #104 (Remi) 
     
    1012    * Improved the way static files are being served (Remi) 
    1113 
    12 2004/12-29: 
     142004-12-29: 
    1315    * CherryPY-2.0-beta released 
    1416    * xmlrpcfilter added (Remco) 
     
    3234    * Fixed file upload bug (Remi) 
    3335 
    34 2004/10/13: 
     362004-10-13: 
    3537    * First alpha release of CherryPy-2 (Remi) 
    3638 
  • trunk/MANIFEST.in

    r120 r164  
    22include CHERRYPYTEAM.txt 
    33include *.conf 
     4include cherrypy/tutorial/README.txt 
     5include cherrypy/test/style.css 
     6include cherrypy/test/static/index.html 
  • trunk/README.txt

    r109 r164  
    1 * To install, just type
     1* To install, just type (python-2.3 or later needed)
    22 
    33    python setup.py install 
     
    55* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info. 
    66 
    7 * To run the unittest, just go to the cherrypy/test/ directory and type: 
     7* To run the regression tests, just go to the cherrypy/test/ directory and type: 
    88 
    99    python test.py 
  • trunk/setup.py

    r161 r164  
    2424      license="BSD", 
    2525      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], 
    26       download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload", 
    27       data_files=[('lib/site-packages/cherrypy/tutorial', ['cherrypy/tutorial/Readme.txt', 
    28                                          'cherrypy/tutorial/tutorial.conf'])] 
    29  
     26      download_url="http://www.cherrypy.org/wiki/CherryPyDownload", 
    3027) 
    3128 

Hosted by WebFaction

Log in as guest/cpguest to create tickets