[pygtk-web] Advertise 2.18.0 release of pygobject and 2.15.1 release of pygtk.



commit 4f23e2860895e4fb060acfdcdd47a280504fcd45
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sun Jun 7 11:40:48 2009 +0200

    Advertise 2.18.0 release of pygobject and 2.15.1 release of pygtk.
---
 ChangeLog    |    5 +++++
 newsitems.py |   11 +++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 96db055..8d8d6ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-07  Gian Mario Tagliaretti  <gianmt gnome org>
+
+	* newsitems.py: Advertise 2.18.0 release of pygobject and
+	2.15.1 release of pygtk
+
 2009-06-02  Rafael Villar Burke  <pachi rvburke com>
 
 	* applications.src: Add Gaphas, Writr, PyGtkImageView and PyGtkCanvas
diff --git a/newsitems.py b/newsitems.py
index 0f56b70..269dda7 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -14,6 +14,17 @@ item = lambda *x: items.append(x)
 #      "INSERT AUTHOR HERE")
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
+item("PyGTK 2.15.1 released", (2009, 5, 25),
+     """PyGTK 2.15.1 is the second release in the 2.15.x series. It's unstable, so
+     it should be used with caution. As usual, it's sources can be fetched
+     <a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.15/pygtk-2.15.1.tar.bz2";>here</a>.
+     Check out <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-May/msg00066.html";>the release announcement and full list of changes</a>.""", 'Gian Mario Tagliaretti')
+
+item("PyGobject 2.18.0 released", (2009, 5, 25),
+     """PyGobject 2.18.0 has been released, this is a stable release, the first of the 2.18.x series. As usual, it's sources can be fetched
+     <a href="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.18/pygobject-2.18.0.tar.bz2";>here</a>.
+     Check out <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-May/msg00065.html";>the release announcement and full list of changes</a>.""", 'Gian Mario Tagliaretti')
+
 item("PyGTK 2.15.0 released", (2009, 5, 3),
      """PyGTK 2.15.0 is the first release in the 2.15.x series. It's unstable, so
      it should be used with caution. Lot's of new apis were added. As usual, it's sources can be fetched



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