Changeset 3907
- Timestamp:
- 01/13/08 09:47:38 (11 months ago)
- Files:
-
- website/newdocs/base.html (modified) (1 diff)
- website/newdocs/download/tgsetup-betaversion.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/base.html
r3813 r3907 125 125 126 126 <div id="download-beta"> 127 <h2>TurboGears <strong>1.0.4b 3</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> 130 130 131 131 <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. 133 133 (See full <a href="http://trac.turbogears.org/wiki/ChangeLog">change 134 134 log</a>) website/newdocs/download/tgsetup-betaversion.py
r3804 r3907 4 4 from distutils import log 5 5 6 TGVERSION = "1.0.4b 3"6 TGVERSION = "1.0.4b4" 7 7 TGDOWNLOAD = "http://www.turbogears.org/download/" 8 8