Skip to content

Commit

Permalink
Merge pull request #75 from qiniu/develop
Browse files Browse the repository at this point in the history
Release 6.1.9
  • Loading branch information
longbai committed Apr 28, 2014
2 parents 8683816 + 9624157 commit 45afca3
Show file tree
Hide file tree
Showing 15 changed files with 1,336 additions and 249 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ before_script:
- export QINIU_SECRET_KEY="b5b5vNg5nnkwkPfW5ayicPE_pj6hqgKMQEaWQ6JD"
- export QINIU_BUCKET_NAME="phpsdk"
- export QINIU_KEY_NAME="file_name"
- export QINIU_TEST_ENV="travis"
script:
- cd tests; phpunit .
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGE LOG

### v6.1.9

2014-4-8 issues [#75](https://github.com/qiniu/php-sdk/pull/75)

- [#69] 增加User Agent以方便日志查询。
- [#70] 增加Reqid信息以方便错误追溯。
- [#71] Qiniu_RS_Stat返回411问题。

### v6.1.8

2014-4-6 issues [#68](https://github.com/qiniu/php-sdk/pull/68)
Expand Down Expand Up @@ -92,3 +100,4 @@
- 待增加:rsf, batch, resumable io 的支持
- bugfix: 修复 crc32 为负数的错误
- 增加 `Qiniu_RS_Put/PutFile` 辅助函数,用于服务端上传

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"php": ">=5.2.4"
},
"autoload": {
"psr-0": { "qiniu\\": "/" }
"psr-0": { "qiniu\\": "qiniu" }
}
}
Loading

0 comments on commit 45afca3

Please sign in to comment.