Skip to content

Commit 45afca3

Browse files
committed
Merge pull request #75 from qiniu/develop
Release 6.1.9
2 parents 8683816 + 9624157 commit 45afca3

15 files changed

+1336
-249
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ before_script:
88
- export QINIU_SECRET_KEY="b5b5vNg5nnkwkPfW5ayicPE_pj6hqgKMQEaWQ6JD"
99
- export QINIU_BUCKET_NAME="phpsdk"
1010
- export QINIU_KEY_NAME="file_name"
11+
- export QINIU_TEST_ENV="travis"
1112
script:
1213
- cd tests; phpunit .

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGE LOG
22

3+
### v6.1.9
4+
5+
2014-4-8 issues [#75](https://github.com/qiniu/php-sdk/pull/75)
6+
7+
- [#69] 增加User Agent以方便日志查询。
8+
- [#70] 增加Reqid信息以方便错误追溯。
9+
- [#71] Qiniu_RS_Stat返回411问题。
10+
311
### v6.1.8
412

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"php": ">=5.2.4"
1010
},
1111
"autoload": {
12-
"psr-0": { "qiniu\\": "/" }
12+
"psr-0": { "qiniu\\": "qiniu" }
1313
}
1414
}

0 commit comments

Comments
 (0)