From 6857af1197f86797a2482b70c3c0a4f330aa60a2 Mon Sep 17 00:00:00 2001 From: Mathieu Blondel Date: Tue, 15 May 2007 22:36:20 +0000 Subject: - Moved cookie support code to user.py. - Created http.py. - Added support for httpauth, based on a patch from Johannes Wolter. - Added support for https. git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/branches/fuse-python-new-api@25 59acd704-e115-0410-a914-e735a229ed7c --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb173e8..5d02460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-15 Mathieu Blondel + +- Moved cookie support code to user.py. +- Created http.py. +- Added support for httpauth, based on a patch from Johannes Wolter. +- Added support for https. + 2007-05-14 Mathieu Blondel - Rewrote code concerning config file and moved it to config.py. -- cgit