aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2007-05-15 22:36:20 +0000
committerMathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org>2007-05-15 22:36:20 +0000
commit6857af1197f86797a2482b70c3c0a4f330aa60a2 (patch)
tree70ad3cd842a9d0d192be2015f4ecf773773130b4 /ChangeLog
parent08c5283494a8bce7c17e931e3e09fdfc0cf63932 (diff)
downloadwikipediafs-6857af1197f86797a2482b70c3c0a4f330aa60a2.tar.gz
- 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb173e8..5d02460 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-15 Mathieu Blondel <mblondel@users.sourceforge.net>
+
+- 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 <mblondel@users.sourceforge.net>
- Rewrote code concerning config file and moved it to config.py.