summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog50
-rw-r--r--urpmi.spec8
2 files changed, 57 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 719c9df0..011f801c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2004-07-08 16:53 Keld Jørn Simonsen <keld@dkuug.dk>
+
+ * po/da.po: updates soft/drakcronat/po/da.po soft/drakfax/po/da.po
+ soft/GtkMdkWidgets/po/da.po soft/mdkonline/po/da.po
+ soft/rpmdrake/po/da.po soft/urpmi/po/da.po
+ gi/perl-install/share/po/da.po
+ soft/galaxy/thememdk/mandrake_client/po/da.po
+
+2004-07-08 11:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Support for README.urpmi in urpmi
+
+2004-07-08 11:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm/args.pm: Add a --version flag to the urpm* tools
+
+2004-07-07 09:00 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: It's better to use lexicals in closures
+
+2004-07-06 16:53 Youcef Rabah Rahal <rahal@arabeyes.org>
+
+ * po/ar.po: Arabic translation
+
+2004-07-06 10:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm, urpm/download.pm: Delete proxy configuration for a media
+ when deleting this media
+
+2004-07-06 03:09 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/br.po: update
+
+2004-07-05 22:51 José JORGE <jjorge@free.fr>
+
+ * po/pt.po: rush to beta one man
+
+2004-07-05 10:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.addmedia, man/C/urpmi.addmedia.8: The mandrake-release
+ package has been renamed as mandrakelinux-release
+
+2004-07-05 06:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Interprocess logging cleanup
+
+2004-07-05 03:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.5-12mdk
+
2004-07-02 10:00 fisher
* po/uk.po: Ukrainian translation update.
diff --git a/urpmi.spec b/urpmi.spec
index e00c4b94..ece43922 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 12mdk
+%define release 13mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -259,6 +259,12 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Jul 09 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-13mdk
+- Support for README.*.urpmi
+- add a --version command-line argument to everything
+- Deleting media now deletes corresponding proxy configuration
+- Code cleanups
+
* Mon Jul 05 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-12mdk
- Disallow two medias with the same name
- urpmi.removemedia no longer performs a fuzzy match on media names