cellog Mon Mar 26 00:42:46 2007 UTC
Modified files:
/pearweb package.php
Log:
back to 1.12.0
http://cvs.php.net/viewvc.cgi/pearweb/package.php?r1=1.143&r2=1.144&diff_format=u
Index: pearweb/package.php
diff -u pearweb/package.php:1.143 pearweb/package.php:1.144
--- pearweb/package.php:1.143 Mon Mar 26 00:38:33 2007
+++ pearweb/package.php Mon Mar 26 00:42:46 2007
@@ -18,14 +18,11 @@
'tests/',
),
));
-$a->setReleaseVersion('1.11.2');
+$a->setReleaseVersion('1.12.0');
$a->setReleaseStability('stable');
$a->setAPIStability('stable');
$a->setNotes('
- * Fix Bug #10482: PHP4 obsolete package [davidc]
- * Fix Bug #10486: Opera centers text in the new notes section of the manual
[davidc]
- * Implement Feature #10480: split channel.xml into its own package [cellog]
- * Implement Feature #10481: Adding link to manage notes in the developer menu
[davidc]
+ * start over
');
$a->resetUsesrole();
$a->addUsesRole('web', 'Role_Web', 'pearified.com');
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|