-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
40 additions
and
6 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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.14.{build} | ||
version: 2.15.{build} | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
branches: | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define build_timestamp %(date +"%Y%m%d") | ||
|
||
Name: i2pd | ||
Version: 2.14.0 | ||
Version: 2.15.0 | ||
Release: %{build_timestamp}git%{?dist} | ||
Summary: I2P router written in C++ | ||
|
||
|
@@ -103,6 +103,17 @@ getent passwd i2pd >/dev/null || \ | |
|
||
|
||
%changelog | ||
* Thu Aug 17 2017 orignal <[email protected]> - 2.15.0 | ||
- Added QT GUI | ||
- Added ability add and remove I2P tunnels without restart | ||
- Added ability to disable SOCKS outproxy option | ||
- Changed strip-out Accept-* hedaers in HTTP proxy | ||
- Changed peer test if nat=false | ||
- Changed separate output of NTCP and SSU sessions in Transports tab | ||
- Fixed handle lines with comments in hosts.txt file for address book | ||
- Fixed run router with empty netdb for testnet | ||
- Fixed skip expired introducers by iexp | ||
|
||
* Thu Jun 01 2017 orignal <[email protected]> - 2.14.0 | ||
- Added transit traffic bandwidth limitation | ||
- Added NTCP connections through HTTP and SOCKS proxies | ||
|
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
i2pd (2.15.0-1) unstable; urgency=low | ||
|
||
* updated to version 2.15.0/0.9.31 | ||
* updated debian/control | ||
* renamed logrotate to i2pd.logrotate | ||
* fixed init.d script | ||
|
||
-- orignal <[email protected]> Thu, 17 Aug 2017 18:00:00 +0000 | ||
|
||
i2pd (2.14.0-1) unstable; urgency=low | ||
|
||
* updated to version 2.14.0/0.9.30 | ||
|
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
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
390bb07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BOPOHA ping!
390bb07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i2pd version 2.15.0 (0.9.31) builded successfully: https://copr.fedorainfracloud.org/coprs/vorona/i2pd/build/591373/
390bb07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWE YEAH