Releases: Tribler/tribler
Tribler v6.4.3
Merge pull request #1170 from LipuFei/fix_dialogs_next Fix dialogs for next
Tribler v6.4.2
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
For changelog, see: v6.4.1...v6.4.2-rc2
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.