Pascal Bleser
2014-01-03 09:46:05 +00:00
committed by Git OBS Bridge
parent 43b3869cba
commit dd2259cffe
5 changed files with 53 additions and 14 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jan 03 08:57:56 UTC 2014 - pascal.bleser@opensuse.org
- update to 5.02:
* add gnome-icon-theme to requirements
* update statusbar after saving update preferences
* add missing icon in Nautilus context menu
* remove unused (notify-send and more) code from App.pm
* ensure FileChooserButton cannot be clicked with nothing (due to inability
to reset)
* remove deprecated encoding pragma
- changes from 5.01:
* fix minimum Gtk2 version to >= 1.241
* fix parsing issue on paths with spaces and special characters
* update VT file size limit
* correct quarantine sorting from lexical to spaceship operator (numerically
ascending)
* allow quarantine scrollwindow to actually scroll
* results columns are now resizable
- changes from 5.00:
* right-click file manager support; uses nautilus-python
* use of Virustotal API; requires perl-JSON and perl-LWP-Protocol-https
* now using Time::Piece instead of Date::Calc; it's a Perl built-in
* now using Digest::SHA (sha256) instead of Digest::MD5
- changes from 4.46:
* minor bug fix for recursive option
-------------------------------------------------------------------
Wed Aug 07 22:14:37 UTC 2013 - pascal.bleser@opensuse.org