Browse Source

Update text files for 0.8.0Beta3

pull/395/head
shypike 10 years ago
parent
commit
fe3a0cc7f7
  1. 7
      CHANGELOG.txt
  2. 12
      INSTALL.txt
  3. 4
      PKG-INFO
  4. 9
      README.mkd

7
CHANGELOG.txt

@ -1,4 +1,11 @@
-------------------------------------------------------------------------------
0.8.0Beta3 by The SABnzbd-Team
-------------------------------------------------------------------------------
- Speedlimit corrections
- Fixed bug that could lead to all NZBs being reported as duplicates
- Skin improvements
-------------------------------------------------------------------------------
0.8.0Beta2 by The SABnzbd-Team
-------------------------------------------------------------------------------
- Improvements in IPv6 handling

12
INSTALL.txt

@ -64,22 +64,24 @@ OSX Lion/MountainLion
Apple Python 2.7 Included in OSX (default)
Windows
Python-2.7.latest http://www.activestate.com
Python-2.7.latest http://www.python.com
Most versions will work: 2.7.10 recommended
PyWin32 use "pip install pypiwin32"
Essential modules
cheetah-2.0.1+ http://www.cheetahtemplate.org/ (or use "pypm install cheetah")
cheetah-2.0.1+ use "pip install cheetah"
par2cmdline >= 0.4 http://parchive.sourceforge.net/
http://chuchusoft.com/par2_tbb/index.html (multi-core)
unrar >= 5.00+ http://www.rarlab.com/rar_add.htm
Optional modules
unrar >= 5.00+ http://www.rarlab.com/rar_add.htm
unzip >= 5.52 http://www.info-zip.org/
7zip >= 9.20 http://www.7zip.org/
yenc module >= 0.3 http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz
http://sabnzbd.sourceforge.net/yenc-0.3-w32fixed.zip (Win32-only)
Optional modules Windows
pyopenssl >= 0.15 http://pypi.python.org/pypi/pyOpenSSL
pyopenssl >= 0.13 "pip install pyopenssl"
or http://www.egenix.com/products/python/pyOpenSSL/
(Binaries, including the OpenSSL libraries)
Optional modules Unix/Linux/OSX

4
PKG-INFO

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

9
README.mkd

@ -1,6 +1,13 @@
Release Notes - SABnzbd 0.8.0Beta2
Release Notes - SABnzbd 0.8.0Beta3
====================================
## Changes in Beta3
- Speedlimit corrections
- Windows build now verifies https certificates
- Windows build now supports TLS 1.2
- Fixed bug that could lead to all NZBs being reported as duplicates
- Skin improvements
## Changes in Beta2
- Improvements in IPv6 handling
- Extension of SSL protocols (where supported)

Loading…
Cancel
Save