Skip to content

Commit 61d208d

Browse files
committed
Fix package.xml and update version for 2.0.4
1 parent 2257be3 commit 61d208d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Requirements: ext/hash (now a part of PHP core)
4343
</lead>
4444
<date>2018-09-30</date>
4545
<version>
46-
<release>2.0.3</release>
46+
<release>2.0.4</release>
4747
<api>2.0</api>
4848
</version>
4949
<stability>
@@ -52,7 +52,7 @@ Requirements: ext/hash (now a part of PHP core)
5252
</stability>
5353
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
5454
<notes>
55-
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
55+
* Bump version in header
5656
</notes>
5757
<contents>
5858
<dir name="/">
@@ -159,9 +159,9 @@ Requirements: ext/hash (now a part of PHP core)
159159
<changelog>
160160

161161
<release>
162-
<date>2018-06-28</date>
162+
<date>2018-09-30</date>
163163
<version>
164-
<release>2.0.2</release>
164+
<release>2.0.3</release>
165165
<api>2.0</api>
166166
</version>
167167
<stability>
@@ -170,9 +170,7 @@ Requirements: ext/hash (now a part of PHP core)
170170
</stability>
171171
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
172172
<notes>
173-
* Fix bug #74163: Segfault in oauth_compare_value
174-
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
175-
* Fix compatibility with PHP 7.3
173+
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
176174
</notes>
177175
</release>
178176

@@ -188,6 +186,9 @@ Requirements: ext/hash (now a part of PHP core)
188186
</stability>
189187
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
190188
<notes>
189+
* Fix bug #74163: Segfault in oauth_compare_value
190+
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
191+
* Fix compatibility with PHP 7.3
191192
* Fix #72006
192193
</notes>
193194
</release>

php_oauth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
curl_formfree(f);
5555
#endif
5656

57-
#define PHP_OAUTH_VERSION 2.0.3-dev
57+
#define PHP_OAUTH_VERSION 2.0.4
5858

5959
#define __stringify_1(x) #x
6060
#define __stringify(x) __stringify_1(x)

0 commit comments

Comments
 (0)