pajoye Tue Jul 30 16:21:35 2002 EDT
Modified files:
/pear/HTML_Javascript package.xml
Log:
Updated Notes
Change version to 1.0.0
Index: pear/HTML_Javascript/package.xml
diff -u pear/HTML_Javascript/package.xml:1.6
pear/HTML_Javascript/package.xml:1.7
--- pear/HTML_Javascript/package.xml:1.6 Mon Jul 22 12:09:33 2002
+++ pear/HTML_Javascript/package.xml Tue Jul 30 16:21:35 2002
@@ -27,15 +27,22 @@
</maintainers>
<release>
- <version>0.9.2</version>
- <date>2002-07-22</date>
- <state>beta</state>
+ <version>1.0.0</version>
+ <date>2002-07-30</date>
+ <state>stable</state>
<license>PHP 2.02</license>
<notes>
Bugfix release:
- * Fixed prompt() (Pierre)
- * Fixed order of installed files (Pierre)
- * Added Pierre to maintainers (Tal)
+ * Fixed prompt() (pajoye)
+ * Fixed order of installed files (pajoye)
+ * Fixed convertVar input tests (pajoye)
+ * Added multi-dimensional arrays support (pajoye)
+ * Added associative arrays support (pajoye)
+ * Added default error to match the mixed return value (pajoye)
+ * Fixed write and writeln methods, escaped string (pajoye)
+ * Removed checks if the startScript() method has been called
+ it allows the foo:foobar() syntax
+ * Added Pierre (pajoye) to maintainers (Tal)
</notes>
<filelist>
<dir name="/" baseinstalldir="HTML">
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|