Skip to content

Releases: Tribler/tribler

Tribler v6.4.2-rc1

14 Jan 09:41
Compare
Choose a tag to compare
Tribler v6.4.2-rc1 Pre-release
Pre-release
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

29 Dec 10:18
Compare
Choose a tag to compare

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

23 Dec 13:37
Compare
Choose a tag to compare
Tribler v6.4.1-rc1 Pre-release
Pre-release
Merge pull request #1064 from whirm/anontunnel_optin

Make TunnelCommunity loading configurable and disabled by default

Tribler v6.4.0

17 Dec 17:45
Compare
Choose a tag to compare
Merge pull request #1004 from egbertbouman/fix_could_be_dispersy

Fix for could_be_dispersy

Tribler v6.4.0-rc2

16 Dec 18:06
Compare
Choose a tag to compare
Tribler v6.4.0-rc2 Pre-release
Pre-release
Merge pull request #997 from whirm/dont_join

Don't join until we fix the timeout stuff on select()

Tribler v6.4.0-rc1

12 Dec 17:41
Compare
Choose a tag to compare
Tribler v6.4.0-rc1 Pre-release
Pre-release

Replace swift with TFTP for torrent collecting.

v6.3.5

06 Nov 10:54
Compare
Choose a tag to compare
Merge pull request #913 from LipuFei/fix_image

raise exception when images are not right

Tribler V6.3.4: Bugfix release

29 Oct 15:17
Compare
Choose a tag to compare
Merge pull request #906 from LipuFei/fixes

Fix a typo in init() Tribler/Utilities/Instance2Instance.py

Tribler V6.3.3: Bugfix release

11 Sep 13:27
Compare
Choose a tag to compare
Merge pull request #850 from egbertbouman/checkpoint_recovery

Checkpoint recovery fixes

Tribler V6.3.2: Swift fixes for Windows

05 Sep 17:36
Compare
Choose a tag to compare
Merge pull request #830 from LipuFei/fix_swift

fix swift windows build again