summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog88
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec7
3 files changed, 95 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad423af3..b496bfda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/urpm.pm b/urpm.pm
index 13f4e1b8..fbb539a7 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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;
diff --git a/urpmi.spec b/urpmi.spec
index cbaa2775..b6ae2dfe 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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