From 7ddf9772df5f734575a0eb499289e022a85dadad Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 21 Nov 2010 16:25:16 +0100 Subject: [PATCH] v5.10.3 --- cocoa/me/Info.plist | 2 +- help_me/changelog.yaml | 4 ++++ qt/me/app.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist index 82942587..50843ca4 100644 --- a/cocoa/me/Info.plist +++ b/cocoa/me/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 5.10.2 + 5.10.3 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml index 5ea0a9df..3c52389e 100644 --- a/help_me/changelog.yaml +++ b/help_me/changelog.yaml @@ -1,3 +1,7 @@ +- date: 2010-11-21 + version: 5.10.3 + description: | + * Fixed crash when reading malformed mp4 files. (#117 #118) - date: 2010-10-06 version: 5.10.2 description: | diff --git a/qt/me/app.py b/qt/me/app.py index 70794a47..b3db2678 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.2' + VERSION = '5.10.3' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) def __init__(self):