-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix license metadata in package.xml, match LICENSE file
And add missing config.w32 file for Windows to package.xml The package.xml file was generated by a script and I forgot to update this.
- Loading branch information
1 parent
af6270e
commit ff154a1
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,23 +16,24 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-08-29</date> | ||
<date>2022-08-30</date> | ||
<version> | ||
<release>2.0.1</release> | ||
<api>2.0.1</api> | ||
<release>2.0.2</release> | ||
<api>2.0.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://www.php.net/license/3_0.txt">PHP License</license> | ||
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license> | ||
<notes> | ||
* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range. | ||
* Fix license metadata in package.xml | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
<file name="CMakeLists.txt" role="src"/> | ||
<file name="config.m4" role="src"/> | ||
<file name="config.w32" role="src"/> | ||
<file name="CREDITS" role="doc"/> | ||
<file name="LICENSE" role="doc"/> | ||
<file name="php_simdjson.h" role="src"/> | ||
|
@@ -85,6 +86,21 @@ | |
<providesextension>simdjson</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2022-08-29</date> | ||
<version> | ||
<release>2.0.1</release> | ||
<api>2.0.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license> | ||
<notes> | ||
* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range. | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2022-08-15</date> | ||
<version> | ||
|
@@ -95,7 +111,7 @@ | |
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://www.php.net/license/3_0.txt">PHP License</license> | ||
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license> | ||
<notes> | ||
* Initial PECL release | ||
</notes> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters