From 7b86c1446e8adac00b5ba9403c05595c36eee26af03d123251b1c6e9312496d1 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 20 Mar 2012 19:11:20 +0000 Subject: [PATCH] - Update to version 0.7.5: * fix whitespaces * multiple headers values should be separated by a ", " not "," * regenerate the C code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=10 --- python-http-parser.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-http-parser.changes b/python-http-parser.changes index 204fe97..73b44e3 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Tue Feb 28 18:09:50 UTC 2012 - jfunk@funktronics.ca -- Update to version 0.7.5 +- Update to version 0.7.5: + * fix whitespaces + * multiple headers values should be separated by a ", " not "," + * regenerate the C code ------------------------------------------------------------------- Tue Jan 31 13:40:40 UTC 2012 - saschpe@suse.de