OBS User unknown
2007-04-20 03:38:45 +00:00
committed by Git OBS Bridge
parent ad97737d41
commit 9238360eaa
6 changed files with 116 additions and 3 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 20 02:09:11 CEST 2007 - poeml@suse.de
- update to r1594:
- save and reuse HTTP server cookies, speeding HTTP requests up
about 5 times (in our iChain setup anyway...)
- rewrite the HTTP handling
- adding http_GET/POST/PUT/DELETE() functions, which dispatch to
http_request(), and use them everywhere
- removing othermethods.py
- keeping urlopen(), in case it is used from externally, but have it print out
a "depracated" message
- finally, implementing a global HTTP debug mode
- if data to be sent is large, mmap it instead of reading at once
- build: remove debug print of tempfile name
- README: add info about dependencies of osc python module
- further the osc buildroot configuration example
-------------------------------------------------------------------
Fri Mar 30 00:25:24 CEST 2007 - poeml@suse.de