aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba20b24..2db1cc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,26 @@
+0.18.1
+
+ explicit build-backend workaround for pip build isolation bug
+ "AttributeError: 'module' object has no attribute '__legacy__'" on pip install
+ https://github.com/httplib2/httplib2/issues/169
+
+0.18.0
+
+ IMPORTANT security vulnerability CWE-93 CRLF injection
+ Force %xx quote of space, CR, LF characters in uri.
+ Special thanks to Recar https://github.com/Ciyfly for discrete notification.
+ https://cwe.mitre.org/data/definitions/93.html
+
+0.17.4
+
+ Ship test suite in source dist
+ https://github.com/httplib2/httplib2/pull/168
+
+0.17.3
+
+ IronPython2.7: relative import iri2uri fixes ImportError
+ https://github.com/httplib2/httplib2/pull/163
+
0.17.2
python3 + debug + IPv6 disabled: https raised