[pygtk-web] 2010-10-16 Rafael Villar Burke <pachi rvburke com>



commit 56941818a2fff4ec2562e3464875c823912aadf1
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Sat Oct 16 12:50:07 2010 +0200

    2010-10-16  Rafael Villar Burke  <pachi rvburke com>
    
    	* newsitems.py: Add PyGobject 2.26 and PyGTK 2.22 announcement
    	* downloads.src: Link to the new PyGTK 2.22 release

 ChangeLog     |    5 +++++
 downloads.src |    7 ++++---
 newsitems.py  |   26 ++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1562a4d..6407f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-16  Rafael Villar Burke  <pachi rvburke com>
+
+	* newsitems.py: Add PyGobject 2.26 and PyGTK 2.22 announcement
+	* downloads.src: Link to the new PyGTK 2.22 release
+
 2010-10-14  Rafael Villar Burke  <pachi rvburke com>
 
 	* applications.src: Add Recipe Manager by Daniel Taylor
diff --git a/downloads.src b/downloads.src
index 722d2c0..5084c52 100644
--- a/downloads.src
+++ b/downloads.src
@@ -47,12 +47,13 @@ code</strong> can also be downloaded and compiled from the links below.</p>
 
 <h3>Get the sources!</h3>
 <h4>Current stable release</h4>
-<h5>2.16 series</h5>
-<p>The latest release of PyGTK for GTK+ 2.16 is available from the following website:</p>
+<h5>2.22 series</h5>
+<p>The latest release of PyGTK for GTK+ 2.22 is available from the following website:</p>
 
 <ul>
-<li><a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/";>http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/</a></li>
+<li><a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/";>http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/</a></li>
 </ul>
+
 <h4>Current development version</h4>
 
 <p>Alternatively, you can get the bleeding edge version of PyGTK from
diff --git a/newsitems.py b/newsitems.py
index b27967a..ead25e4 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -14,6 +14,32 @@ item = lambda *x: items.append(x)
 #      "INSERT AUTHOR HERE")
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
+
+item("PyGobject 2.26.0 released",
+     (2010, 09, 27),
+     """PyGobject 2.26.0 has been released. This is the first stable release in the 2.26.x series and
+     introduces initial support for introspection and Python 3.
+     As usual, sources can be fetched from
+     <a href="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.26/pygobject-2.26.0.tar.bz2";>here</a>.
+     Check out <a href="http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/14841";>
+     the release announcement and full list of changes</a>.""",
+     'Rafael Villar Burke')
+
+item("PyGTK 2.22.0 released",
+     (2010, 09, 25),
+     """PyGTK 2.22.0 has been released. This is the first stable release supporting the GTK+ 2.22 API.<br />
+     New users wishing to develop Python applications using GTK+ are recommended to use the GObject-Introspection
+     features available in PyGObject.<br />
+     Existing authors of PyGTK applications are also recommended to port their applications to PyGObject
+     to take advantage of new features appearing in GTK-3 and beyond. More information on PyGObject
+     and GObject-Introspection can be found at <a href="http://live.gnome.org/PyGObject";>
+     http://live.gnome.org/PyGObject</a>.<br />
+     As usual, sources can be fetched from
+     <a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/pygtk-2.22.0.tar.bz2";>here</a>.
+     Check out <a href="http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/14835";>
+     the release announcement and full list of changes</a>.""",
+     'Rafael Villar Burke')
+
 item("Help improving PyGTK documentation contributing to the Acire Snippets project", (2010, 03, 26),
      """Acire Snippets is a library and browser of snippets and examples of Python code that demonstrates how to perform specific tasks. It has a new <a href="http://aciresnippets.wordpress.com/";>Acire Snippets website</a> with information on how to use it and send contributions and PyGTK users are encouraged to enrich the existing PyGTK snippets collection.""", 'Rafael Villar Burke')
 



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