forked from I2P_Developers/i2p.i2p
add additional arm types to the 'noExe' condition & add reference the cybergarage javadocs revision in history.txt
This commit is contained in:
@ -1205,6 +1205,8 @@
|
|||||||
<or>
|
<or>
|
||||||
<os arch="ppc" />
|
<os arch="ppc" />
|
||||||
<os arch="armv5tejl" />
|
<os arch="armv5tejl" />
|
||||||
|
<os arch="armv6l" />
|
||||||
|
<os arch="armv7l" />
|
||||||
</or>
|
</or>
|
||||||
</condition>
|
</condition>
|
||||||
<condition property="noExe">
|
<condition property="noExe">
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2012-12-24 kytv
|
||||||
|
* Javadocs: Fix javadoc errors in the cybergarage package. Upstream bug #3598391 has been
|
||||||
|
filed for this issue. If these javadoc fixes need to be reverted in the future,
|
||||||
|
MTN rev 5bdb7fc27e35f174001bd6105a502fd5094842e5 covers it.
|
||||||
|
|
||||||
2012-12-22 zzz
|
2012-12-22 zzz
|
||||||
- i2psnark: Add announce list support (BEP 12) (ticket #778)
|
- i2psnark: Add announce list support (BEP 12) (ticket #778)
|
||||||
- i2ptunnel: Add more tunnel quantity options for servers
|
- i2ptunnel: Add more tunnel quantity options for servers
|
||||||
|
Reference in New Issue
Block a user