Skip to content

Releases: Tribler/tribler

Tribler v6.4.3

21 Jan 12:52
Compare
Choose a tag to compare
Merge pull request #1170 from LipuFei/fix_dialogs_next

Fix dialogs for next

Tribler v6.4.2

20 Jan 13:15
Compare
Choose a tag to compare

Changes since 6.4.1:

  • Add a checkbox for anonymity slider and use correct descriptions for anonymity levels
  • Add default anonymous level in settings
  • Add default anonymous level slidebar to SettingsDialog
  • Add packaging instructions for Debian,OSX,Windows
  • Add python version runtime check.
  • Add python-pil dependency
  • Check if we are running an old tribler with a new db version
  • Dont use hostname as nick
  • Ensure we don't try to remove the same relay twice
  • Fix FamilyFilter log exception
  • Fix FamilyFilter tracker encoding problem
  • Fix SettingsDialog restart segfault problem
  • Fix SettingsDialog restart segfault problem
  • Fix SetttingsDialog
  • Fix TFTP issues during shutdown
  • Fix TunnelOptin dialog buttons
  • Fix adding magnet link download
  • Fix anon dialog
  • Fix anonymous_slidebar in SaveAs dialog
  • Fix binary data being put in a couple assertion messages.
  • Fix hidden_service unit test
  • Fix mac crash on startup
  • Fix nickname problem
  • Fix nickname problem
  • Fix proxy settings for normal downloads
  • Fix pymdht
  • Fix socket reading loop.
  • Fix some log entries formatting.
  • Fix the anontunnel opt-in dialog.
  • Fix the problem that ListItem is not registered
  • Fix typo in home tab.
  • Fix windows installer signing
  • Reset the nickname to "Tribler user" if the nickname contains the hostname.
  • Show a meaningful message before doing a slow task during upgrade
  • Update README
  • Update default download config
  • Use default anonymous level for new downloads
  • Use shutil.move instead of os.rename in several places to allow to move files across filesystems.

For a detailed changelog, see: v6.4.1...v6.4.2

Tribler v6.4.2-rc2

15 Jan 11:09
Compare
Choose a tag to compare
Tribler v6.4.2-rc2 Pre-release
Pre-release

For changelog, see: v6.4.1...v6.4.2-rc2

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