Skip to content

Commit 52871a4

Browse files
committed
Updated package.xml for the release of 0.1.2.
1 parent 32b125e commit 52871a4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RELEASE-0.1.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* SHM::isMeetingRequirements() is now not abstract, and always returns TRUE.
22
* Fixed loading order of adapters.
3-
* Chnaged the PHAR stub to not fail when reading the hash fails.
3+
* Changed the PHAR stub to not fail when reading the hash fails.
44
* Doc and CS fixes.

package.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
<email>[email protected]</email>
1212
<active>yes</active>
1313
</lead>
14-
<date>2012-09-25</date>
15-
<time>23:33:38</time>
14+
<date>2013-05-04</date>
15+
<time>13:33:41</time>
1616
<version>
17-
<release>0.1.1</release>
17+
<release>0.1.2</release>
1818
<api>0.1.0</api>
1919
</version>
2020
<stability>
2121
<release>alpha</release>
2222
<api>alpha</api>
2323
</stability>
2424
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL License 2.1</license>
25-
<notes>* Fixed the PHAR stub.
26-
* Removed the warnings APC would trigger when using SHM::factory().
27-
* Allowed registering of external adapters with the new SHM::registerAdapter() method.
28-
* Added SHM::__invoke() as a shortcut to SHM::add().</notes>
25+
<notes>* SHM::isMeetingRequirements() is now not abstract, and always returns TRUE.
26+
* Fixed loading order of adapters.
27+
* Changed the PHAR stub to not fail when reading the hash fails.
28+
* Doc and CS fixes.</notes>
2929
<contents>
3030
<dir name="/">
3131
<dir name="docs" baseinstalldir="/">

0 commit comments

Comments
 (0)