Changeset c550273
- Timestamp:
- Dec 14, 2012 4:14:46 PM (8 years ago)
- Branches:
- master
- Children:
- a8926da, cb75e3d
- Parents:
- 206cea8
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r206cea8 rc550273 1 i2p (0.9.4-1) stable; urgency=low 2 3 * explicitly prefer openjdk-*-headless over default-jre-headless. Debian 4 Squeeze has default-jre-headless set to gij. Performance with gij is 5 subpar. We can't force a depend on openjdk since kFreeBSD does not include 6 it (yet). 7 * French Debconf translation updates 8 * Initscript: Don't display a warning if /var/run/i2p contains files after 9 shutdown. 10 * Upsteam changelog (full details in history.txt): 11 - Add per-destination outbound priorities 12 - Fix major bug that reduced SSU connection limits which reduced tunnel 13 build success rates 14 - Fix bug with external I2CP that prevented some external apps from working 15 - Fixed several bugs in i2psnark DHT 16 - Fixed bug in i2psnark PEX that inflated peer counts 17 - Handle dropped I2CP messages better 18 - Reduce overhead of I2CP messages 19 - Enforce max size in transport outbound message queues 20 - Fix a bug that would drop messages of exactly 512 bytes in SSU 21 - More performance improvements, memory reduction, and object churn reduction 22 - Better detection of network disconnections 23 - Further improvements in the SSU transport 24 - Add console password form 25 - Convert http proxy and console from basic to digest authentication for added security 26 - Improved verification of console form submissions, using jsp sessions. 27 Cookies may now be required on forms, except when the console password is 28 enabled 29 - Initial work on new interfaces to manage applications started via 30 clients.config 31 - Increase minimum peer port to 1024 32 - Increase granularity of bandwidth limiter for smoother transmissions 33 - Translation updates: Chinese, French, German, Italian, Polish, 34 Portuguese, Swedish, and Ukrainian 35 36 -- Kill Your TV <killyourtv@i2pmail.org> Mon, 17 Dec 2012 23:59:59 +0000 37 1 38 i2p (0.9.3-1) stable; urgency=low 2 39 -
debian/i2p.init
r206cea8 rc550273 125 125 126 126 rm -rf "$I2PTEMP" > /dev/null 2>&1 127 [ -d "$RUN" ] && rmdir "$RUN"2>&1127 [ -d "$RUN" ] && rmdir --ignore-fail-on-non-empty "$RUN" > /dev/null 2>&1 128 128 } 129 129
Note: See TracChangeset
for help on using the changeset viewer.