Browse Source

Update text files for 0.7.17Beta1

tags/0.7.17Beta1
shypike 12 years ago
parent
commit
e6d75b45ae
  1. 2
      ABOUT.txt
  2. 10
      CHANGELOG.txt
  3. 2
      INSTALL.txt
  4. 4
      PKG-INFO
  5. 37
      README.mkd
  6. 30
      licenses/License-OrderedDict.txt

2
ABOUT.txt

@ -1,5 +1,5 @@
*******************************************
*** This is SABnzbd 0.7.16 ***
*** This is SABnzbd 0.7.17 ***
*******************************************
SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically,

10
CHANGELOG.txt

@ -1,9 +1,17 @@
-------------------------------------------------------------------------------
0.7.17Final by The SABnzbd-Team
0.7.17Beta1 by The SABnzbd-Team
-------------------------------------------------------------------------------
- Add command line option --pidfile
- Another fix for false encryption reports
- Fix issue with OSX Mavericks Notification Center
- Add support for 'x-dnzb-propername', 'x-dnzb-episodename', 'x-dnzb-year'
in meta-data of NZB. To be used in TV Sorting
- Add OZnzb features need to be enabled in config ->switches
- Add integration with OZnzb indexer enhanced functionality, allows user access to ratings and reporting directly from SABnzbd interface.
- Add automatic feedback to OZnzb on failed downloads (if enabled)
- Add X-DNZB-Failure and X-DNZB-Details support
- Fix issue with passwords embedded in file names
- Updated translations
-------------------------------------------------------------------------------
0.7.16Final by The SABnzbd-Team
-------------------------------------------------------------------------------

2
INSTALL.txt

@ -1,4 +1,4 @@
SABnzbd 0.7.16
SABnzbd 0.7.17
-------------------------------------------------------------------------------
0) LICENSE

4
PKG-INFO

@ -1,7 +1,7 @@
Metadata-Version: 1.0
Name: SABnzbd
Version: 0.7.16
Summary: SABnzbd-0.7.16
Version: 0.7.17Beta1
Summary: SABnzbd-0.7.17Beta1
Home-page: http://sabnzbd.org
Author: The SABnzbd Team
Author-email: team@sabnzbd.org

37
README.mkd

@ -1,12 +1,39 @@
Release Notes - SABnzbd 0.7.17
================================
Release Notes - SABnzbd 0.7.17Beta1
=====================================
## Features
- Add OZnzb new features need to be enabled in config ->switches
- Add integration with OZnzb indexer enhanced functionality, allows user access to ratings and reporting directly from SABnzbd interface.
- Add automatic feedback to OZnzb on failed downloads (if enabled)
- Support for more meta-data in NZB files (to be used in TV Sort)
- Optional integration with the OZnzb indexer, allows user access to ratings and reporting directly from SABnzbd interface.
- Optional automatic feedback to OZnzb on failed downloads
- Commandline option --pidfile to set your own PID-file name/path (Unix and OSX)
- Basic support for X-DNZB-Failure and X-DNZB-Details headers, sent by some indexers
## Bug fixes
- Fix false encryption alarms for some posts
- Fix issue with OSX Mavericks Notification Center support
- Fix issue with passwords embedded in file names
## What's new in 0.7.0
- Download quota management
- Windows: simple system tray menu
- Multi-platform Growl support
- NotifyOSD support for Linux distros that have it
- Option to set maximum number of retries for servers (prevents deadlock)
- Pre-download check to estimate completeness (reliability is limited)
- Prevent partial downloading of par2 files that are not needed yet
- Config->Special for settings previously only available in the sabnzbd.ini file
- For Usenet servers with multiple IP addresses, pick a random one per connection
- Add pseudo-priority "Stop" that will send the job immediately to the post-processing queue
- Allow jobs still waiting for post-processing to be deleted too
- More persistent retries for unreliable indexers
- Single Configuration skin for all others skins (there is an option for the old style)
- Config->Special for settings that were previously only changeable in the sabnzbd.ini file
- Add Spanish, Portuguese (Brazil) and Polish translations
- Individual RSS filter toggle
- Unified OSX DMG
## About

30
licenses/License-OrderedDict.txt

@ -0,0 +1,30 @@
The Backport of OrderedDict() is coming from ActiveState's Python recipe website.
It has been written by Raymond Hettinger.
Home of the module:
http://code.activestate.com/recipes/576693-ordered-dictionary-for-py24/
It is covered by the MIT License.
===================
(c) 2009 Raymond Hettinger
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading…
Cancel
Save