Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 19774df

Browse files
committed
1 parent a444083 commit 19774df

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

_docs/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
# Changelog: 1.5.16.1 "Rhapsody"
2+
The pre-cursor to Mac OS X, built from technology acquired from NeXT. <http://en.wikipedia.org/wiki/Rhapsody_(operating_system)>
3+
4+
Launched Monday, November 12, 2012.
5+
6+
## Bug fixes and enhancements
7+
* **Fixed:** The Amazon SQS client now uses the correct API version.
8+
9+
----
10+
111
# Changelog: 1.5.16 "Rhapsody"
212
The pre-cursor to Mac OS X, built from technology acquired from NeXT. <http://en.wikipedia.org/wiki/Rhapsody_(operating_system)>
313

4-
Launched Thursday, November 08, 2012.
14+
Launched Friday, November 09, 2012.
515

616
## Services
717
### AmazonSQS

package.xml

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

sdk.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ function __aws_sdk_ua_callback()
115115
// INTERMEDIARY CONSTANTS
116116

117117
define('CFRUNTIME_NAME', 'aws-sdk-php');
118-
define('CFRUNTIME_VERSION', '1.5.16');
119-
define('CFRUNTIME_BUILD', '20121109104359');
118+
define('CFRUNTIME_VERSION', '1.5.16.1');
119+
define('CFRUNTIME_BUILD', '20121112104359');
120120
define('CFRUNTIME_USERAGENT', CFRUNTIME_NAME . '/' . CFRUNTIME_VERSION . ' PHP/' . PHP_VERSION . ' ' . str_replace(' ', '_', php_uname('s')) . '/' . str_replace(' ', '_', php_uname('r')) . ' Arch/' . php_uname('m') . ' SAPI/' . php_sapi_name() . ' Integer/' . PHP_INT_MAX . ' Build/' . CFRUNTIME_BUILD . __aws_sdk_ua_callback());
121121

122122

services/sqs.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class AmazonSQS extends CFRuntime
134134
*/
135135
public function __construct(array $options = array())
136136
{
137-
$this->api_version = '2012-09-15';
137+
$this->api_version = '2012-11-05';
138138
$this->hostname = self::DEFAULT_URL;
139139
$this->auth_class = 'AuthV2Query';
140140

0 commit comments

Comments
 (0)