Re: [php-gtk-webmaster] cvs: php-gtk-web / changelog.php download.php index.php news.rss
[email protected] ("Steph Fox") Tue, 18 Jul 2006 04:35:43 +0200
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <079c01c6aa12$dec232c0$6602a8c0@foxbox> |
No, that's bitchy. Please let me handle PR on this occasion :) ----- Original Message ----- From: "Andrei Zmievski" <[email protected]> To: <[email protected]> Sent: Tuesday, July 18, 2006 2:11 AM Subject: [php-gtk-webmaster] cvs: php-gtk-web / changelog.php download.php index.php news.rss > andrei Tue Jul 18 00:11:06 2006 UTC > > Modified files: > /php-gtk-web changelog.php download.php index.php news.rss > Log: > Re-release as "alpha". > > > http://cvs.php.net/viewvc.cgi/php-gtk-web/changelog.php?r1=1.15&r2=1.16&diff_format=u > Index: php-gtk-web/changelog.php > diff -u php-gtk-web/changelog.php:1.15 php-gtk-web/changelog.php:1.16 > --- php-gtk-web/changelog.php:1.15 Sat Jul 15 18:16:08 2006 > +++ php-gtk-web/changelog.php Tue Jul 18 00:11:06 2006 > @@ -6,8 +6,8 @@ > > <h1>PHP-GTK ChangeLog</h1> > > -<a name="2.0.0zeta"></a> > -<h3>Version 2.0.0zeta "renaissance redux"</h3> > +<a name="2.0.0alpha"></a> > +<h3>Version 2.0.0alpha "renaissance redux"</h3> > <b>15-July-2006</b> > <ul> > <li>first preview release of the new architecture</li> > http://cvs.php.net/viewvc.cgi/php-gtk-web/download.php?r1=1.40&r2=1.41&diff_format=u > Index: php-gtk-web/download.php > diff -u php-gtk-web/download.php:1.40 php-gtk-web/download.php:1.41 > --- php-gtk-web/download.php:1.40 Sat Jul 15 18:16:08 2006 > +++ php-gtk-web/download.php Tue Jul 18 00:11:06 2006 > @@ -21,7 +21,7 @@ > </p> > > <ul> > -<li><?php > print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-2.0.0zeta.tar.gz', > 'php-gtk-2.0.0 zeta Source'); ?> - 15-Jul-2006</li> > +<li><?php > print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-2.0.0alpha.tar.gz', > 'php-gtk-2.0.0 alpha Source'); ?> - 17-Jul-2006</li> > <li><?php > print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-2.0.0zeta-5_1-win32.zip', > 'php-gtk-2.0.0 zeta Windows binary for PHP 5.1.*'); ?> - 15-Jul-2006</li> > <li><?php > print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-2.0.0zeta-5_2-win32.zip', > 'php-gtk-2.0.0 zeta Windows binary for PHP 5.2.*'); ?> - 15-Jul-2006</li> > </ul> > http://cvs.php.net/viewvc.cgi/php-gtk-web/index.php?r1=1.122&r2=1.123&diff_format=u > Index: php-gtk-web/index.php > diff -u php-gtk-web/index.php:1.122 php-gtk-web/index.php:1.123 > --- php-gtk-web/index.php:1.122 Sun Jul 16 07:01:01 2006 > +++ php-gtk-web/index.php Tue Jul 18 00:11:06 2006 > @@ -1,6 +1,6 @@ > <?php > /* > - * $Id: index.php,v 1.122 2006/07/16 07:01:01 cweiske Exp $ > + * $Id: index.php,v 1.123 2006/07/18 00:11:06 andrei Exp $ > */ > > // Start output buffering in order to grab the data from the documentation > @@ -57,6 +57,15 @@ > > ?> > > +<h1>PHP-GTK 2 Alpha Re-release</h1> > +<p><span class="newsDate">[17-July-2006]</span> > +Apparently, PEAR infrastructure tools (due to a deficiency in PHP's > <tt>version_compare()</tt> > +function) cannot handle a version modifier called "zeta". We had to > rename it to > +good old "alpha", re-package and re-release. <a > href="download.php">Download it</a> if you plan to use PEAR's > +or <a href="http://gnope.org/">gnope.org</a>'s packages. > + > +<?php hdelim(); ?> > + > <h1>PHP-GTK 2 Zeta Release</h1> > > <p><span class="newsDate">[15-July-2006]</span> > http://cvs.php.net/viewvc.cgi/php-gtk-web/news.rss?r1=1.28&r2=1.29&diff_format=u > Index: php-gtk-web/news.rss > diff -u php-gtk-web/news.rss:1.28 php-gtk-web/news.rss:1.29 > --- php-gtk-web/news.rss:1.28 Sat Jul 15 20:41:17 2006 > +++ php-gtk-web/news.rss Tue Jul 18 00:11:06 2006 > @@ -10,6 +10,7 @@ > <description>The PHP-GTK extension Web site</description> > <items> > <rdf:Seq> > + <rdf:li > rdf:resource="http://gtk.php.net/about/news-2006-07-17" /> > <rdf:li > rdf:resource="http://gtk.php.net/about/news-2006-07-15" /> > <rdf:li > rdf:resource="http://gtk.php.net/about/news-2005-01-18" /> > <rdf:li > rdf:resource="http://gtk.php.net/about/news-2004-12-20" /> > @@ -27,6 +28,18 @@ > </items> > </channel> > > +<item rdf:about="http://gtk.php.net/about/news-2006-07-17"> > + <title>PHP-GTK 2 Alpha Re-release</title> > + <link>http://gtk.php.net</link> > + <description> > +Apparently, PEAR infrastructure tools (due to a deficiency in PHP's > +version_compare() function) cannot handle a version modifier called > "zeta". We > +had to rename it to good old "alpha", re-package and re-release. Download > it if you plan > +to use PEAR's or gnope.org's packages. > + </description> > + <dc:date>2006-07-17</dc:date> > +</item> > + > <item rdf:about="http://gtk.php.net/about/news-2006-07-15"> > <title>PHP-GTK 2 Zeta Release</title> > <link>http://gtk.php.net</link> > > -- > PHP-GTK Webmaster Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >