[gnomeweb-wml] [wgo] Update for 2.32.0



commit 4a4a7658ebfad9b5478b5028407f8acbd186d2f4
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 29 21:01:16 2010 +0200

    [wgo] Update for 2.32.0
    
    There are several changes here:
      + new banner on front page
      + news item
      + new ical file for the next development cycle
      + update htaccess redirects
      + update /start/

 www.gnome.org/htaccess                     |    4 +-
 www.gnome.org/img/flash/Makefile.am        |    3 +-
 www.gnome.org/img/flash/two-thirty-two.png |  Bin 0 -> 28996 bytes
 www.gnome.org/index.wml                    |    8 +-
 www.gnome.org/start/index.wml              |   12 +-
 www.gnome.org/start/schedule-unstable.ics  |  892 ++++++++++++++--------------
 6 files changed, 460 insertions(+), 459 deletions(-)
---
diff --git a/www.gnome.org/htaccess b/www.gnome.org/htaccess
index 1c4cd4d..7a39859 100644
--- a/www.gnome.org/htaccess
+++ b/www.gnome.org/htaccess
@@ -1,9 +1,9 @@
 Options +MultiViews +SymLinksIfOwnerMatch
 
 # Temporary utility redirects which should always exist
-Redirect /start/stable                   http://library.gnome.org/misc/release-notes/2.30
+Redirect /start/stable                   http://library.gnome.org/misc/release-notes/2.32
 Redirect /start/unstable/schedule.ics    http://www.gnome.org/start/schedule-unstable.ics
-Redirect /start/unstable                 http://live.gnome.org/TwoPointThirtyone
+Redirect /start/unstable                 http://live.gnome.org/TwoPointNinetyone
 # For old release notes (2.12 and 2.14 are handled separately because they have a press release):
 RedirectMatch ^/start/(2\.12])/press_release   /press/releases/2.12
 RedirectMatch ^/start/(2\.14])/press_release   /press/releases/2.14
diff --git a/www.gnome.org/img/flash/Makefile.am b/www.gnome.org/img/flash/Makefile.am
index ed82089..470acf8 100644
--- a/www.gnome.org/img/flash/Makefile.am
+++ b/www.gnome.org/img/flash/Makefile.am
@@ -52,6 +52,7 @@ page_DATA = \
 	new-friends-of-gnome.png \
 	two-twenty-six.png \
 	two-twenty-eight.png \
-	two-thirty.png
+	two-thirty.png \
+	two-thirty-two.png
 
 include $(top_srcdir)/rules.common
diff --git a/www.gnome.org/img/flash/two-thirty-two.png b/www.gnome.org/img/flash/two-thirty-two.png
new file mode 100644
index 0000000..9ead7b3
Binary files /dev/null and b/www.gnome.org/img/flash/two-thirty-two.png differ
diff --git a/www.gnome.org/index.wml b/www.gnome.org/index.wml
index c05bf9d..a06c2f7 100644
--- a/www.gnome.org/index.wml
+++ b/www.gnome.org/index.wml
@@ -9,7 +9,7 @@
 <h1>GNOME: The Free Software Desktop Project</h1>
 
 <div id="top">
-<a href="http://library.gnome.org/misc/release-notes/2.30/";><img src="img/flash/two-thirty.png" title="GNOME 2.30" alt="GNOME 2.30 Banner" width="652" height="242"></a>
+<a href="http://library.gnome.org/misc/release-notes/2.32/";><img src="img/flash/two-thirty-two.png" title="GNOME 2.32" alt="GNOME 2.32 Banner" width="652" height="243"></a>
 </div><!-- top -->
 
 
@@ -20,6 +20,9 @@
 <div id="bottomLeftLeft">
 <h2>Latest News</h2>
 
+<h3><a href="http://library.gnome.org/misc/release-notes/2.32/";>GNOME 2.32 Released!</a></h3>
+<p>The GNOME project is proud to release this new version of the GNOME desktop environment and developer platform. GNOME 2.32 features a limited set of new features in some applications, as GNOME developers continue to focus on the upcoming GNOME 3.0 release: metacontacts for instant messaging, improved PDF support, file management improvements, but also changes for developers like full support for Python and Vala in the IDE. Learn more about GNOME 2.32 through the detailed <a href="http://library.gnome.org/misc/release-notes/2.32/";>release notes</a>.</p>
+
 <h3><a href="/press/releases/2010-09-tomboy-online-alpha.html">GNOME Foundation Launches Tomboy Online Alpha</a></h3>
 <p>The GNOME Foundation has launched an alpha for Tomboy Online this week as a first step towards an integrated Web and desktop free software stack. Just in time for Software Freedom Day on September 18, the GNOME Foundation is taking a
 major step towards the future of client computing. Read the <a href="/press/releases/2010-09-tomboy-online-alpha.html">press release</a>.</p>
@@ -27,9 +30,6 @@ major step towards the future of client computing. Read the <a href="/press/rele
 <h3><a href="/press/releases/2010-07-desktop-summit-2011-berlin.html">Desktop Summit 2011 to be held in Berlin, Germany</a></h3>
 <p>GNOME and KDE are teaming up again to host the 2011 Desktop Summit in Berlin, Germany. Due to the success of the 2009 Desktop Summit the projects will co-locate GUADEC and Akademy once again in August, 2011 for the largest free software desktop event ever. Read the <a href="/press/releases/2010-07-desktop-summit-2011-berlin.html">press release</a>.</p>
 
-<h3><a href="/press/releases/2010-07-gnome-3.0-rescheduled.html">GNOME 3.0 Rescheduled for March 2011 Release</a></h3>
-<p>The GNOME Release Team met at GUADEC on Monday, July 26 and discussed the state of readiness for GNOME 3.0. During these discussions the Release Team decided that GNOME 3.0 needed another release cycle to mature and have pushed back the GNOME 3.0 release to March 2011. Read the <a href="/press/releases/2010-07-gnome-3.0-rescheduled.html">press release</a>.</p>
-
 </div>
 
 <div id="bottomLeftRight">
diff --git a/www.gnome.org/start/index.wml b/www.gnome.org/start/index.wml
index f4e51e9..4078b48 100644
--- a/www.gnome.org/start/index.wml
+++ b/www.gnome.org/start/index.wml
@@ -34,13 +34,13 @@ use our software.</p>
 <p>GNOME releases a new stable version every six months, usually in
 March and September. If you want thoroughly tested software and a
 stable developer platform, the stable version is what you want. The
-current stable version of GNOME is GNOME 2.30, released in March
+current stable version of GNOME is GNOME 2.32, released in September
 2010.<p>
 
 <p>The latest stable version of GNOME is generally included after only a few days in the development version of most distributions, like <a href="http://fedoraproject.org/";>Fedora</a>, <a href="http://www.foresightlinux.org/";>Foresight Linux</a>, <a href="http://www.gentoo.org/";>Gentoo</a>, <a href="http://www.mandriva.com/";>Mandriva</a>, <a href="http://www.opensuse.org/";>openSUSE</a> and <a href="http://www.ubuntu.com/";>Ubuntu</a>, but also <a href="http://www.freebsd.org/";>FreeBSD</a> or <a href="http://opensolaris.org/";>OpenSolaris</a>. Therefore, after a few weeks, you can get the latest stable version of GNOME by simply installing the latest version of your favourite distribution.</p>
 
-<p>To get more information about what is new in GNOME 2.30, and how to get
-it, read the <a href="/start/stable/">GNOME 2.30</a> start page.</p>
+<p>To get more information about what is new in GNOME 2.32, and how to get
+it, read the <a href="/start/stable/">GNOME 2.32</a> start page.</p>
 
 <h3>Development GNOME</h3>
 
@@ -49,10 +49,10 @@ development or 'unstable' branch of GNOME, where lots of fun happens,
 but also occasionally scary and unstable things happen.  If you are
 interested in testing the newest features, or want to develop GNOME
 software, this is the release for you. The current development branch
-is GNOME 2.31, due for release in September 2010.</p>
+is GNOME 2.91, due for release in April 2011.</p>
 
-<p>To get more information about GNOME 2.31, check out the <a
-href="/start/unstable/">GNOME 2.31 Release Planning page</a>, which includes
+<p>To get more information about GNOME 2.91, check out the <a
+href="/start/unstable/">GNOME 2.91 Release Planning page</a>, which includes
 calendars, some feature notes, and other information.</p>
 
 <p>If you've read up, and are ready to take the plunge, see our page
diff --git a/www.gnome.org/start/schedule-unstable.ics b/www.gnome.org/start/schedule-unstable.ics
index 6590574..1039e54 100644
--- a/www.gnome.org/start/schedule-unstable.ics
+++ b/www.gnome.org/start/schedule-unstable.ics
@@ -3,515 +3,515 @@ VERSION:2.0
 CALSCALE:GREGORIAN
 PRODID:-//PYVOBJECT//NONSGML Version 1//EN
 BEGIN:VEVENT
-UID:20100331T162128Z-31721 etaules vuntz net
-DTSTART:20100215T230000Z
-DTEND:20100215T235959Z
+UID:20100929T144851Z-4201 etaules vuntz net
+DTSTART:20100927T230000Z
+DTEND:20100927T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:New module proposal start
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-09-27 before 23:59 UTC for the GNOME\
+ n2.32.0 stable release\, which will be delivered on Wednesday.\nModules wh
+ ich were proposed for inclusion should try to follow the unstable\nschedul
+ e so everyone can test them.\n\nPlease make sure that your tarballs will b
+ e uploaded before Monday 23:59\nUTC: tarballs uploaded later than that wil
+ l probably be too late to get\nin 2.32.0. If you are not able to make a ta
+ rball before this deadline or\nif you think you'll be late\, please send a
+  mail to the release team and\nwe'll find someone to roll the tarball for 
+ you!
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:New module proposal start
+SUMMARY:GNOME 2.32.0 stable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:New module proposal start
-TRIGGER;VALUE=DATE-TIME:20100212T230000Z
+DESCRIPTION:GNOME 2.32.0 stable tarballs due
+TRIGGER;VALUE=DATE-TIME:20100924T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-86769 etaules vuntz net
-DTSTART:20100329T230000Z
-DTEND:20100329T235959Z
+UID:20100929T144851Z-470 etaules vuntz net
+DTSTART:20100927T230000Z
+DTEND:20100927T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-03-29 before 23:59 UTC for the GNOME\
- n2.30.0 stable release\, which will be delivered on Wednesday.\nModules wh
- ich were proposed for inclusion should try to follow the unstable\nschedul
- e so everyone can test them.\n\nPlease make sure that your tarballs will b
- e uploaded before Monday 23:59\nUTC: tarballs uploaded later than that wil
- l probably be too late to get\nin 2.30.0. If you are not able to make a ta
- rball before this deadline or\nif you think you'll be late\, please send a
-  mail to the release team and\nwe'll find someone to roll the tarball for 
- you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:New module proposal start
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.0 stable tarballs due
+SUMMARY:New module proposal start
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.0 stable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100326T230000Z
+DESCRIPTION:New module proposal start
+TRIGGER;VALUE=DATE-TIME:20100924T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-4798 etaules vuntz net
-DTSTART:20100331T230000Z
-DTEND:20100331T235959Z
+UID:20100929T144851Z-84093 etaules vuntz net
+DTSTART:20100929T230000Z
+DTEND:20100929T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.30.0 stable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.32.0 stable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.0 stable release
+SUMMARY:GNOME 2.32.0 stable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.0 stable release
-TRIGGER;VALUE=DATE-TIME:20100331T220000Z
+DESCRIPTION:GNOME 2.32.0 stable release
+TRIGGER;VALUE=DATE-TIME:20100929T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-71127 etaules vuntz net
-DTSTART:20100426T230000Z
-DTEND:20100426T235959Z
+UID:20100929T144851Z-17804 etaules vuntz net
+DTSTART:20101004T230000Z
+DTEND:20101004T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-04-26 before 23:59 UTC for the GNOME\
- n2.30.1 stable release\, which will be delivered on Wednesday.\nModules wh
- ich were proposed for inclusion should try to follow the unstable\nschedul
- e so everyone can test them.\n\nPlease make sure that your tarballs will b
- e uploaded before Monday 23:59\nUTC: tarballs uploaded later than that wil
- l probably be too late to get\nin 2.30.1. If you are not able to make a ta
- rball before this deadline or\nif you think you'll be late\, please send a
-  mail to the release team and\nwe'll find someone to roll the tarball for 
- you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-10-04 before 23:59 UTC for the GNOME\
+ n2.91.0 unstable release\, which will be delivered on Wednesday.\nModules 
+ which were proposed for inclusion should try to follow the unstable\nsched
+ ule so everyone can test them.\n\nPlease make sure that your tarballs will
+  be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
+ ill probably be too late to get\nin 2.91.0. If you are not able to make a 
+ tarball before this deadline or\nif you think you'll be late\, please send
+  a mail to the release team and\nwe'll find someone to roll the tarball fo
+ r you!
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.1 stable tarballs due
+SUMMARY:GNOME 2.91.0 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.1 stable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100423T230000Z
+DESCRIPTION:GNOME 2.91.0 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101001T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-34405 etaules vuntz net
-DTSTART:20100428T230000Z
-DTEND:20100428T235959Z
+UID:20100929T144851Z-54978 etaules vuntz net
+DTSTART:20101006T230000Z
+DTEND:20101006T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.30.1 stable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.0 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.1 stable release
+SUMMARY:GNOME 2.91.0 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.1 stable release
-TRIGGER;VALUE=DATE-TIME:20100428T220000Z
+DESCRIPTION:GNOME 2.91.0 unstable release
+TRIGGER;VALUE=DATE-TIME:20101006T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-28585 etaules vuntz net
-DTSTART:20100503T230000Z
-DTEND:20100503T235959Z
+UID:20100929T144851Z-64655 etaules vuntz net
+DTSTART:20101018T230000Z
+DTEND:20101018T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-05-03 before 23:59 UTC for the GNOME\
- n2.31.1 unstable release\, which will be delivered on Wednesday.\nModules 
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-10-18 before 23:59 UTC for the GNOME\
+ n2.91.1 unstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
   be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.1. If you are not able to make a 
+ ill probably be too late to get\nin 2.91.1. If you are not able to make a 
  tarball before this deadline or\nif you think you'll be late\, please send
   a mail to the release team and\nwe'll find someone to roll the tarball fo
  r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
+SEQUENCE:1
+SUMMARY:GNOME 2.91.1 unstable tarballs due
+TRANSP:OPAQUE
+BEGIN:VALARM
+ACTION:DISPLAY
+DESCRIPTION:GNOME 2.91.1 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101015T230000Z
+END:VALARM
+END:VEVENT
+BEGIN:VEVENT
+UID:20100929T144851Z-17692 etaules vuntz net
+DTSTART:20101020T230000Z
+DTEND:20101020T235959Z
+CLASS:PUBLIC
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.1 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.1 unstable tarballs due
+SUMMARY:GNOME 2.91.1 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.1 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100430T230000Z
+DESCRIPTION:GNOME 2.91.1 unstable release
+TRIGGER;VALUE=DATE-TIME:20101020T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-41790 etaules vuntz net
-DTSTART:20100503T230000Z
-DTEND:20100503T235959Z
+UID:20100929T144851Z-34247 etaules vuntz net
+DTSTART:20101025T230000Z
+DTEND:20101025T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:New module proposal end
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:New module proposal end
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:New module proposal end
-TRIGGER;VALUE=DATE-TIME:20100430T230000Z
+TRIGGER;VALUE=DATE-TIME:20101022T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-21439 etaules vuntz net
-DTSTART:20100503T230000Z
-DTEND:20100503T235959Z
+UID:20100929T144851Z-28722 etaules vuntz net
+DTSTART:20101101T230000Z
+DTEND:20101101T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:Module inclusion discussion heats up
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Module inclusion discussion heats up
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Module inclusion discussion heats up
-TRIGGER;VALUE=DATE-TIME:20100430T230000Z
+TRIGGER;VALUE=DATE-TIME:20101029T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-7729 etaules vuntz net
-DTSTART:20100505T230000Z
-DTEND:20100505T235959Z
+UID:20100929T144851Z-28520 etaules vuntz net
+DTSTART:20101108T230000Z
+DTEND:20101108T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.1 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-11-08 before 23:59 UTC for the GNOME\
+ n2.91.2 unstable release\, which will be delivered on Wednesday.\nModules 
+ which were proposed for inclusion should try to follow the unstable\nsched
+ ule so everyone can test them.\n\nPlease make sure that your tarballs will
+  be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
+ ill probably be too late to get\nin 2.91.2. If you are not able to make a 
+ tarball before this deadline or\nif you think you'll be late\, please send
+  a mail to the release team and\nwe'll find someone to roll the tarball fo
+ r you!
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.1 unstable release
+SUMMARY:GNOME 2.91.2 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.1 unstable release
-TRIGGER;VALUE=DATE-TIME:20100505T220000Z
+DESCRIPTION:GNOME 2.91.2 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101105T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-35031 etaules vuntz net
-DTSTART:20100510T230000Z
-DTEND:20100510T235959Z
+UID:20100929T144851Z-68030 etaules vuntz net
+DTSTART:20101108T230000Z
+DTEND:20101108T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Module Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Module Freeze
-TRIGGER;VALUE=DATE-TIME:20100507T230000Z
+TRIGGER;VALUE=DATE-TIME:20101105T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-84618 etaules vuntz net
-DTSTART:20100510T230000Z
-DTEND:20100510T235959Z
+UID:20100929T144851Z-45542 etaules vuntz net
+DTSTART:20101108T230000Z
+DTEND:20101108T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:Release Team decides on new modules
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Release Team decides on new modules
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Release Team decides on new modules
-TRIGGER;VALUE=DATE-TIME:20100507T230000Z
-END:VALARM
-END:VEVENT
-BEGIN:VEVENT
-UID:20100331T162128Z-56937 etaules vuntz net
-DTSTART:20100524T230000Z
-DTEND:20100524T235959Z
-CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-05-24 before 23:59 UTC for the GNOME\
- n2.31.2 unstable release\, which will be delivered on Wednesday.\nModules 
- which were proposed for inclusion should try to follow the unstable\nsched
- ule so everyone can test them.\n\nPlease make sure that your tarballs will
-  be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.2. If you are not able to make a 
- tarball before this deadline or\nif you think you'll be late\, please send
-  a mail to the release team and\nwe'll find someone to roll the tarball fo
- r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
-SEQUENCE:1
-SUMMARY:GNOME 2.31.2 unstable tarballs due
-TRANSP:OPAQUE
-BEGIN:VALARM
-ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.2 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100521T230000Z
+TRIGGER;VALUE=DATE-TIME:20101105T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-86869 etaules vuntz net
-DTSTART:20100526T230000Z
-DTEND:20100526T235959Z
+UID:20100929T144851Z-79577 etaules vuntz net
+DTSTART:20101110T230000Z
+DTEND:20101110T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.2 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.2 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.2 unstable release
+SUMMARY:GNOME 2.91.2 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.2 unstable release
-TRIGGER;VALUE=DATE-TIME:20100526T220000Z
+DESCRIPTION:GNOME 2.91.2 unstable release
+TRIGGER;VALUE=DATE-TIME:20101110T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-88689 etaules vuntz net
-DTSTART:20100607T230000Z
-DTEND:20100607T235959Z
+UID:20100929T144851Z-25783 etaules vuntz net
+DTSTART:20101115T230000Z
+DTEND:20101115T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-06-07 before 23:59 UTC for the GNOME\
- n2.31.3 unstable release\, which will be delivered on Wednesday.\nModules 
- which were proposed for inclusion should try to follow the unstable\nsched
- ule so everyone can test them.\n\nPlease make sure that your tarballs will
-  be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.3. If you are not able to make a 
- tarball before this deadline or\nif you think you'll be late\, please send
-  a mail to the release team and\nwe'll find someone to roll the tarball fo
- r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-11-15 before 23:59 UTC for the GNOME\
+ n2.32.1 stable release\, which will be delivered on Wednesday.\nModules wh
+ ich were proposed for inclusion should try to follow the unstable\nschedul
+ e so everyone can test them.\n\nPlease make sure that your tarballs will b
+ e uploaded before Monday 23:59\nUTC: tarballs uploaded later than that wil
+ l probably be too late to get\nin 2.32.1. If you are not able to make a ta
+ rball before this deadline or\nif you think you'll be late\, please send a
+  mail to the release team and\nwe'll find someone to roll the tarball for 
+ you!
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.3 unstable tarballs due
+SUMMARY:GNOME 2.32.1 stable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.3 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100604T230000Z
+DESCRIPTION:GNOME 2.32.1 stable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101112T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-54226 etaules vuntz net
-DTSTART:20100609T230000Z
-DTEND:20100609T235959Z
+UID:20100929T144851Z-81394 etaules vuntz net
+DTSTART:20101117T230000Z
+DTEND:20101117T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.3 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.32.1 stable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.3 unstable release
+SUMMARY:GNOME 2.32.1 stable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.3 unstable release
-TRIGGER;VALUE=DATE-TIME:20100609T220000Z
+DESCRIPTION:GNOME 2.32.1 stable release
+TRIGGER;VALUE=DATE-TIME:20101117T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-55544 etaules vuntz net
-DTSTART:20100621T230000Z
-DTEND:20100621T235959Z
+UID:20100929T144851Z-36882 etaules vuntz net
+DTSTART:20101129T230000Z
+DTEND:20101129T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-06-21 before 23:59 UTC for the GNOME\
- n2.30.2 stable release\, which will be delivered on Wednesday.\nModules wh
- ich were proposed for inclusion should try to follow the unstable\nschedul
- e so everyone can test them.\n\nPlease make sure that your tarballs will b
- e uploaded before Monday 23:59\nUTC: tarballs uploaded later than that wil
- l probably be too late to get\nin 2.30.2. If you are not able to make a ta
- rball before this deadline or\nif you think you'll be late\, please send a
-  mail to the release team and\nwe'll find someone to roll the tarball for 
- you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-11-29 before 23:59 UTC for the GNOME\
+ n2.91.3 unstable release\, which will be delivered on Wednesday.\nModules 
+ which were proposed for inclusion should try to follow the unstable\nsched
+ ule so everyone can test them.\n\nPlease make sure that your tarballs will
+  be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
+ ill probably be too late to get\nin 2.91.3. If you are not able to make a 
+ tarball before this deadline or\nif you think you'll be late\, please send
+  a mail to the release team and\nwe'll find someone to roll the tarball fo
+ r you!
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.2 stable tarballs due
+SUMMARY:GNOME 2.91.3 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.2 stable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100618T230000Z
+DESCRIPTION:GNOME 2.91.3 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101126T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-2957 etaules vuntz net
-DTSTART:20100623T230000Z
-DTEND:20100623T235959Z
+UID:20100929T144851Z-24285 etaules vuntz net
+DTSTART:20101201T230000Z
+DTEND:20101201T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.30.2 stable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.3 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.30.2 stable release
+SUMMARY:GNOME 2.91.3 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.30.2 stable release
-TRIGGER;VALUE=DATE-TIME:20100623T220000Z
+DESCRIPTION:GNOME 2.91.3 unstable release
+TRIGGER;VALUE=DATE-TIME:20101201T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-18515 etaules vuntz net
-DTSTART:20100628T230000Z
-DTEND:20100628T235959Z
+UID:20100929T144851Z-78131 etaules vuntz net
+DTSTART:20101220T230000Z
+DTEND:20101220T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-06-28 before 23:59 UTC for the GNOME\
- n2.31.4 unstable release\, which will be delivered on Wednesday.\nModules 
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2010-12-20 before 23:59 UTC for the GNOME\
+ n2.91.4 unstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
   be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.4. If you are not able to make a 
+ ill probably be too late to get\nin 2.91.4. If you are not able to make a 
  tarball before this deadline or\nif you think you'll be late\, please send
   a mail to the release team and\nwe'll find someone to roll the tarball fo
  r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.4 unstable tarballs due
+SUMMARY:GNOME 2.91.4 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.4 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100625T230000Z
+DESCRIPTION:GNOME 2.91.4 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20101217T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-37951 etaules vuntz net
-DTSTART:20100630T230000Z
-DTEND:20100630T235959Z
+UID:20100929T144851Z-4449 etaules vuntz net
+DTSTART:20101222T230000Z
+DTEND:20101222T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.4 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.4 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.4 unstable release
+SUMMARY:GNOME 2.91.4 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.4 unstable release
-TRIGGER;VALUE=DATE-TIME:20100630T220000Z
+DESCRIPTION:GNOME 2.91.4 unstable release
+TRIGGER;VALUE=DATE-TIME:20101222T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-71629 etaules vuntz net
-DTSTART:20100712T230000Z
-DTEND:20100712T235959Z
+UID:20100929T144851Z-40703 etaules vuntz net
+DTSTART:20110110T230000Z
+DTEND:20110110T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-07-12 before 23:59 UTC for the GNOME\
- n2.31.5 unstable release\, which will be delivered on Wednesday.\nModules 
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-01-10 before 23:59 UTC for the GNOME\
+ n2.91.5 unstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
   be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.5. If you are not able to make a 
+ ill probably be too late to get\nin 2.91.5. If you are not able to make a 
  tarball before this deadline or\nif you think you'll be late\, please send
   a mail to the release team and\nwe'll find someone to roll the tarball fo
  r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.5 unstable tarballs due
+SUMMARY:GNOME 2.91.5 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.5 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100709T230000Z
+DESCRIPTION:GNOME 2.91.5 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20110107T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-87761 etaules vuntz net
-DTSTART:20100712T230000Z
-DTEND:20100712T235959Z
+UID:20100929T144851Z-5266 etaules vuntz net
+DTSTART:20110110T230000Z
+DTEND:20110110T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:String Change Announcement Period
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:String Change Announcement Period
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:String Change Announcement Period
-TRIGGER;VALUE=DATE-TIME:20100709T230000Z
+TRIGGER;VALUE=DATE-TIME:20110107T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-98636 etaules vuntz net
-DTSTART:20100712T230000Z
-DTEND:20100712T235959Z
+UID:20100929T144851Z-90594 etaules vuntz net
+DTSTART:20110110T230000Z
+DTEND:20110110T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:UI Change Announcement Period
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:UI Change Announcement Period
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:UI Change Announcement Period
-TRIGGER;VALUE=DATE-TIME:20100709T230000Z
+TRIGGER;VALUE=DATE-TIME:20110107T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-76871 etaules vuntz net
-DTSTART:20100714T230000Z
-DTEND:20100714T235959Z
+UID:20100929T144851Z-72070 etaules vuntz net
+DTSTART:20110112T230000Z
+DTEND:20110112T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.5 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.5 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.5 unstable release
+SUMMARY:GNOME 2.91.5 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.5 unstable release
-TRIGGER;VALUE=DATE-TIME:20100714T220000Z
+DESCRIPTION:GNOME 2.91.5 unstable release
+TRIGGER;VALUE=DATE-TIME:20110112T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-39828 etaules vuntz net
-DTSTART:20100802T230000Z
-DTEND:20100802T235959Z
+UID:20100929T144851Z-94164 etaules vuntz net
+DTSTART:20110131T230000Z
+DTEND:20110131T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-08-02 before 23:59 UTC for the GNOME\
- n2.31.6 unstable release\, which will be delivered on Wednesday.\nModules 
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-01-31 before 23:59 UTC for the GNOME\
+ n2.91.6 unstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
   be uploaded before Monday 23:59\nUTC: tarballs uploaded later than that w
- ill probably be too late to get\nin 2.31.6. If you are not able to make a 
+ ill probably be too late to get\nin 2.91.6. If you are not able to make a 
  tarball before this deadline or\nif you think you'll be late\, please send
   a mail to the release team and\nwe'll find someone to roll the tarball fo
  r you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.6 unstable tarballs due
+SUMMARY:GNOME 2.91.6 unstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.6 unstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100730T230000Z
+DESCRIPTION:GNOME 2.91.6 unstable tarballs due
+TRIGGER;VALUE=DATE-TIME:20110128T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-68777 etaules vuntz net
-DTSTART:20100802T230000Z
-DTEND:20100802T235959Z
+UID:20100929T144851Z-10532 etaules vuntz net
+DTSTART:20110131T230000Z
+DTEND:20110131T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:No API or ABI changes should be made in the platform libraries
  . For instance\, no new functions\, no changed function signatures or stru
  ct fields.\n\nThis provides a stable development platform for the rest of 
@@ -519,184 +519,184 @@ DESCRIPTION:No API or ABI changes should be made in the platform libraries
  the Hard API/ABI Freeze\, to encourage developers to think about API probl
  ems while they have a chance to correct them.\n\nAPI freeze is not require
  d for non-platform libraries\, but is recommended.
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:API/ABI Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:API/ABI Freeze
-TRIGGER;VALUE=DATE-TIME:20100730T230000Z
+TRIGGER;VALUE=DATE-TIME:20110128T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-82854 etaules vuntz net
-DTSTART:20100802T230000Z
-DTEND:20100802T235959Z
+UID:20100929T144851Z-29104 etaules vuntz net
+DTSTART:20110131T230000Z
+DTEND:20110131T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Feature Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Feature Freeze
-TRIGGER;VALUE=DATE-TIME:20100730T230000Z
+TRIGGER;VALUE=DATE-TIME:20110128T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-52257 etaules vuntz net
-DTSTART:20100802T230000Z
-DTEND:20100802T235959Z
+UID:20100929T144851Z-75009 etaules vuntz net
+DTSTART:20110202T230000Z
+DTEND:20110202T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Writing of release notes begins
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.6 unstable release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:Writing of release notes begins
+SUMMARY:GNOME 2.91.6 unstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:Writing of release notes begins
-TRIGGER;VALUE=DATE-TIME:20100730T230000Z
+DESCRIPTION:GNOME 2.91.6 unstable release
+TRIGGER;VALUE=DATE-TIME:20110202T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-54644 etaules vuntz net
-DTSTART:20100804T230000Z
-DTEND:20100804T235959Z
+UID:20100929T144851Z-66610 etaules vuntz net
+DTSTART:20110207T230000Z
+DTEND:20110207T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.6 unstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:New APIs must be fully documented
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.6 unstable release
+SUMMARY:New APIs must be fully documented
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.6 unstable release
-TRIGGER;VALUE=DATE-TIME:20100804T220000Z
+DESCRIPTION:New APIs must be fully documented
+TRIGGER;VALUE=DATE-TIME:20110204T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-61559 etaules vuntz net
-DTSTART:20100809T230000Z
-DTEND:20100809T235959Z
+UID:20100929T144851Z-81046 etaules vuntz net
+DTSTART:20110207T230000Z
+DTEND:20110207T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:New APIs must be fully documented
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:Writing of release notes begins
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:New APIs must be fully documented
+SUMMARY:Writing of release notes begins
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:New APIs must be fully documented
-TRIGGER;VALUE=DATE-TIME:20100806T230000Z
+DESCRIPTION:Writing of release notes begins
+TRIGGER;VALUE=DATE-TIME:20110204T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-55059 etaules vuntz net
-DTSTART:20100816T230000Z
-DTEND:20100816T235959Z
+UID:20100929T144851Z-65549 etaules vuntz net
+DTSTART:20110221T230000Z
+DTEND:20110221T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-08-16 before 23:59 UTC for the GNOME\
- n2.31.90 beta release\, which will be delivered on Wednesday.\nModules whi
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-02-21 before 23:59 UTC for the GNOME\
+ n2.91.90 beta release\, which will be delivered on Wednesday.\nModules whi
  ch were proposed for inclusion should try to follow the unstable\nschedule
   so everyone can test them.\n\nPlease make sure that your tarballs will be
   uploaded before Monday 23:59\nUTC: tarballs uploaded later than that will
-  probably be too late to get\nin 2.31.90. If you are not able to make a ta
+  probably be too late to get\nin 2.91.90. If you are not able to make a ta
  rball before this deadline or\nif you think you'll be late\, please send a
   mail to the release team and\nwe'll find someone to roll the tarball for 
  you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.90 beta tarballs due
+SUMMARY:GNOME 2.91.90 beta tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.90 beta tarballs due
-TRIGGER;VALUE=DATE-TIME:20100813T230000Z
+DESCRIPTION:GNOME 2.91.90 beta tarballs due
+TRIGGER;VALUE=DATE-TIME:20110218T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-87327 etaules vuntz net
-DTSTART:20100816T230000Z
-DTEND:20100816T235959Z
+UID:20100929T144851Z-57904 etaules vuntz net
+DTSTART:20110221T230000Z
+DTEND:20110221T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:No UI changes may be made at all without confirmation from the
   release team and notification to the documentation team.
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:UI Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:UI Freeze
-TRIGGER;VALUE=DATE-TIME:20100813T230000Z
+TRIGGER;VALUE=DATE-TIME:20110218T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-55980 etaules vuntz net
-DTSTART:20100818T230000Z
-DTEND:20100818T235959Z
+UID:20100929T144851Z-1917 etaules vuntz net
+DTSTART:20110223T230000Z
+DTEND:20110223T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.90 beta release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.90 beta release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.90 beta release
+SUMMARY:GNOME 2.91.90 beta release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.90 beta release
-TRIGGER;VALUE=DATE-TIME:20100818T220000Z
+DESCRIPTION:GNOME 2.91.90 beta release
+TRIGGER;VALUE=DATE-TIME:20110223T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-38421 etaules vuntz net
-DTSTART:20100830T230000Z
-DTEND:20100830T235959Z
+UID:20100929T144851Z-29122 etaules vuntz net
+DTSTART:20110307T230000Z
+DTEND:20110307T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-08-30 before 23:59 UTC for the GNOME\
- n2.31.91 beta release\, which will be delivered on Wednesday.\nModules whi
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-03-07 before 23:59 UTC for the GNOME\
+ n2.91.91 beta release\, which will be delivered on Wednesday.\nModules whi
  ch were proposed for inclusion should try to follow the unstable\nschedule
   so everyone can test them.\n\nPlease make sure that your tarballs will be
   uploaded before Monday 23:59\nUTC: tarballs uploaded later than that will
-  probably be too late to get\nin 2.31.91. If you are not able to make a ta
+  probably be too late to get\nin 2.91.91. If you are not able to make a ta
  rball before this deadline or\nif you think you'll be late\, please send a
   mail to the release team and\nwe'll find someone to roll the tarball for 
  you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.91 beta tarballs due
+SUMMARY:GNOME 2.91.91 beta tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.91 beta tarballs due
-TRIGGER;VALUE=DATE-TIME:20100827T230000Z
+DESCRIPTION:GNOME 2.91.91 beta tarballs due
+TRIGGER;VALUE=DATE-TIME:20110304T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-9669 etaules vuntz net
-DTSTART:20100830T230000Z
-DTEND:20100830T235959Z
+UID:20100929T144851Z-56786 etaules vuntz net
+DTSTART:20110307T230000Z
+DTEND:20110307T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:No string changes may be made without confirmation from the i1
  8n team and notification to release team\, translation team\, and document
  ation team.\nFrom this point\, developers can concentrate on stability and
@@ -705,108 +705,108 @@ DESCRIPTION:No string changes may be made without confirmation from the i1
  nshots.\nFor the string freezes explained\, and to see which kind of chang
  es are not covered by freeze rules\, check http://live.gnome.org/Translati
  onProject/HandlingStringFreezes. 
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:String Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:String Freeze
-TRIGGER;VALUE=DATE-TIME:20100827T230000Z
+TRIGGER;VALUE=DATE-TIME:20110304T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-63803 etaules vuntz net
-DTSTART:20100901T230000Z
-DTEND:20100901T235959Z
+UID:20100929T144851Z-48241 etaules vuntz net
+DTSTART:20110309T230000Z
+DTEND:20110309T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.91 beta release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.91 beta release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.91 beta release
+SUMMARY:GNOME 2.91.91 beta release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.91 beta release
-TRIGGER;VALUE=DATE-TIME:20100901T220000Z
+DESCRIPTION:GNOME 2.91.91 beta release
+TRIGGER;VALUE=DATE-TIME:20110309T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-22745 etaules vuntz net
-DTSTART:20100913T230000Z
-DTEND:20100913T235959Z
+UID:20100929T144851Z-25166 etaules vuntz net
+DTSTART:20110321T230000Z
+DTEND:20110321T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-09-13 before 23:59 UTC for the GNOME\
- n2.31.92 rc release\, which will be delivered on Wednesday.\nModules which
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-03-21 before 23:59 UTC for the GNOME\
+ n2.91.92 rc release\, which will be delivered on Wednesday.\nModules which
   were proposed for inclusion should try to follow the unstable\nschedule s
  o everyone can test them.\n\nPlease make sure that your tarballs will be u
  ploaded before Monday 23:59\nUTC: tarballs uploaded later than that will p
- robably be too late to get\nin 2.31.92. If you are not able to make a tarb
+ robably be too late to get\nin 2.91.92. If you are not able to make a tarb
  all before this deadline or\nif you think you'll be late\, please send a m
  ail to the release team and\nwe'll find someone to roll the tarball for yo
  u!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.92 rc tarballs due
+SUMMARY:GNOME 2.91.92 rc tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.92 rc tarballs due
-TRIGGER;VALUE=DATE-TIME:20100910T230000Z
+DESCRIPTION:GNOME 2.91.92 rc tarballs due
+TRIGGER;VALUE=DATE-TIME:20110318T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-39431 etaules vuntz net
-DTSTART:20100913T230000Z
-DTEND:20100913T235959Z
+UID:20100929T144851Z-87042 etaules vuntz net
+DTSTART:20110321T230000Z
+DTEND:20110321T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:This is a late freeze to avoids sudden last-minute accidents w
  hich could risk the stability that should have been reached at this point.
   No source code changes are allowed without approval from the release team
  \, but translation and documentation should continue. Simple build fixes a
  re\, of course\, allowed without asking. 
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Hard Code Freeze
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Hard Code Freeze
-TRIGGER;VALUE=DATE-TIME:20100910T230000Z
+TRIGGER;VALUE=DATE-TIME:20110318T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-95461 etaules vuntz net
-DTSTART:20100915T230000Z
-DTEND:20100915T235959Z
+UID:20100929T144851Z-7927 etaules vuntz net
+DTSTART:20110323T230000Z
+DTEND:20110323T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:GNOME 2.31.92 rc release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+CREATED:20100929T144851
+DESCRIPTION:GNOME 2.91.92 rc release
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
-SUMMARY:GNOME 2.31.92 rc release
+SUMMARY:GNOME 2.91.92 rc release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
-DESCRIPTION:GNOME 2.31.92 rc release
-TRIGGER;VALUE=DATE-TIME:20100915T220000Z
+DESCRIPTION:GNOME 2.91.92 rc release
+TRIGGER;VALUE=DATE-TIME:20110323T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-13349 etaules vuntz net
-DTSTART:20100927T230000Z
-DTEND:20100927T235959Z
+UID:20100929T144851Z-14917 etaules vuntz net
+DTSTART:20110404T230000Z
+DTEND:20110404T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-09-27 before 23:59 UTC for the GNOME\
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-04-04 before 23:59 UTC for the GNOME\
  n3.0.0 newstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
@@ -815,61 +815,61 @@ DESCRIPTION:Tarballs are due on 2010-09-27 before 23:59 UTC for the GNOME\
  arball before this deadline or\nif you think you'll be late\, please send 
  a mail to the release team and\nwe'll find someone to roll the tarball for
   you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:GNOME 3.0.0 newstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:GNOME 3.0.0 newstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20100924T230000Z
+TRIGGER;VALUE=DATE-TIME:20110401T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-98054 etaules vuntz net
-DTSTART:20100927T230000Z
-DTEND:20100927T235959Z
+UID:20100929T144851Z-5933 etaules vuntz net
+DTSTART:20110404T230000Z
+DTEND:20110404T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:Hard Code Freeze ends\, but other freezes remain in effect for
   the stable branch.
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:Hard Code Freeze ends
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:Hard Code Freeze ends
-TRIGGER;VALUE=DATE-TIME:20100924T230000Z
+TRIGGER;VALUE=DATE-TIME:20110401T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-25667 etaules vuntz net
-DTSTART:20100929T230000Z
-DTEND:20100929T235959Z
+UID:20100929T144851Z-71145 etaules vuntz net
+DTSTART:20110406T230000Z
+DTEND:20110406T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:GNOME 3.0.0 newstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:GNOME 3.0.0 newstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:GNOME 3.0.0 newstable release
-TRIGGER;VALUE=DATE-TIME:20100929T220000Z
+TRIGGER;VALUE=DATE-TIME:20110406T220000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-77441 etaules vuntz net
-DTSTART:20101025T230000Z
-DTEND:20101025T235959Z
+UID:20100929T144851Z-51387 etaules vuntz net
+DTSTART:20110425T230000Z
+DTEND:20110425T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
-DESCRIPTION:Tarballs are due on 2010-10-25 before 23:59 UTC for the GNOME\
+CREATED:20100929T144851
+DESCRIPTION:Tarballs are due on 2011-04-25 before 23:59 UTC for the GNOME\
  n3.0.1 newstable release\, which will be delivered on Wednesday.\nModules 
  which were proposed for inclusion should try to follow the unstable\nsched
  ule so everyone can test them.\n\nPlease make sure that your tarballs will
@@ -878,33 +878,33 @@ DESCRIPTION:Tarballs are due on 2010-10-25 before 23:59 UTC for the GNOME\
  arball before this deadline or\nif you think you'll be late\, please send 
  a mail to the release team and\nwe'll find someone to roll the tarball for
   you!
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:GNOME 3.0.1 newstable tarballs due
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:GNOME 3.0.1 newstable tarballs due
-TRIGGER;VALUE=DATE-TIME:20101022T230000Z
+TRIGGER;VALUE=DATE-TIME:20110422T230000Z
 END:VALARM
 END:VEVENT
 BEGIN:VEVENT
-UID:20100331T162128Z-45637 etaules vuntz net
-DTSTART:20101027T230000Z
-DTEND:20101027T235959Z
+UID:20100929T144851Z-56803 etaules vuntz net
+DTSTART:20110427T230000Z
+DTEND:20110427T235959Z
 CLASS:PUBLIC
-CREATED:20100331T162128
+CREATED:20100929T144851
 DESCRIPTION:GNOME 3.0.1 newstable release
-DTSTAMP:20100331T162128
-LAST-MODIFIED:20100331T162128
+DTSTAMP:20100929T144851
+LAST-MODIFIED:20100929T144851
 SEQUENCE:1
 SUMMARY:GNOME 3.0.1 newstable release
 TRANSP:OPAQUE
 BEGIN:VALARM
 ACTION:DISPLAY
 DESCRIPTION:GNOME 3.0.1 newstable release
-TRIGGER;VALUE=DATE-TIME:20101027T220000Z
+TRIGGER;VALUE=DATE-TIME:20110427T220000Z
 END:VALARM
 END:VEVENT
 END:VCALENDAR



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