Skip to content

Commit 427fafa

Browse files
committed
* 1.1 release notes update
* added some <provides> elements
1 parent e756a25 commit 427fafa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pear/package-PEAR.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,31 @@
3535
<state>stable</state>
3636
<date>2003-01-10</date>
3737
<notes>
38+
PEAR BASE CLASS:
39+
3840
* PEAR_Error now supports exceptions when using Zend Engine 2. Set the
3941
error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself
4042
as an exception (invoke PEAR errors with raiseError() or throwError()
4143
just like before).
44+
45+
PEAR INSTALLER:
46+
47+
* Packaging and validation now tokenizes source code (unless
48+
ext/tokenizer is disabled) and does some coding standard conformance
49+
checks. Specifically, the names of classes and functions are
50+
checked to ensure that they are prefixed with the package name. If
51+
your package has symbols that should be without this prefix, you can
52+
override this warning by explicitly adding a "provides" entry in
53+
your package.xml file. See the package.xml file for this release
54+
for an example (OS_Guess, System and md5_file).
55+
56+
All classes and non-private (not underscore-prefixed) methods and
57+
functions are now registered during "pear package".
58+
4259
</notes>
60+
<provides type="class" name="OS_Guess" />
61+
<provides type="class" name="System" />
62+
<provides type="function" name="md5_file" />
4363
<filelist>
4464
<file role="data" name="package.dtd"/>
4565
<file role="data" name="template.spec"/>

0 commit comments

Comments
 (0)