From 75239d6a64648821d1196928eb615d0b437e06cf Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 31 Dec 2010 14:43:00 +0100 Subject: [PATCH] pe v1.11.3 --- cocoa/pe/Info.plist | 2 +- help_pe/changelog.yaml | 7 +++++++ qt/pe/app.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index 0927748e..82a50dca 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.11.2 + 1.11.3 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index c7332fd0..f6f74927 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -1,3 +1,10 @@ +- date: 2010-12-31 + version: 1.11.3 + 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 iPhoto can't be found. (#125) - date: 2010-10-07 version: 1.11.2 description: | diff --git a/qt/pe/app.py b/qt/pe/app.py index c0b782f3..c4ad5507 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'pe' LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.11.2' + VERSION = '1.11.3' DELTA_COLUMNS = frozenset([2, 5]) def __init__(self):