From 6d7a5016866a642ac84b2dc004053122f0b65d3e Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Thu, 22 Jan 2009 16:35:00 +0000 Subject: [PATCH] update NEWS --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 369bc468..3321f790 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +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) 0.112: important bugfix: