diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-17 01:50:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-17 01:50:06 +0000 |
commit | 74bc038e24879d6f467532bcec795f80330243f2 (patch) | |
tree | a876265f2548b9b1a2780281ca551bf16dd7c35a | |
parent | 2fce5e9b2a424188ec964ec157d4eb7d1c7caf4b (diff) | |
download | urpmi-74bc038e24879d6f467532bcec795f80330243f2.tar urpmi-74bc038e24879d6f467532bcec795f80330243f2.tar.gz urpmi-74bc038e24879d6f467532bcec795f80330243f2.tar.bz2 urpmi-74bc038e24879d6f467532bcec795f80330243f2.tar.xz urpmi-74bc038e24879d6f467532bcec795f80330243f2.zip |
4.7.3-1mdk
-rw-r--r-- | ChangeLog | 88 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 7 |
3 files changed, 95 insertions, 2 deletions
@@ -1,3 +1,91 @@ +2005-05-17 03:43 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/ldap.pm: POD fixes + +2005-05-17 03:38 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpm/ldap.pm: Factorize and sort option names + +2005-05-17 01:58 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: Remove the -z option passed to curl. It never + worked. + +2005-05-16 13:06 Michael Scherer <mscherer at mandrake.org> + + * urpm/ldap.pm: - really detect http and ftp proxy + +2005-05-16 12:47 Michael Scherer <mscherer at mandrake.org> + + * urpm/ldap.pm: - use '/etc/ldap.conf' instead of + '/etc/openldap/ldap.conf'. + +2005-05-16 12:44 Michael Scherer <mscherer at mandrake.org> + + * urpm/ldap.pm: - fix the call to write ldap + +2005-05-16 11:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpm-find-leaves: Small optimisation + +2005-05-16 10:36 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.spec: Create a new package urpmi-ldap + +2005-05-16 10:20 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/ldap.pm: perl_checker and other fixes + +2005-05-16 10:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.schema, urpm/cfg.pm, urpm/ldap.pm: Add ldap media + configuration support (Michael Scherer) + +2005-05-16 09:01 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/cfg.pm: First media should have priority == 1 + +2005-05-14 13:58 Funda Wang <fundawang at linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2005-05-11 04:25 Pablo Saratxaga <pablo at mandriva.com> + + * po/vi.po: updated po file + +2005-05-10 23:37 shivahuang + + * po/zh_TW.po: updated po files + +2005-05-10 08:49 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: update + +2005-05-10 05:59 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: update + +2005-05-09 04:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * gurpmi: Add descriptions to the list of rpms to be installed in + gurpmi (bug 15496) + +2005-05-09 04:34 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Fix French translation + +2005-05-05 14:24 Pablo Saratxaga <pablo at mandriva.com> + + * po/es.po: updated po file + +2005-05-05 10:18 Pablo Saratxaga <pablo at mandriva.com> + + * po/de.po: updated po file + +2005-05-04 05:29 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.spec, urpm.pm: 4.7.2-1mdk + 2005-05-03 06:49 Marek Laane <bald at starman.ee> * po/et.po: Estonian translation updated. @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.2'; +our $VERSION = '4.7.3'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.2 +%define version 4.7.3 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -249,6 +249,11 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Tue May 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.3-1mdk +- Introduce urpmi-ldap (thanks to Michael Scherer) +- Don't pass bogus -z option to curl +- Add descriptions to the list of rpms to be installed in gurpmi + * 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 |