summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog32
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec8
3 files changed, 39 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ada547f..39fd382e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2004-12-03 17:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.bash-completion: Add new options to bash completion
+
+2004-12-03 17:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * man/C/urpmi.update.8: Document the new urpmi.update command-line
+ options.
+
+2004-12-03 17:32 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi: Less verbose message when displaying the list of packages
+ to install (factorize common prefix)
+
+2004-12-03 15:53 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.update, urpm/args.pm: While we're at it, implement
+ --no-ignore and make it work with -a
+
+2004-12-03 15:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.update, urpm/args.pm: Add an --ignore option to
+ urpmi.update
+
+2004-12-02 12:16 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: es.po, et.po: updated po files
+
+2004-12-02 11:45 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.6.4-4mdk
+
2004-12-02 11:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm.pm: Renumeroting new media is irrelevant when a distro name
diff --git a/urpm.pm b/urpm.pm
index 3c82d2dd..4e20ed3d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.4';
+our $VERSION = '4.6.5';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 10497be2..4542e4a5 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,8 +7,8 @@
##################################################################
%define name urpmi
-%define version 4.6.4
-%define release 4mdk
+%define version 4.6.5
+%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -257,6 +257,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Dec 03 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.5-1mdk
+- Add --ignore and -­no-ignore options to urpmi.update
+- Reduce urpmi redundant verbosity
+
* Thu Dec 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-4mdk
- Minor fix in urpmi.addmedia (autonumerotation of media added with --distrib)