Changeset 3991
- Timestamp:
- 01/20/08 08:42:13 (11 months ago)
- Files:
-
- website/newdocs/base.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/base.html
r3990 r3991 123 123 src="${root}static/images/buttons/upgrade.png" 124 124 alt="Upgrade instructions button" /></a> 125 </div> 126 </div> 127 <!-- 128 <div py:def="download_beta" py:strip=""> 129 <h3>Download Beta Version</h3> 130 131 <div id="download-beta"> 132 <h2>TurboGears <strong>1.0.4b7</strong></h2> 133 134 <strong>Jan 16, 2008</strong> 135 136 <p><strong>New:</strong> 137 This release uses CherryPy 2.3.0 to avoid an important security bug. If you are using file based 138 sessions (this is not the default settings for TurboGears) please upgrade immediately. 139 (See full <a href="http://trac.turbogears.org/wiki/ChangeLog">change 140 log</a>) 141 (Upgrade hints for <a href="http://docs.turbogears.org/1.0/SQLAlchemy#migrating-existing-projects" 125 (Upgrade hints for <a href="http://docs.turbogears.org/1.0/SQLAlchemy#migrating-existing-projects" 142 126 >SQLAlchemy</a>) 143 </p> 144 145 <a href="http://docs.turbogears.org/1.0/InstallBeta"><img 146 src="${root}static/images/buttons/download.png" 147 alt="Download now button" /></a> 148 <a href="http://docs.turbogears.org/1.0/Upgrade"><img 149 src="${root}static/images/buttons/upgrade.png" 150 alt="Upgrade instructions button" /></a> 151 </div> 152 </div> 153 --> 127 </div> 128 </div> 154 129 <!-- end download block --> 155 130