[glade-web] Adding news and updating site for release of 3.8 and 3.10



commit 67cfb4b437b3f94b3862713a375da1facbd67652
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Apr 5 13:12:40 2011 +0900

    Adding news and updating site for release of 3.8 and 3.10

 head.src     |    6 +++---
 newsitems.py |   16 ++++++++++++++++
 sources.src  |    5 ++---
 3 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/head.src b/head.src
index f6a292a..3e05a68 100644
--- a/head.src
+++ b/head.src
@@ -21,12 +21,12 @@
     </div>
 
     <div id="sidebar">
-        <h1>Current Version: <strong>3.6</strong></h1>
+        <h1>Current Version: <strong>3.10</strong></h1>
         <ul>
           <li><a href="http://glade.gnome.org/sources.html";>Download Sources</a></li>
           <li><a href="http://git.gnome.org/cgit/glade";>Browse Sources</a></li>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/";>Windows Binaries</a></li>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/";>MacOSX Binaries</a></li>
+          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/";>Older Windows Binaries</a></li>
+          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/";>Older MacOSX Binaries</a></li>
         </ul>
         <h1>Documentation</h1>
           <ul>
diff --git a/newsitems.py b/newsitems.py
index 5faac0e..950fcdc 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,22 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
+item("""Glade 3.8.0 and 3.10.0 released""", (2011, 2, 1),
+     """
+    <p>Glade 3.8.0 and 3.10.0 are now available for download.</p>
+    <p>3.8.0 is the last stable series of Glade for GTK+2 and 3.10.0 is the first stable series for GTK+3</p>
+    <p>Major changes in 3.10 compared to past stable releases:</p>
+    <ul>
+    <li>ABI stability for plugins and IDE embedders.</li>
+    <li>Improved workspace experience.</li>
+    <li>New preview feature.</li>
+    <li>All widgets now have icons.</li>
+    <li>Almost every GTK+ widget has support in Glade (still missing GtkSwitch/GtkInfoBar).</li>
+    </ul>
+    <p>See the <a href="http://lists.ximian.com/pipermail/glade-devel/2011-April/001891.html";>full announcement</a> for more details.</p>
+     """, 'Tristan Van Berkom')
+
+
 item("""Glade 3.9.2 released""", (2011, 2, 1),
      """
     <p>Glade 3.9.2 is now available for download.</p>
diff --git a/sources.src b/sources.src
index ff1d907..0fc866b 100644
--- a/sources.src
+++ b/sources.src
@@ -4,9 +4,8 @@
         <h2>Getting sources</h2>
         <p>To get the sources for the Glade project choose one of our release tarballs:</p>
         <ul>
-          <li>stable tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>Glade 3.6.x</a></li>
-          <li>development tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.7/";>Glade 3.7.x</a></li>
-          <li>development tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.9/";>Glade 3.9.x</a> (for GTK+ 3.0)</li>
+          <li>stable tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/";>Glade 3.8</a> for GTK+2</li>
+          <li>stable tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.10/";>Glade 3.10</a> for GTK+3</li>
         </ul>
 
 	<p>Or use our <a href="http://git.gnome.org/cgit/glade";>git repository</a> to get the bleeding edge source code. To clone it you need to type:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]