From 7b0d3ea8ac071131bb01503a03da52c51a8ce426 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 30 Dec 2010 14:55:13 +0100 Subject: [PATCH] me v5.10.4 --- cocoa/me/Info.plist | 2 +- help_me/changelog.yaml | 7 +++++++ qt/me/app.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist index 50843ca4..4cd94ed1 100644 --- a/cocoa/me/Info.plist +++ b/cocoa/me/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 5.10.3 + 5.10.4 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml index 3c52389e..549751a0 100644 --- a/help_me/changelog.yaml +++ b/help_me/changelog.yaml @@ -1,3 +1,10 @@ +- date: 2010-12-30 + version: 5.10.4 + description: | + * Fixed bug causing results to be corrupted after a scan cancellation. (#120) + * Fixed crash when fetching Fairware unpaid hours. (#121) + * Fixed crash when replacing files with hardlinks. (#122) + * Fixed crash when reading malformed aiff files. (#123) - date: 2010-11-21 version: 5.10.3 description: | diff --git a/qt/me/app.py b/qt/me/app.py index f38d6c30..6cb9cd64 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'me' LOGO_NAME = 'logo_me' NAME = 'dupeGuru Music Edition' - VERSION = '5.10.3' + VERSION = '5.10.4' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) def __init__(self):