summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog28
-rw-r--r--urpmi.spec6
2 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d48b69d..b31b01be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2004-06-30 08:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * t/cfg.t, urpm/download.pm: Functions to write proxy.cfg (and
+ regression tests)
+
+2004-06-30 02:07 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: af.po, ar.po, az.po, bg.po, br.po, bs.po, ca.po, cs.po,
+ cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, fa.po,
+ fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, hu.po,
+ id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, lv.po,
+ mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, pt.po, pt_BR.po,
+ ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, sr@Latn.po, sv.po,
+ tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot, uz.po, uz@Latn.po,
+ vi.po, wa.po, zh_CN.po, zh_TW.po: updated pot file
+
+2004-06-30 01:58 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * urpm.pm: put N( ) around strings
+
+2004-06-29 10:55 fisher
+
+ * po/uk.po: Ukrainian translation update.
+
+2004-06-29 10:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.5-10mdk
+
2004-06-29 10:05 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm/: args.pm, download.pm: Fix parsing of proxy.cfg and --proxy
diff --git a/urpmi.spec b/urpmi.spec
index a48f5517..01e6f57e 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 10mdk
+%define release 11mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -258,6 +258,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Wed Jun 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-11mdk
+- Methods to change and write proxy.cfg
+- Language updates
+
* Tue Jun 29 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-10mdk
- Rewrite the proxy.cfg parser
- Let the proxy be settable per media (still undocumented)