Author: faide
Date: Sun Jan 20 08:38:05 2008
New Revision: 3990
URL: http://trac.turbogears.org/changeset/3990

Log:
1.0.4 update round

Modified:
   website/newdocs/base.html
   website/newdocs/download/tgsetup.py

Modified: website/newdocs/base.html
==============================================================================
--- website/newdocs/base.html   (original)
+++ website/newdocs/base.html   Sun Jan 20 08:38:05 2008
@@ -108,12 +108,14 @@
   <h3>Download Stable Version</h3>
 
   <div id="download-stable">
-    <h2>TurboGears <strong>1.0.3.4</strong></h2>
+    <h2>TurboGears <strong>1.0.4</strong></h2>
 
     <strong>Jan 16, 2008</strong>
     <p>Latest stable version</p>
       This release uses CherryPy 2.3.0 to avoid an important security bug. If 
you are using file based
       sessions (this is not the default settings for TurboGears) please 
upgrade immediately.<br/>
+      A long period of beta has polished this release and you will find a lot 
of improvements, please
+      consult our <a 
href="http://trac.turbogears.org/wiki/ChangeLog";>changelog</a> for all the 
details.
     <a href="http://docs.turbogears.org/1.0/Install";><img
       src="${root}static/images/buttons/download.png"
       alt="Download now button" /></a>
@@ -122,6 +124,7 @@
       alt="Upgrade instructions button" /></a>
   </div>
 </div>
+<!--
 <div py:def="download_beta" py:strip="">
   <h3>Download Beta Version</h3>
 
@@ -147,6 +150,7 @@
       alt="Upgrade instructions button" /></a>
   </div>
 </div>
+-->
 <!-- end download block -->
 
 

Modified: website/newdocs/download/tgsetup.py
==============================================================================
--- website/newdocs/download/tgsetup.py (original)
+++ website/newdocs/download/tgsetup.py Sun Jan 20 08:38:05 2008
@@ -3,7 +3,7 @@
 
 from distutils import log
 
-TGVERSION = "1.0.3.4"
+TGVERSION = "1.0.4"
 TGDOWNLOAD = "http://www.turbogears.org/download/";
 
 #!python
@@ -22,7 +22,7 @@
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c6"
+DEFAULT_VERSION = "0.6c7"
 DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/"; % 
sys.version[:3]
 
 md5_data = {
@@ -50,6 +50,9 @@
     'setuptools-0.6c6-py2.3.egg': '35686b78116a668847237b69d549ec20',
     'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab',
     'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53',
+    'setuptools-0.6c7-py2.3.egg': '209fdf9adc3a615e5115b725658e13e2',
+    'setuptools-0.6c7-py2.4.egg': '5a8f954807d46a0fb67cf1f26c55a82e',
+    'setuptools-0.6c7-py2.5.egg': '45d2ad28f9750e7434111fde831e8372',
 }
 
 import sys, os

Reply via email to