forked from I2P_Developers/i2p.i2p
Update wrapper to v3.6.17 (ticket #826)
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2013-01-01 kytv
|
||||
* Update Java Service Wrapper to v3.5.17 (ticket #826).
|
||||
- Windows: Self-compiled with VS2010 in Windows 7. The icon has been
|
||||
changed from Tanuki's default to Itoopie.
|
||||
- FreeBSD: Self-compiled in FreeBSD 7.4 to eliminate the dependency on the
|
||||
compat6x port.
|
||||
- Linux x86, Linux x64, Linux ARMv5, Linux-PPC32, MacOSX & Solaris: Binares
|
||||
are from the "community edition" deltapack offered by Tanuki. The Linux
|
||||
binaries have been stripped.
|
||||
|
||||
2012-12-29 zzz
|
||||
* i2psnark: Redirect after post
|
||||
* Javadocs: Fix javax links
|
||||
|
@ -12,6 +12,7 @@ to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directo
|
||||
Don't forget to disable the execute bit.
|
||||
linux (x86-32)
|
||||
linux64 (x86-64)
|
||||
linux-ppc (linux-ppc-32)
|
||||
linux-armv5 (armv5/armv7)
|
||||
solaris (sparc-32)
|
||||
|
||||
@ -30,10 +31,6 @@ FreeBSD 7.4 to eliminate the dependency on the compat6x port.
|
||||
Don't forget to strip the binaries and disable the execute bit.
|
||||
A walkthrough can be found in freebsd/README.txt.
|
||||
|
||||
For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
|
||||
ppc64 compiles. Compile the arch-dependent bits with
|
||||
"ant -Dbits=32 compile-c-unix".
|
||||
|
||||
For macosx, combine (if possible) the universal-32 and universal-64 files
|
||||
from the delta pack (each is a 2-architecture fat file)
|
||||
into a "quad-fat" binary. Instructions can be found in
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
Changes may be needed for newer versions than 3.5.16.
|
||||
Changes may be needed for newer versions than 3.5.17.
|
||||
|
||||
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
|
||||
Makefile-windows-x86-64.nmake then "patch < x64-win.patch".
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user