From 18a3cce7e55547c4b3ed04f4ec9b4283346b1bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Thu, 27 May 2010 08:33:24 +0000 Subject: [PATCH] Remove NEWS file and update MANIFEST.in --- MANIFEST.in | 2 +- NEWS | 50 -------------------------------------------------- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 NEWS diff --git a/MANIFEST.in b/MANIFEST.in index c2f2ef35..d96581ac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,4 @@ recursive-include scenarios * recursive-include scripts * recursive-include tests * include *.dtd *.rng -include AUTHORS ChangeLog CODING COPYING INSTALL NEWS README* TODO +include AUTHORS ChangeLog* CODING COPYING INSTALL README* TODO diff --git a/NEWS b/NEWS deleted file mode 100644 index 906dbbc7..00000000 --- a/NEWS +++ /dev/null @@ -1,50 +0,0 @@ -pisi 2.2.19 (??/02/2010) -------------------------- - -Bug fixes ----------- - -6748 - pisi fails to install a package when CWD doesn't exist anymore (real fix) -9991 - blacklisted system.base packages are not ignored during update -11818 - Cosmetic: Remove 'minimal' from some UI messages, -12136 - Handle urllib2 errors of dummy .part files created as a result of unreachable - translations.xml files. - -Other improvements -------------------- - -- Sanitize some error handlings during translations.xml parsing, -- Ignore source package translations if is empty in translations.xml, -- Don't wait until packaging for complaining about invalid version strings, -- Fix the behaviour of when the last dependency package is removed, -- Do not ignore parameter in perlmodules.make(). Tests of some Perl modules were not - running at all before this fix, -- Allow comparing Version objects with strings, - - -New features -------------- - -- 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, - - --no-fetch is for not fetching the index. If this is given, pisi will be unable - to check the arch and distro of the repository as it doesn't have access to the index - -- 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..