aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-07 16:49:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-07 16:49:28 +0000
commit3ab39b26ce27f177ac50f27d7541e683fca23638 (patch)
treeff44623b984b5f6b599b151f573539ec138ba5be /NEWS
parentab81527fd8a7eb6b8d77e76e495d1ec48b0822e7 (diff)
downloadperl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.gz
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.bz2
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.xz
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.zip
- do allow to promoting a pkg even if it has unsatisfied require (since the
code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) this code was introduced long ago (*), the code has changed quite a lot, and it's hard to tell for which reason it was introduced. Maybe the check "obsoletes_overlap" replaces it for good? (*) in "r11064 | fpons | 2002-06-13", search for "try if upgrading the package will be satisfying all the requires"
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9edc350..acce1cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+- do allow to promoting a pkg even if it has unsatisfied require (since the
+ code will then fix the unsatisfied require). fixes "big transaction"
+ (cf urpmi split-transactions--strict-require.t test_efgh())
+
Version 3.12 -
+
- rpm5.org port done (by Per Øyvind Karlsen)
Version 3.11 - 26 February 2008, by Pascal "Pixel" Rigaux