Browse Source

Update files for 1.2.0 beta's

pull/687/head
Safihre 9 years ago
parent
commit
97686dc14f
  1. 4
      INSTALL.txt
  2. 8
      ISSUES.txt
  3. 26
      README.mkd
  4. 2
      interfaces/Config/templates/config.tmpl
  5. 2
      interfaces/Config/templates/config_cat.tmpl
  6. 2
      interfaces/Config/templates/config_folders.tmpl
  7. 2
      interfaces/Config/templates/config_general.tmpl
  8. 2
      interfaces/Config/templates/config_notify.tmpl
  9. 2
      interfaces/Config/templates/config_rss.tmpl
  10. 2
      interfaces/Config/templates/config_scheduling.tmpl
  11. 2
      interfaces/Config/templates/config_server.tmpl
  12. 2
      interfaces/Config/templates/config_sorting.tmpl
  13. 2
      interfaces/Config/templates/config_special.tmpl
  14. 2
      interfaces/Config/templates/config_switches.tmpl

4
INSTALL.txt

@ -1,4 +1,4 @@
SABnzbd 1.1.0
SABnzbd 1.2.0
-------------------------------------------------------------------------------
0) LICENSE
@ -68,7 +68,7 @@ Windows
Essential modules
cheetah-2.0.1+ use "pip install cheetah"
par2cmdline >= 0.4 http://parchive.sourceforge.net/
Note: https://sabnzbd.org/wiki/configuration/1.1/switches#par2cmdline
Note: https://sabnzbd.org/wiki/configuration/1.2/switches#par2cmdline
unrar >= 5.00+ http://www.rarlab.com/rar_add.htm
Optional modules

8
ISSUES.txt

@ -24,13 +24,13 @@
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: https://sabnzbd.org/wiki/configuration/1.1/special
See: https://sabnzbd.org/wiki/configuration/1.2/special
- 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.
See: https://sabnzbd.org/wiki/configuration/1.1/special
See: https://sabnzbd.org/wiki/configuration/1.2/special
- On OSX you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system.
@ -41,7 +41,7 @@
You will see this only when downloaded files contain accented characters.
You need to fix it yourself by running the convmv utility (available for most Linux platforms).
Possible the file system override setting 'fsys_type' might be solve things:
See: https://sabnzbd.org/wiki/configuration/1.1/special
See: https://sabnzbd.org/wiki/configuration/1.2/special
- The "Watched Folder" sometimes fails to delete the NZB files it has
processed. This happens when other software still accesses these files.
@ -81,4 +81,4 @@
- Squeeze Linux
There is a "special" option that will allow you to select an alternative library.
use_pickle = 1
See: https://sabnzbd.org/wiki/configuration/1.1/special
See: https://sabnzbd.org/wiki/configuration/1.2/special

26
README.mkd

@ -2,14 +2,33 @@ Release Notes - SABnzbd 1.2.0
===============================
## What's new in 1.2.0
- New SSL engine:
* SSL connections will always negotiate strongest encryption available
* Strict verification of certificates (optional)
* Set custom SSL-Ciphers to increase performance (lowers encryption strength)
* Detail information in Status window on type of encryption used
* Webserver can use stronger encryption for HTTPS connections
- New RAR-file processing with full support for RAR5:
* All passwords are now tried on the first complete RAR-file during download
* RAR-based verification when no par2-files or SFV-files are available
- Categories can now be ordered to customize matching to categories in NZB's
- Detection of par2-files in completely obfuscated NZB's
- Verification (par2) and UnRAR can now be aborted from Glitter
## Changes:
- Dropped dependency on PyOpenSSL, now only requires cryptography package
- Update 7zip to 16.04 and UnRar to 5.40 for Windows/macOS
- Python post/pre/notification-scripts require execute permissions
## Bug fixes
- Re-use IP-address for new connections when a server has open connections
- Auto-disables CPU-usage optimizations if they result in slowdown
- no_penalties now applies to all types of penalties
- par2cmdline would fail jobs in folders ending on ".par2"
- MemoryError (no more memory available) now stops downloading
## Translations
- Many translations updated, thanks to our translators!
## About
SABnzbd is an open-source cross-platform binary newsreader.
@ -20,7 +39,6 @@ Release Notes - SABnzbd 1.2.0
(c) Copyright 2007-2016 by "The SABnzbd-team" \<team@sabnzbd.org\>
### IMPORTANT INFORMATION about release 1.x.x
<https://sabnzbd.org/wiki/new-features-and-changes>

2
interfaces/Config/templates/config.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Config"#-->
<!--#set global $help_uri="configuration/1.1/configure"#-->
<!--#set global $help_uri="configuration/1.2/configure"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#from locale import getpreferredencoding#-->

2
interfaces/Config/templates/config_cat.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Categories"#-->
<!--#set global $help_uri="configuration/1.1/categories"#-->
<!--#set global $help_uri="configuration/1.2/categories"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">
<div class="section">

2
interfaces/Config/templates/config_folders.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Folders"#-->
<!--#set global $help_uri="configuration/1.1/folders"#-->
<!--#set global $help_uri="configuration/1.2/folders"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_general.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="General"#-->
<!--#set global $help_uri="configuration/1.1/general"#-->
<!--#set global $help_uri="configuration/1.2/general"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_notify.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Email"#-->
<!--#set global $help_uri="configuration/1.1/notifications"#-->
<!--#set global $help_uri="configuration/1.2/notifications"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#def show_notify_checkboxes($section_label)#-->

2
interfaces/Config/templates/config_rss.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="RSS"#-->
<!--#set global $help_uri="configuration/1.1/rss"#-->
<!--#set global $help_uri="configuration/1.2/rss"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">
<!--#if not $active_feed#-->

2
interfaces/Config/templates/config_scheduling.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Scheduling"#-->
<!--#set global $help_uri="configuration/1.1/scheduling"#-->
<!--#set global $help_uri="configuration/1.2/scheduling"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<%

2
interfaces/Config/templates/config_server.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Servers"#-->
<!--#set global $help_uri="configuration/1.1/servers"#-->
<!--#set global $help_uri="configuration/1.2/servers"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_sorting.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Sorting"#-->
<!--#set global $help_uri="configuration/1.1/sorting"#-->
<!--#set global $help_uri="configuration/1.2/sorting"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Special"#-->
<!--#set global $help_uri="configuration/1.1/special"#-->
<!--#set global $help_uri="configuration/1.2/special"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_switches.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Switches"#-->
<!--#set global $help_uri="configuration/1.1/switches"#-->
<!--#set global $help_uri="configuration/1.2/switches"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

Loading…
Cancel
Save