Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruTorrent: Upgrade to v4.3.6 #379

Merged
merged 1 commit into from
Jul 20, 2024
Merged

ruTorrent: Upgrade to v4.3.6 #379

merged 1 commit into from
Jul 20, 2024

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Jul 16, 2024

ruTorrent v4.3.6

This hotfix resolves a long standing bug with hardlinks on the autotools plugin. It's highly recommended to upgrade. If a hardlink already exists (like if a torrent is downloaded twice for instance), it would copy a duplicate of the file somewhere else on the hard drive. This was due to a syntax error with the case statement, causing a file copy operation to intendedly be executed.

What's Changed

Full Changelog: Novik/ruTorrent@v4.3.5...v4.3.6

# ruTorrent v4.3.6
**This hotfix resolves a long standing bug with hardlinks on the autotools plugin. It's highly recommended to upgrade.** If a hardlink already exists (like if a torrent is downloaded twice for instance), it would copy a duplicate of the file somewhere else on the hard drive. This was due to a syntax error with the case statement, causing a file copy operation to intendedly be executed.

## What's Changed
* Fix autotools plugin when hardlink already existst by @stickz in Novik/ruTorrent@6ecbf02

**Full Changelog**: Novik/ruTorrent@v4.3.5...v4.3.6
@stickz stickz requested a review from crazy-max as a code owner July 16, 2024 15:04
@stickz stickz mentioned this pull request Jul 20, 2024
@crazy-max crazy-max merged commit 020c5bc into crazy-max:master Jul 20, 2024
7 checks passed
@stickz stickz deleted the patch-16 branch July 20, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants