summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog35
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec7
3 files changed, 42 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20a98a01..ad423af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2005-05-03 06:49 Marek Laane <bald at starman.ee>
+
+ * po/et.po: Estonian translation updated.
+
+2005-05-02 10:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Parse new-style key ids
+
+2005-05-01 22:49 Arpad Biro <biro_arpad at yahoo.com>
+
+ * po/hu.po: [no log message]
+
+2005-04-29 18:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, man/C/urpmi.cfg.5, urpm/cfg.pm: Add a "nopubkey" global
+ option in urpmi.cfg
+
+2005-04-29 16:35 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.addmedia, urpmi.bash-completion, man/C/urpmi.addmedia.8,
+ urpm/args.pm: add a --nopubkey option to urpmi.addmedia
+
+2005-04-29 08:39 Keld Jørn Simonsen <keld at dkuug.dk>
+
+ * po/da.po: updates indexhtml/po/da.po soft/urpmi/po/da.po
+ gi/perl-install/share/po/da.po
+
+2005-04-28 19:26 Olivier Thauvin <thauvin at aerov.jussieu.fr>
+
+ * urpmq: - --synthesis don't exist, removing it from --dump-config
+
+2005-04-28 10:14 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.spec: 4.7.1-1mdk
+
2005-04-28 10:00 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* urpm/util.pm: Copy files using -L, to avoid copying relative
diff --git a/urpm.pm b/urpm.pm
index 0aca29aa..2571dc04 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.7.1';
+our $VERSION = '4.7.2';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index b366431e..6c18dba2 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.7.1
+%define version 4.7.2
%define release 1mdk
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -235,6 +235,11 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Wed May 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.2-1mdk
+- Adaptations for rpm 4.4.1 (new-style key ids)
+- Add a "nopubkey" global option in urpmi.cfg and a --nopubkey switch to
+ urpmi.addmedia
+
* Thu Apr 28 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.1-1mdk
- Fix a long-standing bug when copying symlinked hdlists over nfs
- Minor rewrites in the proxy handling code