summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog54
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec8
3 files changed, 62 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab55106..6733f006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2006-02-17 12:09 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, pod/urpmi.cfg.5.pod, urpm/cfg.pm: Let "ignoresize" be
+ configurable in urpmi.cfg
+
+2006-02-17 09:29 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.bash-completion: Unroll bash arrays. Bash 3.1 doesn't like
+ those.
+
+2006-02-17 09:23 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.bash-completion: Add missing urpmi options to
+ urpmi.bash-completion
+
+2006-02-16 14:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmq.8.pod: Document urpmq -m
+
+2006-02-16 12:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmi.recover.8.pod: Document urpmi.recover --disable
+
+2006-02-16 12:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.recover, urpm/args.pm: Add a --disable option to
+ urpmi.recover
+
+2006-02-16 09:43 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmq.8.pod: --searchmedia is also an option of urpmq, so
+ clarify its description there too.
+
+2006-02-16 09:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmi.8.pod: Clarify the difference between --media and
+ --searchmedia
+
+2006-02-16 05:10 mmodem
+
+ * po/pt.po: [no log message]
+
+2006-02-15 10:23 Pablo Saratxaga <pablo at mandriva.com>
+
+ * po/: fr.po, wa.po: fixed syntax error in French file
+
+2006-02-15 01:30 Willy Sudiarto Raharjo <willysr at gmail.com>
+
+ * po/id.po: Updated
+
+2006-02-14 18:42 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmi.recover.8.pod: Grammar nit
+
2006-02-14 15:40 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* urpm.pm, urpmi.spec: Bump version number. Make urpmi.recover
diff --git a/urpm.pm b/urpm.pm
index b911d498..a76fcbd1 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.8.10';
+our $VERSION = '4.8.11';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index b0cd5a17..9df3d8c4 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.10
+%define version 4.8.11
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -276,6 +276,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Fri Feb 17 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.11-1mdk
+- New option, urpmi.recover --disable
+- Docs fixes
+- Miscellaneous bash completions fixes
+- Let "ignoresize" be configurable in urpmi.cfg
+
* Tue Feb 14 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.10-1mdk
- New tool: urpmi.recover (in its own rpm)
- urpmi: clean cache more aggressively (bug #17913)