70 lines
2.1 KiB
Plaintext
70 lines
2.1 KiB
Plaintext
osc (0.9-4) unstable; urgency=high
|
|
* 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
|
|
|
|
-- Peter Poeml <poeml@suse.de> Mon, 20 Mar 2007 00:00:00 +0200
|
|
|
|
osc (0.9-3) unstable; urgency=high
|
|
|
|
* update to r1427:
|
|
* apply fix from Christoph Thiel to use cElementTree from Python 2.5
|
|
* let the diff subcommand return 1 if differences were found
|
|
|
|
-- Peter Poeml <poeml@suse.de> Mon, 12 Mar 2007 21:07:16 +0200
|
|
|
|
osc (0.9-2) unstable; urgency=high
|
|
|
|
* build package the new way
|
|
|
|
-- Peter Poeml <poeml@suse.de> Fri, 9 Mar 2007 10:16:16 +0200
|
|
|
|
osc (0.9-1) unstable; urgency=high
|
|
|
|
* update to 0.9
|
|
|
|
-- Peter Poeml <poeml@suse.de> Thu, 12 Oct 2006 15:34:00 +0200
|
|
|
|
osc (0.8-1) unstable; urgency=low
|
|
|
|
* update to 0.8
|
|
|
|
-- Peter Poeml <poeml@suse.de> Fri, 15 Sep 2006 16:42:22 +0200
|
|
|
|
osc (0.7-1) unstable; urgency=low
|
|
|
|
* update to 0.7
|
|
|
|
-- Peter Poeml <poeml@suse.de> Mon, 17 Jul 2006 13:26:48 +0200
|
|
|
|
osc (0.6-2) unstable; urgency=low
|
|
|
|
* new maintainer
|
|
* fix version number
|
|
* depend on python-celementtree and ${python:Depends}, update to new
|
|
Debian python policy
|
|
* add build-dependency on python-dev
|
|
* remove unneeded debian/README.Debian
|
|
* fix debian/copyright
|
|
* fix long description
|
|
|
|
-- Rene Engelhard <rengelhard@suse.de> Wed, 5 Jul 2006 17:08:43 +0200
|
|
|
|
osc (0.5-1) unstable; urgency=low
|
|
|
|
* Initial release Closes: #nnnn (nnnn is the bug number of your ITP)
|
|
|
|
-- J.H.M. Dassen (Ray) <jdassen@debian.org> Fri, 12 May 2006 14:12:04 +0200
|
|
|