add additional arm types to the 'noExe' condition & add reference the cybergarage javadocs revision in history.txt

This commit is contained in:
kytv
2012-12-24 19:46:40 +00:00
parent 420ccad91b
commit 91c9bfed3a
2 changed files with 26 additions and 19 deletions

View File

@ -1205,6 +1205,8 @@
<or>
<os arch="ppc" />
<os arch="armv5tejl" />
<os arch="armv6l" />
<os arch="armv7l" />
</or>
</condition>
<condition property="noExe">

View File

@ -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
- i2psnark: Add announce list support (BEP 12) (ticket #778)
- i2ptunnel: Add more tunnel quantity options for servers