Releases: Tribler/tribler
Tribler v6.4.2-rc1
Merge pull request #1140 from whirm/multi_tribler_update_bughunt misc fixes for stuff found during the preparation to allow for network isolated test runs.
Tribler v6.4.1
This release contains critical security updates.
PLEASE UPDATE from V6.4.0 to V6.4.1.
The anonymity in V6.4.0 did not function properly.
Users are advised to only enable anonymous downloading in V6.4.1 it if
they understand the implications stated within the on-screen advisory.
Our experimental hidden seeding feature did not perform adequately.
You are likely to function as a exit node for the traffic of other
users. Very very bad of us. We're working hard on fixing this issue,
but that will take significant amount of work (issue #23 in Github).
We want to get this right. We are very grateful for the help that
security expert "Yawning" is giving us. All critical issues raised by
him/her are either fixed or are being working on. Especially the
advise to replace our simplistic AES-ECB with AES-GCM saved us quite
some development time. You can track our progress at:
#1066
Detailed issues:
- removed all references to gmpy.rand (security cleanup)
- one-time AES keys are generated with python's random.randint() (FIXED)
- code for researching homomorphic encryption removed, how not to do
RSA: def rsa_encrypt(key, element) (security cleanup) - warn user about the dangers of enabling anonymity (temporary emergency fix)
- Fix Tribler crashes when starting Tribler just after stopping it.
- Fix: allow removing torrents from own channel (Thanks Dan Arnould!)
- Fixes for the tunnel community.
- Make TunnelCommunity (P2P encrypted proxy downloads) loading configurable and disabled by default
- Opt-in dialog for TunnelCommunity
- Several fixes and cleanups for the cryptographic code.
- Update .deb dependencies
- Update windows packager for new curves.ec location
- Updated tunneled download test description
To see a complete list of the changes, please see:
v6.4.0...v6.4.1
Tribler v6.4.1-rc1
Merge pull request #1064 from whirm/anontunnel_optin Make TunnelCommunity loading configurable and disabled by default
Tribler v6.4.0
Merge pull request #1004 from egbertbouman/fix_could_be_dispersy Fix for could_be_dispersy
Tribler v6.4.0-rc2
Merge pull request #997 from whirm/dont_join Don't join until we fix the timeout stuff on select()
Tribler v6.4.0-rc1
Replace swift with TFTP for torrent collecting.
v6.3.5
Tribler V6.3.4: Bugfix release
Merge pull request #906 from LipuFei/fixes Fix a typo in init() Tribler/Utilities/Instance2Instance.py
Tribler V6.3.3: Bugfix release
Merge pull request #850 from egbertbouman/checkpoint_recovery Checkpoint recovery fixes
Tribler V6.3.2: Swift fixes for Windows
Merge pull request #830 from LipuFei/fix_swift fix swift windows build again