diff options
-rw-r--r-- | ChangeLog | 123 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 124 insertions, 1 deletions
@@ -1,3 +1,126 @@ +2006-09-05 08:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Avoid double line returns in urpmi progress logger (bug + 23848) + +2006-09-05 07:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Don't show README.urpmi if the -q option is passed to + urpmi + +2006-09-04 20:26 nbauer + + * po/de.po: Update German translation + +2006-09-03 19:43 Arpad Biro <biro_arpad at yahoo.com> + + * po/hu.po: update + +2006-09-01 19:10 Pablo Saratxaga <pablo at mandriva.com> + + * po/es.po: updated Spanish file + +2006-09-01 13:33 Shiva Huang <blueshiva at giga.net.tw> + + * po/zh_TW.po: updated po file + +2006-08-31 19:25 Karl Ove Hufthammer <karl at huftis.org> + + * po/nn.po: Updated Norwegian Nynorsk (nn) translation. + +2006-08-30 22:56 Reinout van Schouwen <reinout at cs.vu.nl> + + * po/nl.po: * Aug 31 2006 Reinout van Schouwen + <reinouts@gnome.org> + Updated Dutch translation + +2006-08-30 17:19 Karl Ove Hufthammer <karl at huftis.org> + + * po/nn.po: Updated translation for Norwegian Nynorsk. + +2006-08-30 16:29 Karl Ove Hufthammer <karl at huftis.org> + + * po/nn.po: Updated Norwegian Nynorsk translation. + +2006-08-28 19:38 thomas + + * po/sv.po: updated translations + +2006-08-28 08:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * pod/urpmf.8.pod: Little clarification in urpmf man page (bug + #24828) + +2006-08-27 15:57 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: fix typo + +2006-08-25 00:22 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * urpm.pm: - remove workaround, now function exists + +2006-08-24 14:38 felipe + + * po/pt_BR.po: translated by Laerte + +2006-08-18 01:19 Pjetur G. Hjaltason <pjetur at pjetur.net> + + * po/is.po: update translation/header for is + +2006-08-18 00:05 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: Finished! + +2006-08-17 23:56 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: more work done and with some corrections :) + +2006-08-17 19:19 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: Much progress on translation.. + +2006-08-17 13:28 Marek Laane <bald at starman.ee> + + * po/et.po: Updated Estonian translation. + +2006-08-17 01:16 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: Do some translation work... + +2006-08-14 14:56 felipe + + * po/pt_BR.po: translating some messages and fixing some fuzzy + entries + +2006-08-14 08:59 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Use exit() instead of POSIX::_exit() to return an exit + code from urpmi. This + allows END blocks and destructors to be run, and thus fixes bug + #24301. (This + used to be useful when gurpmi was a hack in urpmi instead of a + standalone + application.) + +2006-08-11 08:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST, pod/urpmihowto.8.pod, pod/urpmihowto.pod: Correctly + rename the new urpmihowto manpage + +2006-08-11 08:33 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * ChangeLog: Update Changelog + +2006-08-11 08:31 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST, Makefile.PL, urpm.pm, urpmi.spec: Remove urpmi.spec, + moved to /package parts of the svn repository + +2006-08-11 07:57 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpm/download.pm, urpm/ldap.pm: Localize $_ before + magical while(<$file>) loops + 2006-08-11 08:31 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * MANIFEST, Makefile.PL, urpm.pm, urpmi.spec: Remove urpmi.spec, @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.23'; +our $VERSION = '4.8.24'; our @ISA = qw(URPM); use URPM; |