diff options
| author | Thierry Vignaud <tv@mageia.org> | 2012-12-02 13:04:18 +0000 |
|---|---|---|
| committer | Thierry Vignaud <tv@mageia.org> | 2012-12-02 13:04:18 +0000 |
| commit | 2501982e2d54bdf5156e66785332fa0c581721b0 (patch) | |
| tree | 33c96b171b6eddfa1eac3afd2069e7a724105ec6 | |
| parent | a4ee1b93e14e2156f4d854437d85570dbfcfa759 (diff) | |
| download | urpmi-7.12.tar urpmi-7.12.tar.gz urpmi-7.12.tar.bz2 urpmi-7.12.tar.xz urpmi-7.12.zip | |
7.127.12
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 7.12 - 2 December 2012, by Thierry Vignaud + - library: o fix an incomplete message o fix --download-all (mga#8272) @@ -15,7 +15,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = '7.11.1'; +our $VERSION = '7.12'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |
