me v5.10.4

This commit is contained in:
Virgil Dupras 2010-12-30 14:55:13 +01:00
parent 1c88b6bb26
commit 7b0d3ea8ac
3 changed files with 9 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>hsft</string>
<key>CFBundleVersion</key>
<string>5.10.3</string>
<string>5.10.4</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -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: |

View File

@ -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):