From 85b718227214859e58c2eb05a77c0b5c227ace7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Sat, 20 Feb 2010 10:40:52 +0000 Subject: [PATCH] Update NEWS --- NEWS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 609e2de6..906dbbc7 100644 --- a/NEWS +++ b/NEWS @@ -25,11 +25,12 @@ Other improvements New features ------------- -- Add support for reverse applying a patch with - in pspec.xml, +- Add support for reverse applying a patch with in pspec.xml, + - pisi --add-repo will now add, update and check the repository by default without asking if you want to update the index or not. If fetching the index from the given URL fails, pisi will remove the repository as before, + - 2 new options to pisi-cli --add-repo: --ignore-check and --no-fetch - If --ignore-check is given, pisi ignores the arch/distro check after a successful add/update phase, @@ -38,5 +39,12 @@ New features - components.xml now recognizes tags, +- Add zero-or-more in tag for avoiding the package from building on + that specific architecture, + +- Add ability to use for packages, + +- You can now define more than 1 's in pspec.xml files. + And translation updates..