From 89fb531f3da4f01c6df3d16b55be355a2c2ef5a0 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 7 Jul 2012 15:57:05 -0400 Subject: [PATCH] me v6.4.2 --- core_me/__init__.py | 2 +- help/changelog_me | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index cfe95c50..49fce4f1 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.4.1' +__version__ = '6.4.2' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 0626fc88..c4929a8e 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,9 @@ +=== 6.4.2 (2012-07-07) + +* Fixed iTunes integration which was broken since iTunes 10.6.3. [Mac] +* Fixed a crash caused by invalid XML in iTunes libraries. [Mac] +* Added Brazilian localization by Victor Figueiredo. + === 6.4.1 (2012-06-04) * Fixed bug introduced in 6.4.0 preventing deletions from working. [Mac]