[glade-web] Updating website for new releases.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade-web] Updating website for new releases.
- Date: Thu, 6 Jan 2011 11:03:09 +0000 (UTC)
commit bb2cafe00557873826a6fd266f708109c8a4ec3d
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Jan 6 20:09:53 2011 +0900
Updating website for new releases.
newsitems.py | 31 +++++++++++++++++++++++++++++++
sources.src | 1 +
2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/newsitems.py b/newsitems.py
index 7a86f2a..682e19f 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,37 @@ item = lambda *x: items.append(x)
# http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
+
+item("""Glade 3.9.0 released""", (2011, 1, 6),
+ """
+ <p>Glade 3.9.0 is now available for download.</p>
+ <p>This is the first GTK+ 3.0 compatible release leading up to 3.10. It</p>
+ <p>Some highlights in this release:</p>
+ <ul>
+ <li>New Preview feature available.</li>
+ <li>Custom Editor to edit GtkActionGroup.</li>
+ <li>Progress bars in the notebook tabs while projects are loading.</li>
+ <li>Optimizations: object selection time and project switching time is greatly improved.</li>
+ <li>The core library for 3.10 onward will be ABI stable.</li>
+ </ul>
+ <p>See the <a href="http://lists.ximian.com/pipermail/glade-devel/2011-January/001858.html">full announcement</a> for more details.</p>
+ """, 'Tristan Van Berkom')
+
+item("""Glade 3.7.3 released""", (2011, 1, 6),
+ """
+ <p>Glade 3.7.3 is now available for download.</p>
+ <p>Some highlights in this release:</p>
+ <ul>
+ <li>New Preview feature available.</li>
+ <li>Custom Editor to edit GtkActionGroup.</li>
+ <li>Support for loading GtkOptionMenu.</li>
+ <li>Progress bars in the notebook tabs while projects are loading.</li>
+ <li>Stability, stability and more stability.</li>
+ </ul>
+ <p>See the <a href="http://lists.ximian.com/pipermail/glade-devel/2011-January/001859.html">full announcement</a> for more details.</p>
+ """, 'Tristan Van Berkom')
+
+
item("""Glade 3.7.1 released""", (2010, 5, 14),
"""
<p>An exciting start to the 3.7 series is released.</p>
diff --git a/sources.src b/sources.src
index 2e34995..4204af1 100644
--- a/sources.src
+++ b/sources.src
@@ -6,6 +6,7 @@
<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>
</ul>
<p>Or use our <a href="http://git.gnome.org/cgit/glade3">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]