diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-27 08:01:17 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-27 08:01:17 -0400 |
commit | 8cf38512be22d2f18143fe318a746d320ce76cde (patch) | |
tree | 9c28b77b64bfc56238d4db15915de272a8041992 | |
parent | 8528697f7a1209761058dcb15897dab8bc87b158 (diff) | |
parent | daa377cf6a562b5462c6c52674362f9898dfe4a3 (diff) | |
download | urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.gz urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.bz2 urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.xz urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.zip |
Merge tag '8.06'
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ (was ignored since rpm-4.9.0) o test that %pretrans do fail installtion (needs rpm-4.13) +Version 8.06 - 18 May 2015 + +- updated translations + Version 8.05 - 18 March 2015 - gurpmi: @@ -15,7 +15,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = '8.05'; +our $VERSION = '8.06'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |