From fab04de69026aa6067e06c84616944637390ff8c Mon Sep 17 00:00:00 2001 From: hsoft Date: Fri, 2 Oct 2009 11:44:39 +0000 Subject: [PATCH] dgse qt v2.8.1 --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40167 --- se/help/changelog.yaml | 7 +++++++ se/qt/app.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/se/help/changelog.yaml b/se/help/changelog.yaml index b629350d..f03450c8 100644 --- a/se/help/changelog.yaml +++ b/se/help/changelog.yaml @@ -1,3 +1,10 @@ +- date: 2009-10-02 + version: 2.8.1 + description: | + * Fixed crash with filtering when regular expressions were enabled. (#60) + * Fixed crash when setting directories' state. (Mac OS X) (#66) + * Fixed crash with Make Reference when certain filters are applied. (Mac OS X) (#55) + * Improved error handling during delete/move/copy actions. (#62 #65) - date: 2009-09-07 version: 2.8.0 description: | diff --git a/se/qt/app.py b/se/qt/app.py index adbb75e9..29edcf05 100644 --- a/se/qt/app.py +++ b/se/qt/app.py @@ -27,7 +27,7 @@ class Directories(DirectoriesBase): class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_se' NAME = 'dupeGuru' - VERSION = '2.8.0' + VERSION = '2.8.1' DELTA_COLUMNS = frozenset([2, 4, 5]) def __init__(self):