Changeset 3907

Show
Ignore:
Timestamp:
01/13/08 09:47:38 (11 months ago)
Author:
faide
Message:

Bumped versions in webpage and tgsetup-betaversion.py

Files:

Legend:

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

    r3813 r3907  
    125125 
    126126  <div id="download-beta"> 
    127     <h2>TurboGears <strong>1.0.4b3</strong></h2> 
    128  
    129     <strong>Dec 2, 2007</strong> 
     127    <h2>TurboGears <strong>1.0.4b4</strong></h2> 
     128 
     129    <strong>Jan 13, 2008</strong> 
    130130 
    131131    <p><strong>New:</strong> 
    132       Better pagination. Better startup scripts, SQLAlchemy support improved. Elixir compatibility fixes. 
     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. 
    133133      (See full <a href="http://trac.turbogears.org/wiki/ChangeLog">change  
    134134      log</a>) 
  • website/newdocs/download/tgsetup-betaversion.py

    r3804 r3907  
    44from distutils import log 
    55 
    6 TGVERSION = "1.0.4b3
     6TGVERSION = "1.0.4b4
    77TGDOWNLOAD = "http://www.turbogears.org/download/" 
    88