Skip to content

Commit 5e1d4b2

Browse files
committed
Go with 0.2.1
1 parent 0692cea commit 5e1d4b2

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

package.xml

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@
2727
<active>yes</active>
2828
</lead>
2929

30-
<date>2017-12-29</date>
31-
<time>12:06:18</time>
30+
<date>2019-01-08</date>
31+
<time>11:35:54</time>
3232
<version>
33-
<release>0.2.0</release>
34-
<api>0.2.0</api>
33+
<release>0.2.1</release>
34+
<api>0.2.1</api>
3535
</version>
3636
<stability>
3737
<release>beta</release>
3838
<api>beta</api>
3939
</stability>
4040
<license uri="http://www.php.net/license">PHP 3.01</license>
4141
<notes>
42-
- Fixed issue #16: Segfault on rdp_simplify for GeoJSON
43-
- Add Travis tests (Emir Beganovic)
44-
- Fixed issue #20: Add Geo Hashing functions geohash_encode and geohash_decode. (Emir Beganovic)
42+
- Fixed issue #22: Compile failure with PHP 5.6 on Windows using VC11
43+
- Fixed issue #26: Initial Bearing Calculation Error
44+
- Fix possible integer overflow in memory allocation with negative precision in
45+
geohash_encode (Emir Beganovic)
4546
</notes>
4647

4748
<contents>
@@ -70,26 +71,6 @@
7071
</dependencies>
7172
<providesextension>geospatial</providesextension>
7273
<extsrcrelease />
73-
<changelog>
74-
75-
<release>
76-
<date>2015-12-04</date>
77-
<time>18:56:58</time>
78-
<version>
79-
<release>0.1.0</release>
80-
<api>0.1.0</api>
81-
</version>
82-
<stability>
83-
<release>beta</release>
84-
<api>beta</api>
85-
</stability>
86-
<license uri="http://www.php.net/license">PHP 3.01</license>
87-
<notes>
88-
Initial release on PECL (with PHP 7 support).
89-
</notes>
90-
</release>
91-
92-
</changelog>
9374
</package>
9475
<!--
9576
vim:et:ts=1:sw=1

php_geospatial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_GEOSPATIAL_H
2323
#define PHP_GEOSPATIAL_H
2424

25-
#define PHP_GEOSPATIAL_VERSION "0.2.1-dev"
25+
#define PHP_GEOSPATIAL_VERSION "0.2.1"
2626

2727
extern zend_module_entry geospatial_module_entry;
2828
#define phpext_geospatial_ptr &geospatial_module_entry

0 commit comments

Comments
 (0)