summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog65
-rw-r--r--urpmi.spec8
2 files changed, 72 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 174a8ffa..eeb667a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2004-07-30 09:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi: More information in the choice list
+
+2004-07-30 08:49 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/fr.po: fix previous commit: unfuzzy translated string
+
+2004-07-30 08:38 Youcef Rabah Rahal <rahal@arabeyes.org>
+
+ * po/ar.po: Sync with Arabeyes CVS
+
+2004-07-30 08:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Misc. fixes.
+
+2004-07-30 08:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi, urpm/args.pm: Add a --more-choices option
+
+2004-07-30 07:29 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm/args.pm: --excludedocs was broken
+
+2004-07-30 03:02 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Probe for hdlist/synthesis in new media structure
+
+2004-07-30 03:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.addmedia: Make --distrib work with new media structure
+
+2004-07-29 04:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm/download.pm: Cleanups.
+
+2004-07-28 11:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: readdir nit
+
+2004-07-28 08:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Makefile: Allow 'make ChangeLog'
+
+2004-07-28 08:35 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Allow "README.update.urpmi" as an equivalent of
+ "README.upgrade.urpmi"
+
+2004-07-28 02:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Fix wording.
+
+2004-07-27 15:48 José JORGE <jjorge@free.fr>
+
+ * po/pt.po: bunch of work
+
+2004-07-27 12:03 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * urpmi.spec: fix 4.5-18mdk's changelog
+
+2004-07-27 10:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.5-18mdk
+
2004-07-27 10:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm.pm: "noreconfigure" should work for both local and remote
diff --git a/urpmi.spec b/urpmi.spec
index 1442851f..cd5f100f 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 18mdk
+%define release 19mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -249,6 +249,12 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Jul 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-19mdk
+- Add --more-choices option to urpmi
+- Fix urpmi --excludedocs
+- Make urpmi.addmedia --distrib grok the new media structure
+- and other small fixes
+
* Tue Jul 27 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-18mdk
- Better error handling for copy failures (disk full, etc.)
- Better handling of symlinks (Titi)