-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old dist JARs from the repository, it's stupid to keep them around as the code they contain doesn't actually match the version they represent. Users of ttorrent are to build their own distribution JAR using the 'ant jar' target (see INSTALL file). Update git ignore patterns, README and build file for 1.1.2 release. Signed-off-by: Maxime Petazzoni <[email protected]>
- Loading branch information
Maxime Petazzoni
committed
Feb 22, 2012
1 parent
31bdd4c
commit f15a540
Showing
7 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,19 @@ | |
# Author: Maxime Petazzoni <[email protected]> | ||
|
||
# Ignore build output | ||
build/* | ||
/build/* | ||
/*.jar | ||
|
||
# Ignore Javadoc output | ||
doc/* | ||
/doc/* | ||
|
||
# Ignore any eventual Eclipse project files, these don't belong in the | ||
# repository. | ||
.classpath | ||
.project | ||
/.classpath | ||
/.project | ||
|
||
# Ignore common editor swap files | ||
*.swp | ||
*.bak | ||
*~ | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,14 +40,15 @@ Authors | |
------- | ||
|
||
* Maxime Petazzoni <[email protected]> (Platform Engineer at Turn, Inc) | ||
- Original author and maintainer | ||
- Original author, main developer and maintainer | ||
* David Giffin <[email protected]> | ||
- Contributed parallel hashing and multi-file torrent support | ||
- Contributed parallel hashing and multi-file torrent support. | ||
* Thomas Zink <[email protected]> | ||
- Fixed a piece length computation issue when the total torrent size is an | ||
exact multiple of the piece size. | ||
* Johan Parent <[email protected]> | ||
- Fixed a bug in unfresh peer collection | ||
- Fixed a bug in unfresh peer collection and issues on download completion on | ||
Windows platforms. | ||
|
||
Caveats | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.