summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-12-06 09:29:06 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-12-06 09:29:06 +0100
commit061bffaa85f9f30ae0c285f57da020fde036400c (patch)
treec573c1db40bcc8310d114cee7006fe147dd55b08
parentfe789c71982f311efa12e1cb50ad74e05a0662d7 (diff)
downloadurpmi-061bffaa85f9f30ae0c285f57da020fde036400c.tar
urpmi-061bffaa85f9f30ae0c285f57da020fde036400c.tar.gz
urpmi-061bffaa85f9f30ae0c285f57da020fde036400c.tar.bz2
urpmi-061bffaa85f9f30ae0c285f57da020fde036400c.tar.xz
urpmi-061bffaa85f9f30ae0c285f57da020fde036400c.zip
8.1068.106
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 51aff40e..d9772de3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 8.106 - 6 December 2016
+
- skip kernel-firmware-nonfree too when considering real kernels
Thus preventing kernel-firmware-nonfree being falsely detected as an orphan
package (mga#12361)
diff --git a/urpm.pm b/urpm.pm
index ef3cb7b2..6037c2df 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -14,7 +14,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '8.105';
+our $VERSION = '8.106';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');