diff --git a/ABOUT.txt b/ABOUT.txt index 6f97be4..47fb20c 100644 --- a/ABOUT.txt +++ b/ABOUT.txt @@ -1,5 +1,5 @@ ******************************************* -*** This is SABnzbd 0.7.x *** +*** This is SABnzbd 0.7.0 *** ******************************************* SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, @@ -12,8 +12,8 @@ and offers a complete API for third-party applications to hook into. There is an extensive Wiki on the use of SABnzbd. http://wiki.sabnzbd.org/ -IMPORTANT INFORMATION about release 0.6.0: -http://wiki.sabnzbd.org/introducing-0-6-0 +IMPORTANT INFORMATION about release 0.7.0: +http://wiki.sabnzbd.org/introducing-0-7-0 Please also read the file "ISSUES.txt" @@ -54,10 +54,3 @@ an nzb backup folder, or temporarily go back to 0.4.x until your queue is comple The history is now stored in a better format meaning future upgrades should be backwards compatible. - - -******************************************* -*** Changes since 0.5.6 *** -******************************************* - -See: http://wiki.sabnzbd.org/introducing-0-6-0 diff --git a/INSTALL.txt b/INSTALL.txt index a845d46..9e64950 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ - SABnzbd 0.7.x + SABnzbd 0.7.0 ------------------------------------------------------------------------------- 0) LICENSE @@ -80,7 +80,7 @@ Optional modules Windows (Binaries, including the OpenSSL libraries) Optional modules Unix/Linux/OSX - pyopenssl >= 0.10 http://pypi.python.org/pypi/pyOpenSSL + pyopenssl >= 0.11 http://pypi.python.org/pypi/pyOpenSSL openssl => v0.9.8g+ http://www.openssl.org/ Make sure the OpenSSL libraries match with PyOpenSSL pynotify Should be part of GTK for Python support on Debian/Ubuntu diff --git a/ISSUES.txt b/ISSUES.txt index f2d6645..80826f3 100644 --- a/ISSUES.txt +++ b/ISSUES.txt @@ -3,7 +3,7 @@ ******************************************* - To prevent unexpectedly large NZBs from eating your download quota you can set - the option 'size_limit' in the INI file. + the option 'size_limit' on the Config->Special page. Any NZB larger than this size will be set to paused and get a low priority. - When par2 or unrar hang up, never just stop SABnzbd. @@ -27,18 +27,19 @@ For Windows the default is 128 and for others 256. A quite safe value for Windows would be 64. SABnzbd will take care of overlapping names. - See: http://wiki.sabnzbd.org/configure-special + See: http://wiki.sabnzbd.org/configure-special-0-7 - Some Usenet servers have intermittent login (or other) problems. For these the server blocking method is not very favourable. There is an INI-only option that will limit blocks to 1 minute. no_penalties = 1 - See: http://wiki.sabnzbd.org/configure-special + See: http://wiki.sabnzbd.org/configure-special-0-7 - Some third-party utilties try to probe SABnzbd API in such a way that you will often see warnings about unauthenticated access. If you are sure these probes are harmless, you can suppress the warnings by - setting the option "api_warnings" to 0 in the file sabnzbd.ini + setting the option "api_warnings" to 0. + See: http://wiki.sabnzbd.org/configure-special-0-7 - On OSX you may encounter downloaded files with foreign characters. The par2 repair may fail when the files were created on a Windows system. @@ -48,6 +49,8 @@ - On Linux when you download files they may have the wrong character encoding. You will see this only when downloaded files contain accented characters. You need to fix it yourself by running the convmv utility (availaible for most Linux platforms). + Possible the file system override setting 'fsys_type' might be solve things: + See: http://wiki.sabnzbd.org/configure-special-0-7 - The "Watched Folder" sometimes fails to delete the NZB files it has processed. This happens when other software still accesses these files. @@ -55,10 +58,6 @@ We cannot solve this problem, because the Operating System (read Windows) prevents the removal. -- Jobs deleted from the queue will leave downloaded files behind - in the "incomplete" folder. - You will have to remove these files manually. - - Memory usage can sometimes have high peaks. This makes using SABnzbd on very low memory systems (eg a SAN device) a challenge. @@ -73,6 +72,8 @@ make sure that the drives are mounted. The operating system wil simply redirect your files to alternative locations. You may have trouble finding the files when mounting the drive later. + On OSX, SABnzbd will not create new folders in /Volumes. + The result will be a failed job that can be retried once the volume has been mounted. - On some operating systems it looks like there is a problem with one of the standard Python libraries. It is possible that you get errors about saving admin files and even unexplained crashes. @@ -81,6 +82,6 @@ We've had reports about this issue on non-mainstream Linux platforms. - OpenElec - Squeeze Linux - There is an INI-only option that will allow you to select an alternative library. + There is a "special" option that will allow you to select an alternative library. use_pickle = 1 - See: http://wiki.sabnzbd.org/configure-special + See: http://wiki.sabnzbd.org/configure-special-0-7 diff --git a/PKG-INFO b/PKG-INFO index 2f5254c..88a6edb 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 1.0 Name: SABnzbd -Version: 0.7.x -Summary: SABnzbd-0.7.x +Version: 0.7.0Aplha1 +Summary: SABnzbd-0.7.0Alpha1 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 f92b0f2..807fc57 100644 --- a/README.rtf +++ b/README.rtf @@ -4,7 +4,7 @@ \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.7.x\ +\f0\b\fs48 \cf0 SABnzbd 0.7.0Alpha1\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \b0\fs26 \cf0 \ diff --git a/README.txt b/README.txt index 579fc01..aa817bf 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -************************ SABnzbd 0.7.x ************************ +************************ SABnzbd 0.7.0Alpha1 ************************ What's new: