Changeset 3927

Show
Ignore:
Timestamp:
01/14/08 14:54:16 (11 months ago)
Author:
faide
Message:

updated webpage and download tool (tg version and ez_setup version)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/newdocs/base.html

    r3907 r3927  
    125125 
    126126  <div id="download-beta"> 
    127     <h2>TurboGears <strong>1.0.4b4</strong></h2> 
    128  
    129     <strong>Jan 13, 2008</strong> 
     127    <h2>TurboGears <strong>1.0.4b5</strong></h2> 
     128 
     129    <strong>Jan 14, 2008</strong> 
    130130 
    131131    <p><strong>New:</strong> 
    132       Fixed the visit cookie not being replaced during its lifetime, VisitFilter bug that caused crashes with arguements like lists, files and dictionnaries, Paginate fixes (division by zero), missing loggers in the default templates. 
     132      This release use CherryPy 2.3.0 to avoid an important security bug. If you are using file based 
     133      sessions (this is not the default settings for TurboGears) please upgrade immediately. 
    133134      (See full <a href="http://trac.turbogears.org/wiki/ChangeLog">change  
    134135      log</a>) 
  • website/newdocs/download/tgsetup-betaversion.py

    r3907 r3927  
    44from distutils import log 
    55 
    6 TGVERSION = "1.0.4b4
     6TGVERSION = "1.0.4b5
    77TGDOWNLOAD = "http://www.turbogears.org/download/" 
    88 
     
    2323""" 
    2424import sys 
    25 DEFAULT_VERSION = "0.6c6
     25DEFAULT_VERSION = "0.6c7
    2626DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 
    2727 
     
    5151    'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab', 
    5252    'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53', 
     53    'setuptools-0.6c7-py2.3.egg': '209fdf9adc3a615e5115b725658e13e2', 
     54    'setuptools-0.6c7-py2.4.egg': '5a8f954807d46a0fb67cf1f26c55a82e', 
     55    'setuptools-0.6c7-py2.5.egg': '45d2ad28f9750e7434111fde831e8372', 
    5356} 
    5457