aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS5
-rw-r--r--Rpmdrake/pkg.pm2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85480be4..792906ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 6.14
+VERSION = 6.15
NAME = rpmdrake
DIRS = po polkit data mime
diff --git a/NEWS b/NEWS
index 3954612e..43c51280 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 6.15 - 14 February 2015, RĂ©mi Verschelde
+
+- MageiaUpdate: add all mirrors instead of only updates mirrors
+ when no updates mirrors are defined (mga#12472)
+
Version 6.14 - 9 February 2015, Thierry Vignaud
- update translations
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 211baa2f..d068125b 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -286,7 +286,7 @@ launch the Software Media Manager, and then add a `Security
updates' medium.
Then, restart %s.", $rpmdrake::myname_update)), myexit(-1);
- add_distrib_update_media($urpm, $mirror, only_updates => 1);
+ add_distrib_update_media($urpm, $mirror, only_updates => 0);
}
}