summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xmdkapplet1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54abcb45..6cd2cbe3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- mdkapplet
+ o make sure to not report new distro after distro upgrade
o reread distro release after distro upgrade
Version 2.56 - 14 October 2008
diff --git a/mdkapplet b/mdkapplet
index 340bcebc..312ab5fb 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -418,6 +418,7 @@ sub installUpdates() {
sub silentCheck() {
state $check_time;
my $new_time = time();
+ undef $new_distro;
if (!$check_time || $new_time - $check_time > $config{DISTRO_CHECK_DELAY}) {
$check_time = $new_time;
is_there_a_new_distributions();