@@ -0,0 +1,916 @@
+osc (0.117-1) unstable; urgency=high
+ - new repairlink command for repairing a broken source link (requires server version 1.6)
+ - new vc command for editing the changes files (requires build.rpm 2009.04.17 or newest)
+ - support checkout of single package via "osc co PACKAGE" when local dir is project
+ - allow to specify target project and package on osc branch (requires server version 1.6)
+ - add option to automatic checkout a branched package
+ - support "osc getbinaries" in checkout packages
+ - '-b|--brief' option for osc submitreq show subcommand
+ - use "latest" revision on checkout, not "upload" (#441783)
+
+ -- Adrian Schroeter <adrian@suse.de> Tue, 22 Apr 2009 12:00:00 +0200
+
+osc (0.115-1) unstable; urgency=high
+ - update to r6820 (version 0.115)
+ - optional transfer of devel project during copy_pac and link_pac is fixing
+ opertation with remote build service instance
+ - "osc ci" fails uploading large files to Provo BuildService
+ - fixed support for accessing download repositories (worked only for download.o.o so far)
+
+ -- Adrian Schroeter <adrian@suse.de> Tue, 17 Mar 2009 12:00:00 +0200
+
+osc (0.114-1) unstable; urgency=high
+
+ - update to r6667 (version 0.114):
+ - the .oscrc config handling has been cleaned up:
+ * use "apiurl" for everything now (== <protocol>://<host>)
+ * added aliases support for [apiurl] sections in the ~/.oscrc.
+ Example:
+ [http(s)://foobar]
+ ...
+ aliases = foo, bar
+ => "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
+ * "scheme" and "apisrv" are deprecated and will produce a warning
+ * when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
+ * fixed bug that made osc ask for credentials when -A was used (bnc#478054)
+ * fixed crash upon password entry (first startup) (bnc#478052)
+ - osc build:
+ * make product builds work
+ * speed up by using a cookie when fetching the binaries (bnc#477690)
+ * support for VM (kvm or xen) builds
+ * obsolete the need to configure download server, get it from the build
+ service instance instead.
+ * be a bit more verbose if the linked package isn't expanded (bnc#470948)
+ - osc branch:
+ * --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
+ * --revision option added
+ - osc jobhistory: new command to see build job history of a project or a package
+ - osc results/rresults: option -l, --last-build added (show last build results)
+ - osc linkpac: fix failure when -A<url> is used (bnc#479156)
+ - osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
+ - osc diff: bugfix to make --pretty option work
+ - 11.1 added to the osc project template
+
+ -- Peter Poeml <poeml@suse.de> Tue, 3 Mar 2009 12:00:00 +0200
+
+osc (0.113-1) unstable; urgency=high
+
+ - update to r6097 (version 0.113):
+ - osc diff -rX:Y: the default is to return an unified diff (to get a pretty
+ diff use the --pretty option)
+ - osc rdiff: the default is to return a pretty diff (to get an unified diff use the --unified option)
+ - osc sr show --diff: the default is to return a pretty diff (to get an unified diff use the --unified option)
+ - osc getbinaries: optionally also download source rpms
+ - osc importsrcpkg: set the url in the package meta (bnc#458083)
+ - osc wipebinaries: added --expansion option
+ - added support for format strings like "%(project)s" and "%(package)s" which
+ can be used in the build-root config option. For example one could use a new
+ chroot for each package.
+ - osc updatepacmetafromspec: fix failure if %description is starting with newline (bnc#462869)
+ - catch OSError exceptions which might be raised by the subprocess module
+ - don't use a hardcoded path for the rpm binary otherwise it fails on
+ distributions like debian
+ - osc meta: be more verbose in case of failure (bnc#459292)
+ - osc mkpac: add info how to enable the package tracking feature (bnc#459288)
+
+ -- Peter Poeml <poeml@suse.de> Thu, 22 Jan 2009 12:00:00 +0200
+
+osc (0.112-1) unstable; urgency=high
+
+ - update to r5880 (version 0.112):
+ important bugfix:
+ - osc deletepac: prevent recursive deletion of a whole project [bnc#458535]
+ - osc build: support more options: --icecream, --ccache, --with, --without
+ - osc build: --keep-pkgs also saves the src.rpm now
+ - osc build: small fix in debuginfo handling
+ - osc build: new armv7el arch for all binaries for up to ARMv7 EABI with VFP
+
+ -- Peter Poeml <poeml@suse.de> Fri, 12 Dez 2008 12:00:00 +0200
+
+osc (0.111-1) unstable; urgency=high
+
+ - update to r5751 (version 0111):
+ - fix accidental truncation of .oscrc to 0 bytes
+ - fix osc's ignorance of the revision option (-r) for expanded links
+ - osc build: handle kiwi builds (local image build)
+ - osc build: cross build support
+ - osc build: support for ARMv5 EABI little endian arch added
+ - osc build: fixed detection of the build type (rpm or deb),
+ after change in the buildinfo
+ - osc build: build debuginfo packages if enabled in the
+ project/package meta (this partly fixes #421390)
+
+ -- Peter Poeml <poeml@suse.de> Fri, 28 Nov 2008 12:00:00 +0200
+
+osc (0.110-1) unstable; urgency=high
+
+ - update to r5425 (version 0.110):
+ - osc build: no working copy needed anymore when building a local
+ package [bnc#431434]
+ - osc checkout: when checking out a project, and a linkerror
+ occurs for one of the packages, do a checkout in unexpanded
+ form and continue checking out the rest of the project
+ [bnc#428303]
+ - osc deletepac, osc branch: allow slash notation for the
+ project/package arguments
+ - fix deprecation warnings on Factory (which uses Python 2.6)
+ - fix to avoid (internal) stale Package objects [bnc#436932]
+
+ -- Peter Poeml <poeml@suse.de> Fri, 24 Oct 2008 12:00:00 +0200
+
+osc (0.109-1) unstable; urgency=high
+
+ - update to r5219 (version 0.109):
+ With changes from Marcus_H, myself, dmueller, tpatzig:
+ - osc getbinaries: new command to download binaries directly from
+ the api server
+ - pass the --debug option to the build script which will take
+ care of creating debuginfo packages
+ - add link to plugin API to osc help output
+ - Don't try to catch rpm-python errors if rpm-python isn't installed.
+ Thus we can avoid a hard dependency on having rpm-python.
+ - added command 'rlog', to show commit logs of remote packages
+ - fixed depracation warnings with Python 2.6 [bnc#426612]
+ - fix streaming of unfinished logfiles again
+ - fixed regression of .oscrc template [bnc#427118]
+
+ -- Peter Poeml <poeml@suse.de> Tue, 30 Sep 2008 12:00:00 +0200
+
+osc (0.108-1) unstable; urgency=high
+
+ - update to r5032 (version 0.108):
+ - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"
+ - osc sr create: prompt to revoke existing requests
+ - osc sr revoke: new command for to get rid of requests to projects one can't write to
+ - osc sr list: allow showing requests in a state other than "new"
+ - osc sr show: show the current state's comment
+ - osc sr log: new command to show the history of a given id
+ - osc sr: enable requests for submitting new packages
+ - osc build: implement --no-checks
+ - osc build: be less strict on the arguments, and guess what's needed. For instance:
+ * osc build PLATFORM ARCH BUILD_DESCR
+ * osc build PLATFORM (ARCH = hostarch, BUILD_DESCR guessed)
+ * osc build ARCH (PLATFORM = build_platform (config option), BUILD_DESCR guessed)
+ * osc build BUILD_DESCR (PLATFORM = build_platform (config option), ARCH = hostarch)
+ * osc build (PLATFORM = build_platform (config option), ARCH = hostarch, BUILD_DESCR guessed)
+ - osc build: download after the target architecture check
+ - osc addremove: bugfixes, --recursive option
+ - osc init: added support to initialize a project dir
+ - osc metafromspec: new alias for 'updatepacmetafromspec' which is hard to remember
+ - osc updatepacmetafromspec: also update URL
+ - osc buildlog: do not download entire log to memory
+ - new http_headers option to add arbitrary headers to HTTP requests
+ - bugfix to make osc work on Gentoo
+ - enhance/update the package and project template
+ - .netrc heritage from previous commandline client has been removed
+ - osc asks for password now, when used with -A
+
+ -- Peter Poeml <poeml@suse.de> Tue, 16 Sep 2008 12:00:00 +0200
+
+osc (0.107-1) unstable; urgency=high
+
+ - update to r4461 (version 0.107):
+ - osc update / checkout: *important bugfix* don't check out a
+ working copy, or update an existing one, when a source link
+ cannot be applied [bnc#409373]
+ - osc build: the --extra-pkgs option is now a configurable
+ setting in .oscrc. Default is "extra-pkgs = vim gdb strace"
+
+ -- Peter Poeml <poeml@suse.de> Wed, 16 Jul 2008 12:00:00 +0200
+
+osc (0.106-1) unstable; urgency=high
+
+ - update to r4428 (version 0.106):
+ - osc rdiff / osc submitreq show: diff the _expanded_ sources [bnc#408267]
+ - osc submitreq list: show author's name
+ - osc submitreq: shortcut alias 'sr' added
+
+ -- Peter Poeml <poeml@suse.de> Fri, 11 Jul 2008 12:00:00 +0200
+
+osc (0.105-1) unstable; urgency=high
+
+ - update to r4401: (version 0.105):
+ - osc submitreq list:
+ - can now be called without parameters, applying to the working copy then.
+ - calling it in a project directory is also possible now.
+ - output was improved. Newest requests are listed first.
+ - osc submitreq delete: a new action which has been added
+ - osc submitreq list/create: use api URL from the working copy
+ - osc meta: editing returns the API error description instead of a plain HTTP
|