From 91be1c7336d0668cf7f82f73817c122e52cdd3cc Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 12 Oct 2014 10:47:18 -0400 Subject: [PATCH] pe v2.10.1 --- core_pe/__init__.py | 2 +- help/changelog_pe | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index c763aa44..65652dfa 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.10.0' +__version__ = '2.10.1' __appname__ = 'dupeGuru Picture Edition' diff --git a/help/changelog_pe b/help/changelog_pe index fc341339..9101ca00 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,12 @@ +=== 2.10.1 (2014-10-12) + +* Catch MemoryError better in block matching algo. (#264) +* Fix crash when reading some EXIF tags. [Mac] (#263, #265) +* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``. +[Linux, Windows] (#254) +* Fixed a build problem introduced by Sphinx 1.2.3. +* Updated German localisation, by Frank Weber. + === 2.10.0 (2014-05-03) * This is mostly a dependencies upgrade.