aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b01f9664f..d1a46249d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jan 3 16:02:20 2015 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
+
+ * lib/net/http.rb (Net::HTTP.proxy_user): retrieve proxy user from http_proxy.
+ * lib/net/http.rb (Net::HTTP.proxy_pass): retrieve proxy password from http_proxy.
+ Patch by Rafael dos Santos Silva. [fix GH-763]
+
Sat Jan 3 11:50:16 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* ext/openssl/ossl.h: avoid to build failure of Windows environment.