Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 92d9934

Browse files
committed
3.9.1 release
1 parent 0faed3a commit 92d9934

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
3.9.1 (2014-05-07)
5+
------------------
6+
7+
* Added a fix to ReadLimitEntityBody to ensure it doesn't infinitely loop.
8+
* Added a fix to the stream checksum function so that when the first read
9+
returns a falsey value, it still continues to consume the stream until EOF.
10+
411
3.9.0 (2014-04-23)
512
------------------
613

src/Guzzle/Common/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
class Version
99
{
10-
const VERSION = '3.9.0';
10+
const VERSION = '3.9.1';
1111

1212
/**
1313
* @var bool Set this value to true to enable warnings for deprecated functionality use. This should be on in your

0 commit comments

Comments
 (0)