mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	2.16.0
This commit is contained in:
		
							parent
							
								
									3a4f1382f3
								
							
						
					
					
						commit
						ae28df5276
					
				
					 3 changed files with 17 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
version: 2.15.{build}
 | 
			
		||||
version: 2.16.{build}
 | 
			
		||||
pull_requests:
 | 
			
		||||
  do_not_increment_build_number: true
 | 
			
		||||
branches:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
%define build_timestamp %(date +"%Y%m%d")
 | 
			
		||||
 | 
			
		||||
Name:           i2pd
 | 
			
		||||
Version:        2.15.0
 | 
			
		||||
Version:        2.16.0
 | 
			
		||||
Release:        %{build_timestamp}git%{?dist}
 | 
			
		||||
Summary:        I2P router written in C++
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -103,6 +103,20 @@ getent passwd i2pd >/dev/null || \
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
* Mon Nov 13 2017 orignal <i2porignal@yandex.ru> - 2.16.0
 | 
			
		||||
- Added https and "Connect" method for HTTP proxy
 | 
			
		||||
- Added outproxy for HTTP proxy
 | 
			
		||||
- Added initial support of ECIES crypto
 | 
			
		||||
- Added NTCP soft and hard descriptors limits
 | 
			
		||||
- Added support full timestamps in logs
 | 
			
		||||
- Changed faster implmentation of GOST R 34.11 hash
 | 
			
		||||
- Changed reject routers with RSA signtures
 | 
			
		||||
- Changed reload config and shudown from Windows GUI
 | 
			
		||||
- Changed update tunnels address(destination) without restart
 | 
			
		||||
- Fixed BOB crashes if destination is not set
 | 
			
		||||
- Fixed correct SAM tunnel name
 | 
			
		||||
- Fixed QT GUI issues
 | 
			
		||||
 | 
			
		||||
* Thu Aug 17 2017 orignal <i2porignal@yandex.ru> - 2.15.0
 | 
			
		||||
- Added QT GUI 
 | 
			
		||||
- Added ability add and remove I2P tunnels without restart
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<?xml version="1.0"?>
 | 
			
		||||
<manifest package="org.purplei2p.i2pd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.15.0" android:versionCode="2" android:installLocation="auto">
 | 
			
		||||
<manifest package="org.purplei2p.i2pd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.16.0" android:versionCode="2" android:installLocation="auto">
 | 
			
		||||
    <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23"/>
 | 
			
		||||
        <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
 | 
			
		||||
    <!-- <application android:hardwareAccelerated="true" -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue