diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7b5462c..3f48ad1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,11 @@ ------------------------------------------------------------------------------- + 0.6.6Beta2 by The SABnzbd-Team +------------------------------------------------------------------------------- +- Fix sending of duplicate emails when using a list of recipients +- Fix handle leakage on Windows +- On OSX, SABnzbd didn't handle "Open With" of nzb.gz files properly +- Limit the amount of retries when getting a partial NZB from an index site +------------------------------------------------------------------------------- 0.6.6Beta1 by The SABnzbd-Team ------------------------------------------------------------------------------- - Compatible with OSX Lion diff --git a/PKG-INFO b/PKG-INFO index 23f4c15..4938d1b 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 1.0 Name: SABnzbd -Version: 0.6.6Beta1 -Summary: SABnzbd-0.6.6Beta1 +Version: 0.6.6Beta2 +Summary: SABnzbd-0.6.6Beta2 Home-page: http://sourceforge.net/projects/sabnzbdplus Author: The SABnzbd Team Author-email: team@sabnzbd.org diff --git a/README.rtf b/README.rtf index a219f56..f409bed 100644 --- a/README.rtf +++ b/README.rtf @@ -4,13 +4,18 @@ \paperw11900\paperh16840\vieww16360\viewh15680\viewkind0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural -\f0\b\fs48 \cf0 SABnzbd 0.6.6 Beta 1\ +\f0\b\fs48 \cf0 SABnzbd 0.6.6 Beta 2\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \b0\fs26 \cf0 \ \b What's new \b0 \ +Beta 2:\ +- Fix sending of duplicate emails when using a list of recipients +- Fix handle leakage on Windows +- On OSX, SABnzbd didn't handle "Open With" of nzb.gz files properly +Beta 1:\ - Compatible with OSX Lion\ - End-of-queue action now ignores paused items in the queue\ - Fetching extra par2 files now obeys pause too\ diff --git a/README.txt b/README.txt index e73fd96..7203f4a 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,12 @@ -************************ SABnzbd 0.6.6 Beta 1 ************************ +************************ SABnzbd 0.6.6 Beta 2 ************************ What's new: +Beta 2: +- Fix sending of duplicate emails when using a list of recipients +- Fix handle leakage on Windows +- On OSX, SABnzbd didn't handle "Open With" of nzb.gz files properly +- Limit the amount of retries when getting a partial NZB from an index site +Beta 1: - Compatible with OSX Lion - End-of-queue action now ignores paused items in the queue - Fetching extra par2 files now obeys pause too