diff --git a/ABOUT.txt b/ABOUT.txt index 1732878..f59a82c 100644 --- a/ABOUT.txt +++ b/ABOUT.txt @@ -1,5 +1,5 @@ ******************************************* -*** This is SABnzbd 0.7.11 *** +*** This is SABnzbd 0.7.12 *** ******************************************* SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3e8578a..84afb1f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,14 @@ ------------------------------------------------------------------------------- + 0.7.12Final by The SABnzbd-Team +------------------------------------------------------------------------------- +- Fix issue in encryption detection +- Don't try to "join" a single X.000 file +- Fix memory overflow caused by very large files to be joined +- Make name sorting of the queue case-insensitive +- Save data to disk after changing job password or other attributes +- Add "resume_pp" entry to Plush pull-down menu when pause_pp event is scheduled +- Deploy "abort when completion not possible" method also in pre-download check +------------------------------------------------------------------------------- 0.7.11Final by The SABnzbd-Team ------------------------------------------------------------------------------- - Bad articles from some servers were accepted as valid data diff --git a/INSTALL.txt b/INSTALL.txt index 4edc5a7..0ed77e7 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ - SABnzbd 0.7.11 + SABnzbd 0.7.12 ------------------------------------------------------------------------------- 0) LICENSE diff --git a/PKG-INFO b/PKG-INFO index 6abe530..8128d48 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 1.0 Name: SABnzbd -Version: 0.7.11 -Summary: SABnzbd-0.7.11 +Version: 0.7.12 +Summary: SABnzbd-0.7.12 Home-page: http://sabnzbd.org Author: The SABnzbd Team Author-email: team@sabnzbd.org diff --git a/README.mkd b/README.mkd index cae04a4..074bf0c 100644 --- a/README.mkd +++ b/README.mkd @@ -1,11 +1,14 @@ -Release Notes - SABnzbd 0.7.11 +Release Notes - SABnzbd 0.7.12 ================================ ## Bug fixes -- Obfuscated file name support causes regular multi-set NZBs to verify (much) slower -- Bad articles from some servers are accepted as valid data -- Generic Sort fails to rename files when an extra folder level is present in the RAR files +- Fix issues in encryption detection +- Don't try to "join" a single X.000 file +- Fix memory overflow when joining very large files +- Make name sorting of the queue case-insensitive +- Save job data to disk after changing job password or other attributes +- Deploy "abort when completion not possible" method also in pre-download check ## What's new in 0.7.0