diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | gurpmi2 | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ - urpmi: o fix displaying "bad signature" in non-utf8 (#44587) +- gurpmi: + o [bugfix for 6.15] re-allow to continue on bad signature Version 6.15 - 7 October 2008 @@ -211,6 +211,7 @@ sub ask_continue_blocking { my $answer = $w->run; $w->destroy; exit(1) if $answer eq 'no'; + 1; } sub do_install { |