commit 8d1866d886771400a71325b94dbe44b430fd6bed Author: Paolo Bacchilega Date: 2011-05-24 updated for version 3.0.2 M NEWS M configure.ac commit 8ae6b7fe0bd5983c4eb44c34196ad5b6e520c088 Author: Paolo Bacchilega Date: 2011-05-23 removed spaces before tabs M src/fr-command-rpm.c commit 2899c092f249a4fa822a896baf128b6c8c75b634 Author: Jasper Lievisse Adriaanse Date: 2011-05-23 Prevent a NULL pointer deref in mktime_from_string(). It's possible to call mktime_from_string() with NULL arguments for day, month and year. This would in turn lead to calling atoi(NULL), which leads to a crash. So instead fill in any NULL values with the corresponding unit from Jan 1st 1970. M src/fr-command-rpm.c commit 018b636e8c58c57f0b0affa25508144cfad7e88f Author: krishnababu k Date: 2011-05-23 Updated Telugu Translations done by Praveen Illa M po/te.po commit 95aafc3c70f75e4a3b70619f6d0471c9240733a1 Author: Iain Nicol Date: 2011-05-22 Fix implementation and use of the alternative package name lookup Any ``real_name'' which was found was not getting used before. Also, when the lookup is unsuccessful, this means there is no /alternative/ package name. Thus we should use the hard-coded package name as the real_name for our PackageKit installation request. [bug #603757] M src/dlg-package-installer.c commit f22420588967c84badf175da2806c8c2e64259a8 Author: Christopher Aillon Date: 2011-05-14 Remove deprecated GtkDialog.has_separator properties M data/ui/add-options.ui M data/ui/batch-add-files.ui M data/ui/batch-password.ui M data/ui/delete.ui M data/ui/password.ui M data/ui/properties.ui M data/ui/update.ui commit 2e59e2de5390278f7275fcd66b7f935035935c0c Author: Daniel Martinez Cucalon Date: 2011-05-11 Added Aragonese translation M po/LINGUAS A po/an.po commit b87cf23f1cf77b1a544678e45d566cbbbdc4a305 Author: Gintautas Miliauskas Date: 2011-05-07 Updated Lithuanian translation M po/lt.po commit ceb62eb981ef79aadd798cb8a1e5b59e0560c539 Author: Gabor Kelemen Date: 2011-05-02 Use g_dpgettext2() instead of plain gettext for column headers. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649159 M src/fr-window.c commit fa04767f8f4ae22cfa1ca71bd86d8181deafd46b Author: Paolo Bacchilega Date: 2011-04-26 can't open rar files with password protected file data and headers [bug #646562] M src/fr-command-rar.c