osc/debian.changelog

104 lines
3.8 KiB
Plaintext
Raw Normal View History

osc (0.95-2) unstable; urgency=high
* update to r1626:
- build:
- implement --prefer-pacs option
- applied patch from Michael Marek, fixing all places where error
messages were printed to stdout instead of stderr. [#239404]
-- Peter Poeml <poeml@suse.de> Wed, 2 May 2007 00:00:00 +0200
osc (0.95-1) unstable; urgency=high
* update to r1608:
- version 0.95
- osc is now easier to work with when using alternative API servers. The
configured server can be overriden with -A <url> on the commandline.
"apisrv" in the config takes a URL now, so the variable "scheme" which was
needed in addition before becomes obsolete. For backward compatibility, a
hostname (and scheme variable) are accepted like before. Likewise, the auth
sections in the config take a URL now, or a hostname:port to keep old config
working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
configured in .oscrc.
- build: use actual api server in urllist for downloading, instead of hardcoded
api.opensuse.org [#265211].
- finally, global option -H enables HTTP traffic debugging
- implement "rebuild all failed packages", via --failed option in rebuildpac
subcommand
- status -v shows all files, including unmodified ones
- suppress the legend in prjresults by default (show with -l)
- --version shows the program version number
- fix the commit subcommand's argument handling. The following works correctly
now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
- fix the download progress meter to work with small terminals [#266989]
-- Peter Poeml <poeml@suse.de> Wed, 25 Apr 2007 00:00:00 +0200
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