1 | i2p (0.9.23-2~deb7u+1) oldstable; urgency=medium |
---|
2 | |
---|
3 | * Backport to Wheezy |
---|
4 | |
---|
5 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 06 Dec 2015 16:59:28 +0000 |
---|
6 | |
---|
7 | i2p (0.9.23-2) unstable; urgency=medium |
---|
8 | |
---|
9 | * Backport of two fixes from after the release of 0.9.23 |
---|
10 | - debian/patches/0005-Console-Fix-escaping-of-plugin-description-on-config.patch |
---|
11 | - debian/patches/0006-NetDb-Fix-deadlock-ticket-1722.patch |
---|
12 | * AppArmor: |
---|
13 | - Remove 'l' from the debian AppArmor profiles |
---|
14 | - Allow writing to /tmp/imageio*, needed by graph creation on some systems |
---|
15 | |
---|
16 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 06 Dec 2015 14:28:23 +0000 |
---|
17 | |
---|
18 | i2p (0.9.23-1) unstable; urgency=medium |
---|
19 | |
---|
20 | * New Upstream Version |
---|
21 | - Accelerate transition to Ed25519 |
---|
22 | - Fix some bugs soft restarting after a large clock shift (e.g. resume) (but more to do) |
---|
23 | - Fix streaming retransmission timers that were dying, and related timer bugs |
---|
24 | - Fix streaming connections rejected while tunnel is opening |
---|
25 | - Fix rare i2psnark and UPnP deadlocks |
---|
26 | - Fix lifetime participating bandwidth display in console |
---|
27 | - Increase default outbound exploratory tunnel length to 3 |
---|
28 | - Use max of 2 not-failing peers in exploratory tunnels to improve build success |
---|
29 | - Add support for hostnames prefixed with "www."; |
---|
30 | - Store news feed items separately on disk, show on new /news page, limit display on home page to 2 |
---|
31 | - Increase probability of rekeying to EdDSA |
---|
32 | - Detect for broken ECDSA support in Gentoo |
---|
33 | - Console: Add a Java 6 warning, this is the last release to support Java 6 |
---|
34 | - Changes to prepare for Java 9 compatibility |
---|
35 | - i2ptunnel: Pass Accept-Encoding header through client and server proxies, to allow end-to-end compression |
---|
36 | - i2psnark: Increase piece size, piece count, and file count limits |
---|
37 | - i2psnark: Save added and completed times |
---|
38 | - i2psnark: Save magnet parameters across restart |
---|
39 | - i2psnark: Don't delete .torrent file on errors at startup, rename to .torrent.BAD |
---|
40 | - i2psnark: Add recheck, start, stop buttons on details pages |
---|
41 | - i2psnark: Add option to disable "smart sort" |
---|
42 | - Speed up IP address validation |
---|
43 | - Separate streaming blacklists for ECDSA and EdDSA |
---|
44 | - Translation updates |
---|
45 | - Update GeoIP data (new installs and PPA only) |
---|
46 | |
---|
47 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 19 Nov 2015 12:41:36 +0000 |
---|
48 | |
---|
49 | i2p (0.9.22-1~deb7u+1) oldstable; urgency=medium |
---|
50 | |
---|
51 | * Backport to Wheezy |
---|
52 | |
---|
53 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 13 Sep 2015 13:11:46 +0000 |
---|
54 | |
---|
55 | i2p (0.9.22-1) unstable; urgency=medium |
---|
56 | |
---|
57 | * New Upstream Version |
---|
58 | - Start migration to Ed25519 router info signatures |
---|
59 | - Fix i2psnark getting stuck before download complete, and not deleting temp |
---|
60 | files |
---|
61 | - Fix excluded SSL ciphers in console |
---|
62 | - Translation updates |
---|
63 | - Update GeoIP data |
---|
64 | |
---|
65 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 13 Sep 2015 11:27:16 +0000 |
---|
66 | |
---|
67 | i2p (0.9.21-2) unstable; urgency=medium |
---|
68 | |
---|
69 | * Add exception to apparmor rules for scrypt, needed by I2P-Bote |
---|
70 | |
---|
71 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 02 Aug 2015 15:00:30 +0000 |
---|
72 | |
---|
73 | i2p (0.9.21-1) unstable; urgency=medium |
---|
74 | |
---|
75 | * New Upstream Version |
---|
76 | - Add multisession support for dual-signature crypto on the same tunnels |
---|
77 | - Use multisession for shared clients |
---|
78 | - Increase default outbound bandwidth limit to 60 KBps |
---|
79 | - Increase default maximum participating tunnels |
---|
80 | - Floodfills will send database store acks directly if connected, for efficiency |
---|
81 | - Set TCP keepalive on I2CP and SAM sockets |
---|
82 | - More efficient decompression in HTTP proxy, use less threads |
---|
83 | - Add support for fast extensions in i2psnark |
---|
84 | - i2psnark only autostarts torrents that were running previously |
---|
85 | - Add support for translated console news |
---|
86 | - SSU fixes to compete better with NTCP for bandwidth when limited |
---|
87 | - Fixes to prevent SSU stalls |
---|
88 | - Wait for outbound tunnels before sending first leaseset to client, to |
---|
89 | prevent dropping first message |
---|
90 | - Clean up resources correctly when SAM stops |
---|
91 | - Better error handling and notification when HTTP proxy is not running |
---|
92 | - More i2ptunnel fixes at startup and shutdown of tunnels |
---|
93 | - Fix total_size in i2psnark metadata message |
---|
94 | - Restore dates in console news headers |
---|
95 | - Several I2CP fixes |
---|
96 | - Use same session for naming lookups in I2PSocketEepGet |
---|
97 | - Increase max bandwidth to 16 MBps, add larger Bloom filter |
---|
98 | - New floodfills will send their info to nearby floodfills to speed integration |
---|
99 | - Apache Tomcat 6.0.44 |
---|
100 | - Translation updates |
---|
101 | * Drop the following patches; included in 0.9.21: |
---|
102 | - 0005-i2ptunnel-Don-t-connect-manager-to-router-in-constru.patch |
---|
103 | - 0006-i2ptunnel-Don-t-call-startup-in-chained-constructor-.patch |
---|
104 | - 0007-Define-I2PTunnelClientBase-stats-in-one-place.patch |
---|
105 | - 0008-i2psnark-Fix-NPE-ticket-1602.patch |
---|
106 | |
---|
107 | |
---|
108 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 31 Jul 2015 20:01:42 +0000 |
---|
109 | |
---|
110 | i2p (0.9.20-3) unstable; urgency=medium |
---|
111 | |
---|
112 | * Add datagram exception to the apparmor profile |
---|
113 | |
---|
114 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 20 Jun 2015 11:22:28 +0000 |
---|
115 | |
---|
116 | i2p (0.9.20-2~deb7u+1) oldstable; urgency=medium |
---|
117 | |
---|
118 | * Backport to Wheezy |
---|
119 | |
---|
120 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 14 Jun 2015 17:40:29 +0000 |
---|
121 | |
---|
122 | i2p (0.9.20-2) unstable; urgency=medium |
---|
123 | |
---|
124 | [str4d] |
---|
125 | * i2ptunnel: Don't connect manager to router in constructor (ticket #815) |
---|
126 | * i2ptunnel: Don't call startup() in chained constructor (ticket #1593) |
---|
127 | * Define I2PTunnelClientBase stats in one place |
---|
128 | |
---|
129 | [killyourtv] |
---|
130 | * Tighten apparmor rules for TMPDIR |
---|
131 | * Add support for specifying limits to the initscript |
---|
132 | * Fix NPE in I2PSnark (I2P Trac #1602) |
---|
133 | |
---|
134 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 14 Jun 2015 16:11:33 +0000 |
---|
135 | |
---|
136 | i2p (0.9.20-1) unstable; urgency=medium |
---|
137 | |
---|
138 | * New Upstream Version |
---|
139 | - Add support for address book export |
---|
140 | - Add support for SSL in HTTP server tunnel |
---|
141 | - Allow class 'M' (64-128 KBps share bandwidth) to become floodfill |
---|
142 | - Raise connection limits for new classes 'P' (512-2000 KBps share |
---|
143 | bandwidth) and 'X' (over 2000 KBps) |
---|
144 | - Add support for signed development builds |
---|
145 | - Clock skew fixes |
---|
146 | - Fixes and configuration for when IPv4 is firewalled but IPv6 still works |
---|
147 | - Locking fixes for i2ptunnel clients to prevent hangs at startup |
---|
148 | - Verify hostnames when reseeding |
---|
149 | - Fix deletion of config files for deleted torrents in i2psnark |
---|
150 | - Fix hangs fetching proxy.i2p local resources via Privoxy |
---|
151 | - Fixes for duplicate shared clients |
---|
152 | - Fix for occasional page truncation in HTTP client |
---|
153 | - Fixes for handling corrupted SSU packets |
---|
154 | - Fix closing of SAM sessions when I2P session closes |
---|
155 | - Reduce NTCP threads |
---|
156 | - Eliminate SimpleScheduler threads |
---|
157 | - Add continent-based NTP servers as fallbacks for country-based ones |
---|
158 | - Remove all default non-SSL reseed hosts |
---|
159 | - Disable fallback to non-su3 reseeding |
---|
160 | - Several fixes in streaming for better "loopback" performance, |
---|
161 | may or may not help in real world |
---|
162 | - Reduce latency in i2ptunnel |
---|
163 | - Add a larger Bloom filter for very high bandwidth and memory |
---|
164 | - Add Bloom filter warning when configured for high bandwidth but not |
---|
165 | enough memory |
---|
166 | - Reduce max netdb search depth to reduce floodfill load |
---|
167 | - Improved header processing and error handling in i2ptunnel HTTP server |
---|
168 | - Better error handling and user feedback when HTTP client tunnel is |
---|
169 | disabled |
---|
170 | - More changes to improve floodfill capacity |
---|
171 | - New configuration for forcing IPv4 (only) to firewalled on /confignet |
---|
172 | - New configuration for floodfill on /configadvanced |
---|
173 | - Show separate IPv4 and IPv6 status in summary bar when appropriate |
---|
174 | - Better handling of corrupt SSU packets |
---|
175 | - Jetty 8.1.17.v20150415 |
---|
176 | - Translation updates |
---|
177 | - Update GeoIP data (new installs and PPA only) |
---|
178 | |
---|
179 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 02 Jun 2015 18:36:42 +0000 |
---|
180 | |
---|
181 | i2p (0.9.19-4) unstable; urgency=medium |
---|
182 | |
---|
183 | * Re-enable systemd unit file |
---|
184 | |
---|
185 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 30 Apr 2015 22:54:56 +0000 |
---|
186 | |
---|
187 | i2p (0.9.19-3) unstable; urgency=medium |
---|
188 | |
---|
189 | * A couple more apparmor profile tweaks |
---|
190 | |
---|
191 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 14 Apr 2015 20:35:39 +0000 |
---|
192 | |
---|
193 | i2p (0.9.19-2) unstable; urgency=medium |
---|
194 | |
---|
195 | * Fix usr.bin.i2prouter apparmor profile |
---|
196 | |
---|
197 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 14 Apr 2015 12:58:22 +0000 |
---|
198 | |
---|
199 | i2p (0.9.19-1) unstable; urgency=medium |
---|
200 | |
---|
201 | * New Upstream Version |
---|
202 | - Floodfill performance improvements |
---|
203 | - Easier ways to reseed manually from a file or URL |
---|
204 | - New way to export reseed data for others |
---|
205 | - Support for installing plugin from file |
---|
206 | - Fixes for high CPU usage in floodfills |
---|
207 | - i2ptunnel locking fixes |
---|
208 | - Fixes in read timeout handling in streaming |
---|
209 | - Update to UPnP library 3.0 |
---|
210 | - Improve tracking of floodfill lookup success |
---|
211 | - Direct router info lookups if connected to floodfill |
---|
212 | - Auto-adjustment of i2psnark tunnel quantity |
---|
213 | - Increase exploratory tunnel quantity when floodfill |
---|
214 | - Increase min and default bandwidth for i2psnark |
---|
215 | - Improved strategies for dropping jobs on high job lag to prevent overload |
---|
216 | - Apache Tomcat 6.0.43 |
---|
217 | - Translation updates |
---|
218 | - Update GeoIP data |
---|
219 | * debconf translation updates |
---|
220 | * Minor updates to AppArmor profiles |
---|
221 | |
---|
222 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 12 Apr 2015 22:34:40 +0000 |
---|
223 | |
---|
224 | i2p (0.9.18-1) unstable; urgency=medium |
---|
225 | |
---|
226 | * New Upstream Version |
---|
227 | * Daemon runs confined with AppArmor |
---|
228 | Bug Fixes |
---|
229 | - Fix parsing of ECDSA address helper in HTTP client proxy |
---|
230 | - Fix news last-modified processing which prevented notification of update |
---|
231 | - Improve handling of UPnP device changes |
---|
232 | - Don't hang at startup forever waiting for entropy |
---|
233 | - Possible fixes for high CPU usage in NTCP |
---|
234 | Other |
---|
235 | - Publish router info faster when address costs change |
---|
236 | - Start i2ptunnel 90s sooner |
---|
237 | - Accept tunnels 10m sooner |
---|
238 | - Increase exploratory tunnel quantity during initial exploration |
---|
239 | - Latency reductions in several places |
---|
240 | - Add startup browser configuration with advanced config |
---|
241 | routerconsole.browser |
---|
242 | - Persistent leaseset keys to eliminate correlation with restart |
---|
243 | - Faster unchoking of new peers in i2psnark |
---|
244 | - More aggressive throttling of lookups at floodfills |
---|
245 | - Tunnel build request record refactoring |
---|
246 | - Reduce thread usage in i2ptunnel |
---|
247 | - Add i2ptunnel server option for multihomed sites |
---|
248 | - Disallow some common I2P application ports as router ports |
---|
249 | - Increase connection limits for fast routers |
---|
250 | - Add Save-As button for SusiMail messages |
---|
251 | - Use 'hidden service' terminology in the console |
---|
252 | - Encrypted netdb lookups for 32-bit x86 |
---|
253 | - Translation updates |
---|
254 | |
---|
255 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 22 Feb 2015 22:23:50 +0000 |
---|
256 | |
---|
257 | i2p (0.9.17-1) unstable; urgency=medium |
---|
258 | |
---|
259 | * New Upstream Version |
---|
260 | Changes |
---|
261 | - Signed news |
---|
262 | - ECDSA default for new server tunnels |
---|
263 | - Reseeding now SSL-only by default |
---|
264 | Bug Fixes |
---|
265 | - Fix SSU sending corrupt ack-only packets with partial bitfields |
---|
266 | - Fix SSU inbound connection fail from non-DSA router |
---|
267 | - Don't select incompatible peers if we are a non-DSA router |
---|
268 | - Fix EdDSA signature verification bug |
---|
269 | - Set I2NP lookup type flags in all cases, not just when a reply tunnel is used |
---|
270 | - Stop i2ptunnel server acceptor thread after close |
---|
271 | - Fix bug preventing some plugins from stopping completely |
---|
272 | - Fix SAM v3 bug causing failures in incoming connections |
---|
273 | Other |
---|
274 | - Add a warning in the console sidebar if ECDSA not supported |
---|
275 | - Log warnings for Java 6 that we will eventually require Java 7 |
---|
276 | - Don't let proxied routers auto-floodfill |
---|
277 | - Don't resend SSU acks that are too old |
---|
278 | - Don't publish direct info in SSU address if introducers are required |
---|
279 | - New default opentrackers in i2psnark |
---|
280 | - Add support for specifiying data directory per-torrent in i2psnark |
---|
281 | - Changes in streaming accept() error behavior |
---|
282 | - Minor blockfile format changes |
---|
283 | - New option for persistent random key to preserve peer ordering across restarts |
---|
284 | - Translation updates |
---|
285 | - Update GeoIP data |
---|
286 | |
---|
287 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 30 Nov 2014 22:20:06 +0000 |
---|
288 | |
---|
289 | i2p (0.9.16-1) unstable; urgency=medium |
---|
290 | |
---|
291 | * New Upstream Version |
---|
292 | - Add support for stronger Router Info signatures |
---|
293 | - Encrypt RI lookups and responses on faster boxes |
---|
294 | - Require I2CP authorization for all messages when enabled (requires 0.9.11 |
---|
295 | or higher client) |
---|
296 | - Disable TLSv3 and older ciphers for reseeding and other uses of SSL |
---|
297 | - Use ECDSA by default for i2ptunnel IRC, SOCKS-IRC, and standard client |
---|
298 | tunnels |
---|
299 | - Don't prefer floodfills in some countries |
---|
300 | - New column sorting, set-all priority buttons, and upload ratio display in |
---|
301 | i2psnark |
---|
302 | - Increase i2psnark tunnel default to 3 hops |
---|
303 | - Implement bundling of multiple fragments in a single SSU message for |
---|
304 | efficiency |
---|
305 | - New add-to-addressbook links on netdb leaseset page |
---|
306 | - Implement I2NP DatabaseLookupMessage search type field to improve lookup |
---|
307 | efficiency |
---|
308 | - CPUID fixes and updates for recent processors |
---|
309 | - i2psnark fix magnet links with %-encoding |
---|
310 | - Improve handling of SSU socket closing out from under us (hopefully fix |
---|
311 | 100% CPU) |
---|
312 | - SSU bitfield handling fixes |
---|
313 | - Fix HTTP header issues in i2psnark |
---|
314 | - Fix rare NPE when building garlic message |
---|
315 | - Fix console lockups (hopefully) |
---|
316 | - Fix i2ptunnel js confirm-delete |
---|
317 | - Move router data structures from i2p.jar to router.jar (breaks i2pcontrol |
---|
318 | plugin) |
---|
319 | - New router keys now stored in router.keys.dat (privKeys.dat format) |
---|
320 | instead of router.keys |
---|
321 | - Improve handling of unsupported encryption throughout |
---|
322 | - More error checking of client I2CP messages by the router |
---|
323 | - Initial work on hooks for pluggable transports |
---|
324 | - Enforce request timestamp in tunnel build messages |
---|
325 | - Re-enable message status in streaming, but treat no leaseset as a soft |
---|
326 | failure for now |
---|
327 | - Return unused DH keypairs to the pool for efficiency |
---|
328 | - Raise failsafe tagset limit and improve deletion strategy when hit |
---|
329 | - Change eepsite Jetty threadpool and queue configuration |
---|
330 | - NTCP establishment refactoring in prep for NTCP2 and PT |
---|
331 | - Jetty 8.1.16-v20140903 |
---|
332 | - Translation updates |
---|
333 | - Update GeoIP data |
---|
334 | |
---|
335 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 01 Nov 2014 23:34:28 +0000 |
---|
336 | |
---|
337 | i2p (0.9.15-1) unstable; urgency=medium |
---|
338 | |
---|
339 | * New Upstream Version |
---|
340 | - Add support for Ed25519 signatures |
---|
341 | - i2psnark move to separate config file for each torrent to better support |
---|
342 | per-torrent settings |
---|
343 | - Add i2psnark support for data outside the i2psnark/ directory |
---|
344 | - Enable stronger signatures (su3 format) for plugins |
---|
345 | - Speed up SSU introductions by responding to hole punch messages |
---|
346 | - Several improvements in SAM efficiency |
---|
347 | - More HTML escaping and form submission fixes in the console and i2psnark |
---|
348 | - Streaming fixes for long signatures |
---|
349 | - i2psnark fixes for file name character mapping when seeding |
---|
350 | - I2PTunnel fixes stopping client tunnels |
---|
351 | - I2PTunnel fix updating options on a running delay-open client tunnel |
---|
352 | - Re-enable plugin installation via the console, removed in 0.9.14 |
---|
353 | - i2psnark now remembers uploaded count across restarts |
---|
354 | - i2psnark increase max piece size to 8 MB |
---|
355 | - i2psnark several UI fixes |
---|
356 | - Prohibit SSU peer test requests unless a connection is established |
---|
357 | - i2ptunnel add support for local SSL connections for standard and IRC |
---|
358 | client tunnels |
---|
359 | - Console and log warnings for unavailable crypto |
---|
360 | - More consistent routing for Delivery Status Messages to reduce network |
---|
361 | connections |
---|
362 | - Disable external entities in UPnP XML parser |
---|
363 | - Translation updates |
---|
364 | - Update GeoIP data |
---|
365 | |
---|
366 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 21 Sep 2014 00:07:36 +0000 |
---|
367 | |
---|
368 | i2p (0.9.14.1-1) unstable; urgency=medium |
---|
369 | |
---|
370 | * New upstream point release, 0.9.14.1 |
---|
371 | - Updates to geoip.txt and geoipv6.dat.gz based on Maxmind GeoLite Country |
---|
372 | database from 2014-08-06. |
---|
373 | - Console: |
---|
374 | + Fix update buttons |
---|
375 | + Don't filter parameter names starting with "nofilter_" |
---|
376 | + Re-allow configadvanced, news URL, and unsigned update URL if routerconsole.advanced=true |
---|
377 | + Re-allow plugin install if routerconsole.advanced=true or routerconsole.enablePluginInstall=true |
---|
378 | + Only allow whitelisted plugin signers, unless routerconsole.allowUntrustedPlugins=true |
---|
379 | + Re-allow clients.config changes if routerconsole.advanced=true or routerconsole.enableClientChange=true |
---|
380 | + More escaping |
---|
381 | - i2psnark: Fix add torrent form |
---|
382 | - ExecNamingService: Remove |
---|
383 | - Plugins: Add whitelist of keys |
---|
384 | |
---|
385 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 09 Aug 2014 23:09:33 +0000 |
---|
386 | |
---|
387 | i2p (0.9.14-1) unstable; urgency=high |
---|
388 | |
---|
389 | * New upstream release, 0.9.14 |
---|
390 | * Fix several XSS issues |
---|
391 | - Disable changing news feed URL from UI |
---|
392 | - Disable plugin install |
---|
393 | - Disable setting unsigned update URL from UI |
---|
394 | - Disable clients.config editing from the UI |
---|
395 | - Add Content-Security-Policy and X-XSS-Protection headers |
---|
396 | - Disable unused ExecNamingService (thx joernchen of Phenoelit) |
---|
397 | * Bug fixes |
---|
398 | - Fix tunnel building so it doesn't get "stuck" on a single pool |
---|
399 | - Reject participating tunnels when hidden |
---|
400 | - Several i2psnark improvements and fixes (GUI and DHT), including changes |
---|
401 | for better compatibility with Vuze |
---|
402 | * Other |
---|
403 | - Reseeding now fetches a signed zip file containing router infos for security and speed |
---|
404 | - Use JVM's AES implementation if it is faster |
---|
405 | - More advanced options shown in the i2ptunnel edit pages |
---|
406 | - Per-message reliabilitiy settings in I2CP and error propagation back from router to client |
---|
407 | - Lots of findbugs fixes and cleanups |
---|
408 | - Support signature types in SAM, bump rev to 3.1 |
---|
409 | - New event log page in console |
---|
410 | - Jetty 8.1.15.v20140411 |
---|
411 | - Tomcat 6.0.41 |
---|
412 | |
---|
413 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 26 Jul 2014 23:23:36 +0000 |
---|
414 | |
---|
415 | i2p (0.9.13-1) unstable; urgency=medium |
---|
416 | |
---|
417 | * New Upstream release |
---|
418 | * debconf: New Slovak translation |
---|
419 | |
---|
420 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 22 May 2014 19:08:45 +0000 |
---|
421 | |
---|
422 | i2p (0.9.12-3~deb7u+1) stable; urgency=medium |
---|
423 | |
---|
424 | * Fix for systems without systemd |
---|
425 | |
---|
426 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 07 Apr 2014 19:54:23 +0000 |
---|
427 | |
---|
428 | i2p (0.9.12-2) unstable; urgency=low |
---|
429 | |
---|
430 | * Re-enable i2p-docs package |
---|
431 | * Have libjbigi package depend on i2p-router |
---|
432 | * Remove ${misc:Depends} from the i2p dependencies to avoid hard-depending |
---|
433 | on i2p-router (= ${source:Version}. This prevents users from trying dev |
---|
434 | builds using "dpkg -i i2p-router-${devbuild}_all.deb. The i2p package |
---|
435 | already depended on i2p-router. |
---|
436 | |
---|
437 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 06 Apr 2014 16:27:31 +0000 |
---|
438 | |
---|
439 | i2p (0.9.12-1) unstable; urgency=medium |
---|
440 | |
---|
441 | * New upstream release |
---|
442 | |
---|
443 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 31 Mar 2014 19:07:54 +0000 |
---|
444 | |
---|
445 | i2p (0.9.11-3) unstable; urgency=medium |
---|
446 | |
---|
447 | * Enable systemd for unstable and saucy|trusty |
---|
448 | * Fix postinst |
---|
449 | |
---|
450 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 11 Mar 2014 00:45:52 +0000 |
---|
451 | |
---|
452 | i2p (0.9.11-1) unstable; urgency=medium |
---|
453 | |
---|
454 | * New Upstream Version |
---|
455 | * Debconf: New Japanese and Korean translations |
---|
456 | |
---|
457 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 08 Feb 2014 22:31:59 +0000 |
---|
458 | |
---|
459 | i2p (0.9.10-1) unstable; urgency=medium |
---|
460 | |
---|
461 | * New Upstream Version |
---|
462 | * Remove /var/lib/i2p when i2p package is purged. |
---|
463 | * Bump standards version to 3.9.5 (no changes needed) |
---|
464 | |
---|
465 | -- Kill Your TV <killyourtv@i2pmail.org> Wed, 22 Jan 2014 16:00:24 +0000 |
---|
466 | |
---|
467 | i2p (0.9.9-1deb8u1) unstable; urgency=medium |
---|
468 | |
---|
469 | * New Upstream Version |
---|
470 | * Drop from debian/patches (already in 0.9.9): |
---|
471 | - 0006-allow-webapps-to-be-preseeded.patch |
---|
472 | - 0007-geoipv6-fix.patch |
---|
473 | - 0008-IPv6-categories-in-netdb.patch |
---|
474 | - 0009-mark-ipv6-only-as-experimental.patch |
---|
475 | - 0010-snark-start-torrent-by-default.patch |
---|
476 | - 0011-fix-start-and-start-all-buttons.patch |
---|
477 | - 0012-add-no.i2p-registrar.patch |
---|
478 | - 0013-persistent-keying-for-SOCKS-tunnels.patch |
---|
479 | - 0014-post-limiter.patch |
---|
480 | - 0015-home-remove-config-when-restoring-default.patch |
---|
481 | - 0016-new-netdb-categories.patch |
---|
482 | - 0017-updated-trac-links.patch |
---|
483 | * debconf: |
---|
484 | - Updated French translation |
---|
485 | - New Romanian translation |
---|
486 | |
---|
487 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 07 Dec 2013 18:17:24 +0000 |
---|
488 | |
---|
489 | i2p (0.9.8.1-deb8u1) stable; urgency=low |
---|
490 | |
---|
491 | * Change initscript to grant read/write permissions to members of the i2psvc |
---|
492 | group. |
---|
493 | * Postinst: Silence a misleading warning |
---|
494 | |
---|
495 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 07 Nov 2013 00:22:48 +0000 |
---|
496 | |
---|
497 | i2p (0.9.8.1-1deb1) stable; urgency=low |
---|
498 | |
---|
499 | * New upstream version 0.9.8.1. Initially I was not going to build 0.9.8.1 |
---|
500 | packages since 0.9.8.1 was a Windows-only point release but I thought it |
---|
501 | would be good to have it in Tails. At the same time we may as well |
---|
502 | cherry-pick some easy bugfixes/updates from mtn. |
---|
503 | * debian/rules: Set the builddistribution specific versions |
---|
504 | * use xz for the 'debian' quilt 3.0 tarball |
---|
505 | * Cherry-picked fixes/updates: |
---|
506 | - Allow webapps.config to be preseeded by distributions |
---|
507 | - IPv6: |
---|
508 | + GeoIPv6 fixes (ticket #1096) |
---|
509 | + Add IPv6 NetDB categories |
---|
510 | + Mark IPv6-only as experimental |
---|
511 | - I2PSnark: |
---|
512 | + Start torrent by default |
---|
513 | + Fix start and start-all buttons on text browsers and Opera |
---|
514 | (ticket #1093) |
---|
515 | - I2PTunnel: |
---|
516 | + Post limiter |
---|
517 | + Persistent keying for SOCKS tunnels (ticket #1088) |
---|
518 | - Add no.i2p registrar |
---|
519 | - Remove config when restoring default settings |
---|
520 | - Additional NetDB categories |
---|
521 | - Change Trac links to HTTPS |
---|
522 | |
---|
523 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 05 Nov 2013 17:34:38 +0000 |
---|
524 | |
---|
525 | i2p (0.9.8-1) stable; urgency=low |
---|
526 | |
---|
527 | * New Upstream Version |
---|
528 | * Debconf: updated Swedish translation |
---|
529 | |
---|
530 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 30 Sep 2013 16:14:40 +0000 |
---|
531 | |
---|
532 | i2p (0.9.7.1-1) stable; urgency=low |
---|
533 | |
---|
534 | * New upstream version 0.9.7.1 |
---|
535 | * Compress packages with xz |
---|
536 | |
---|
537 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 10 Aug 2013 19:02:24 +0000 |
---|
538 | |
---|
539 | i2p (0.9.7-2) unstable; urgency=low |
---|
540 | |
---|
541 | * Bugfix: Add missing ; to i2prouter script. |
---|
542 | |
---|
543 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 16 Jul 2013 11:08:48 +0000 |
---|
544 | |
---|
545 | i2p (0.9.7-1) unstable; urgency=low |
---|
546 | |
---|
547 | * New upstream release |
---|
548 | * debconf: |
---|
549 | - New Chinese, Portuguese, and Turkish translations |
---|
550 | - Russian translation updates |
---|
551 | |
---|
552 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 15 Jul 2013 19:35:09 +0000 |
---|
553 | |
---|
554 | i2p (0.9.6-1) unstable; urgency=low |
---|
555 | |
---|
556 | * New upstream release |
---|
557 | |
---|
558 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 27 May 2013 23:18:54 +0000 |
---|
559 | |
---|
560 | i2p (0.9.5-2) unstable; urgency=low |
---|
561 | |
---|
562 | * debian/i2p.postinst: Explicitly set permissions on /etc/i2p/wrapper.config |
---|
563 | to compensate for stricter umasks. Fixes #906. |
---|
564 | |
---|
565 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 31 Mar 2013 12:53:43 +0000 |
---|
566 | |
---|
567 | i2p (0.9.5-1) unstable; urgency=low |
---|
568 | |
---|
569 | * New Upstream release |
---|
570 | * Drop debian/patches/0007-backported-news-fix.patch and |
---|
571 | debian/patches/#0006-remove-izpack.patch |
---|
572 | * Spanish debconf update |
---|
573 | |
---|
574 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 08 Mar 2013 23:04:51 +0000 |
---|
575 | |
---|
576 | i2p (0.9.4+repack-3) unstable; urgency=low |
---|
577 | |
---|
578 | * Backport fix from MTN for ticket #817 |
---|
579 | |
---|
580 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 22 Dec 2012 13:07:47 +0000 |
---|
581 | |
---|
582 | i2p (0.9.4+repack-2) unstable; urgency=low |
---|
583 | |
---|
584 | * Add missing build-dep on libservice-wrapper-java |
---|
585 | |
---|
586 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 17 Dec 2012 20:40:07 +0000 |
---|
587 | |
---|
588 | i2p (0.9.4+repack-1) unstable; urgency=low |
---|
589 | |
---|
590 | * explicitly prefer openjdk-*-headless over default-jre-headless. Debian |
---|
591 | Squeeze has default-jre-headless set to gij. Performance with gij is |
---|
592 | subpar. We can't force a depend on openjdk since kFreeBSD does not include |
---|
593 | it (yet). |
---|
594 | * French Debconf translation updates |
---|
595 | * Initscript: Don't display a warning if /var/run/i2p contains files after |
---|
596 | shutdown. |
---|
597 | * Upsteam changelog (full details in history.txt): |
---|
598 | - Add per-destination outbound priorities |
---|
599 | - Fix major bug that reduced SSU connection limits which reduced tunnel |
---|
600 | build success rates |
---|
601 | - Fix bug with external I2CP that prevented some external apps from working |
---|
602 | - Fixed several bugs in i2psnark DHT |
---|
603 | - Fixed bug in i2psnark PEX that inflated peer counts |
---|
604 | - Handle dropped I2CP messages better |
---|
605 | - Reduce overhead of I2CP messages |
---|
606 | - Enforce max size in transport outbound message queues |
---|
607 | - Fix a bug that would drop messages of exactly 512 bytes in SSU |
---|
608 | - More performance improvements, memory reduction, and object churn reduction |
---|
609 | - Better detection of network disconnections |
---|
610 | - Further improvements in the SSU transport |
---|
611 | - Add console password form |
---|
612 | - Convert http proxy and console from basic to digest authentication for added security |
---|
613 | - Improved verification of console form submissions, using jsp sessions. |
---|
614 | Cookies may now be required on forms, except when the console password is |
---|
615 | enabled |
---|
616 | - Initial work on new interfaces to manage applications started via |
---|
617 | clients.config |
---|
618 | - Increase minimum peer port to 1024 |
---|
619 | - Increase granularity of bandwidth limiter for smoother transmissions |
---|
620 | - Translation updates: Chinese, French, German, Italian, Polish, |
---|
621 | Portuguese, Swedish, and Ukrainian |
---|
622 | |
---|
623 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 17 Dec 2012 23:59:59 +0000 |
---|
624 | |
---|
625 | i2p (0.9.3+repack-1) unstable; urgency=low |
---|
626 | |
---|
627 | * New Upstream release |
---|
628 | * Upstream changelog: |
---|
629 | - Active Queue Management |
---|
630 | - I2PSnark DHT: Several bug fixes, enable by default. |
---|
631 | - Priority queues |
---|
632 | - Several SSU fixes including memory leak, and better handling of routers |
---|
633 | behind firewalls that change UDP ports; additional defenses for malicious |
---|
634 | packets. |
---|
635 | - Fix piece selection (rarest-first) bugs in i2psnark |
---|
636 | - Fix bug causing multiple browsers to open at startup |
---|
637 | - Improvements in caching |
---|
638 | - Several synchronization fixes and lock contention reduction |
---|
639 | - Major reduction in SSU buffers memory use |
---|
640 | - Fix streaming connection timeout back to 1 minute, was inadvertently |
---|
641 | changed to 5 minutes; set i2ptunnel server read timeout to 5 minutes, was |
---|
642 | unlimited |
---|
643 | - Improved defenses in i2ptunnel for "darkloris" |
---|
644 | - More validation at torrent creation in i2psnark |
---|
645 | - Several parameter changes in SSU to improve throughput |
---|
646 | - New event log for major events including restarts; show multiple restart |
---|
647 | lines on graphs |
---|
648 | - Remove duplicate messages from logs |
---|
649 | - Don't respond to blocked streaming connections with a reset, just drop |
---|
650 | - Remove all uses of inefficient SimpleTimer |
---|
651 | - More checks for valid IPs and ports entered in console |
---|
652 | - Fix bug that wasted a lot of entropy |
---|
653 | - Translation updates: Italian, Portuguese, Spanish, Swedish |
---|
654 | - Add non-NIO configuration in jetty.xml, recommended for Java 5 |
---|
655 | - Update GeoIP data |
---|
656 | |
---|
657 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 27 Oct 2012 16:47:37 +0000 |
---|
658 | |
---|
659 | i2p (0.9.2+repack-2) unstable; urgency=high |
---|
660 | |
---|
661 | * Fix stupid bug in i2prouter |
---|
662 | |
---|
663 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 22 Sep 2012 13:57:39 +0000 |
---|
664 | |
---|
665 | i2p (0.9.2+repack-1) stable; urgency=low |
---|
666 | |
---|
667 | * New upstream release (see history.txt for details) |
---|
668 | |
---|
669 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 21 Sep 2012 18:13:32 +0000 |
---|
670 | |
---|
671 | i2p (0.9.1+repack-1) unstable; urgency=low |
---|
672 | |
---|
673 | * New upstream version 0.9.1 |
---|
674 | * Don't depend on Debian's/Ubuntu's version of Jetty. Jetty6 is going away |
---|
675 | in the next Debian stable, so we'll switch to our libs sooner than later. |
---|
676 | * Debconf |
---|
677 | - New Greek translation |
---|
678 | - New Italian translation |
---|
679 | - New Hungarian translation |
---|
680 | * Initscript |
---|
681 | - Add graceful option |
---|
682 | - Change exit statuses |
---|
683 | |
---|
684 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 30 Jul 2012 17:41:04 +0000 |
---|
685 | |
---|
686 | i2p (0.9-1) unstable; urgency=low |
---|
687 | |
---|
688 | * New Upstream Version |
---|
689 | |
---|
690 | -- Kill Your TV <killyourtv@i2pmail.org> Wed, 02 May 2012 16:33:11 +0000 |
---|
691 | |
---|
692 | i2p (0.8.13-2) unstable; urgency=low |
---|
693 | |
---|
694 | * Fix bug in postinst cause by changes to adduser's behaviour. |
---|
695 | |
---|
696 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 09 Apr 2012 16:25:19 +0000 |
---|
697 | |
---|
698 | i2p (0.8.13-1) stable; urgency=low |
---|
699 | |
---|
700 | * New upstream version 0.8.13 |
---|
701 | * Packages are compressed with bzip2 |
---|
702 | * Remove debian/patches/0005-EepGet_correct_status.patch |
---|
703 | * Bump standards version to 3.9.3 (no changes to source needed) |
---|
704 | * Debconf: |
---|
705 | - New Czech language translation |
---|
706 | - Updated German, Polish, Russian, and Ukrainian translations |
---|
707 | |
---|
708 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 27 Feb 2012 21:06:56 +0000 |
---|
709 | |
---|
710 | i2p (0.8.12-2) stable; urgency=low |
---|
711 | |
---|
712 | * postinst: Don't fail if the i2psvc group doesn't exist |
---|
713 | |
---|
714 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 06 Jan 2012 18:43:09 +0000 |
---|
715 | |
---|
716 | i2p (0.8.12-1) stable; urgency=low |
---|
717 | |
---|
718 | * New upstream I2P release |
---|
719 | * Debconf: |
---|
720 | - add wrapper.java.maxmemory from wrapper.config |
---|
721 | - The warning about the daemon user needing to exist was confusing to some |
---|
722 | that assumed this meant that i2psvc had to exit. This warning has been |
---|
723 | clarified. |
---|
724 | - Spanish, Swedish, Ukrainian translation updates |
---|
725 | * Initscript changes/fixes: |
---|
726 | - increase shutdown wait-time in initscript |
---|
727 | - renumber "wrapper.additional" lines (since gaps are allowed with newer |
---|
728 | wrapper versions) |
---|
729 | - move I2PTEMP to /tmp/i2p-daemon |
---|
730 | - move router.ping to /var/run/i2p |
---|
731 | - various other clean-ups |
---|
732 | - explicity redirect errors to stderr |
---|
733 | * maintainer scripts: |
---|
734 | - postinst: rewrite the handling of an existing i2psvc account |
---|
735 | - postrm: remove /etc/default/i2p if the package is purged |
---|
736 | |
---|
737 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 06 Jan 2012 02:49:03 +0000 |
---|
738 | |
---|
739 | i2p (0.8.11+repack-2) stable; urgency=medium |
---|
740 | |
---|
741 | * Fix STUPID bug running I2P with i2prouter. Thanks soundwave. |
---|
742 | |
---|
743 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 08 Nov 2011 20:02:05 +0000 |
---|
744 | |
---|
745 | i2p (0.8.11+repack-1) stable; urgency=low |
---|
746 | |
---|
747 | * New Upstream Version |
---|
748 | * sv and uk debconf translation updates |
---|
749 | |
---|
750 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 07 Nov 2011 19:20:15 +0000 |
---|
751 | |
---|
752 | i2p (0.8.10+repack-1) stable; urgency=medium |
---|
753 | |
---|
754 | * New upstream version |
---|
755 | |
---|
756 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 20 Oct 2011 05:25:04 +0000 |
---|
757 | |
---|
758 | i2p (0.8.9+repack-1) stable; urgency=medium |
---|
759 | |
---|
760 | * New upstream version |
---|
761 | |
---|
762 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 11 Oct 2011 19:55:08 +0000 |
---|
763 | |
---|
764 | i2p (0.8.8+repack-3) UNRELEASED; urgency=low |
---|
765 | |
---|
766 | * Add dump option to initscript |
---|
767 | |
---|
768 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 06 Sep 2011 12:42:22 +0000 |
---|
769 | |
---|
770 | i2p (0.8.8+repack-2) stable; urgency=medium |
---|
771 | |
---|
772 | * Backport patch from mtn 04ec606 to fix trac #515 |
---|
773 | * Fix trac ticket #514 ("debconf values are overwritten upon |
---|
774 | installation") |
---|
775 | * Fix initscript bug that caused the encoding to be ANSI when the router |
---|
776 | started at boot. |
---|
777 | |
---|
778 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 02 Sep 2011 23:32:32 +0000 |
---|
779 | |
---|
780 | i2p (0.8.8+repack-1) stable; urgency=low |
---|
781 | |
---|
782 | * New Upstream Version |
---|
783 | |
---|
784 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 23 Aug 2011 20:24:22 +0000 |
---|
785 | |
---|
786 | i2p (0.8.7-6) UNRELEASED; urgency=low |
---|
787 | |
---|
788 | * Add ttf-dejavu-core and ttf-dejavu-extra as dependencies so that graphs on |
---|
789 | headless systems can be generated. |
---|
790 | |
---|
791 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 18 Aug 2011 15:50:59 +0000 |
---|
792 | |
---|
793 | i2p (0.8.7-5) stable; urgency=low |
---|
794 | |
---|
795 | * Depend on default-jre-headless | java5-runtime-headless | |
---|
796 | java6-runtime-headless instead of the non-headless versions. Sure the |
---|
797 | -headless packages fulfilled the dependency, but this way it should pull in |
---|
798 | the headless package by default. |
---|
799 | * Remove unused lock from core/java/src/net/i2p/crypto/ElGamalEngine.java to |
---|
800 | fix lock-ups on arm/ppc CPUs |
---|
801 | |
---|
802 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 01 Aug 2011 17:51:14 +0000 |
---|
803 | |
---|
804 | i2p (0.8.7-4) stable; urgency=low |
---|
805 | |
---|
806 | * Change to allow jbigi to be built on non-x86 |
---|
807 | |
---|
808 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 26 Jul 2011 23:13:00 +0000 |
---|
809 | |
---|
810 | i2p (0.8.7-3) stable; urgency=low |
---|
811 | |
---|
812 | * When i2p-doc package is installed, add the Javadoc link to the router |
---|
813 | console. |
---|
814 | |
---|
815 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 28 Jun 2011 22:39:46 +0000 |
---|
816 | |
---|
817 | i2p (0.8.7-2) stable; urgency=low |
---|
818 | |
---|
819 | * Remove --with quilt from debian/rules. This is only meant for use in mtn |
---|
820 | <facepalm> |
---|
821 | |
---|
822 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 27 Jun 2011 16:41:40 +0000 |
---|
823 | |
---|
824 | i2p (0.8.7-1) stable; urgency=low |
---|
825 | |
---|
826 | * The "W00t! My debs are official!" release |
---|
827 | * New upstream release. See /usr/share/doc/i2p/changelog.gz for the details. |
---|
828 | * Drop from debian/patches: 0002-sync-countries, 0006-i2p-jetty, |
---|
829 | 0007-eepget-redirections, 0008-config-news, 0009-jetty-snark-disable and |
---|
830 | re-work the existing patches. |
---|
831 | * Debconf translations (thanks guys!) |
---|
832 | - Russian (by hiddenz@mail.i2p) |
---|
833 | - German & Spanish (by m1xxy@mail.i2p) |
---|
834 | |
---|
835 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 27 Jun 2011 12:38:59 +0000 |
---|
836 | |
---|
837 | i2p (0.8.6-7) stable; urgency=low |
---|
838 | |
---|
839 | * Fix bug in maintainer script that caused upgrade to fail on some systems. |
---|
840 | |
---|
841 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 29 May 2011 15:53:04 +0000 |
---|
842 | |
---|
843 | i2p (0.8.6-6) stable; urgency=low |
---|
844 | |
---|
845 | * Remove extraneous cruft from debian/rules from back when cpuid couldn't be |
---|
846 | built for i386 |
---|
847 | * Ship our own router.config with router.updatesDisabled=true to prevent |
---|
848 | upgrades to be performed by the router itself. Per Debian policy, upgrades |
---|
849 | *must* take place via the package manager. |
---|
850 | * Backported eepget fix |
---|
851 | * Backported news fix |
---|
852 | |
---|
853 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 28 May 2011 10:23:51 +0000 |
---|
854 | |
---|
855 | i2p (0.8.6-5) stable; urgency=low |
---|
856 | |
---|
857 | * Remove /etc/i2p/wrapper.service. Changes have been moved to the |
---|
858 | initscript. |
---|
859 | * Don't disable browser launch. This is handled automatically for the i2psvc |
---|
860 | user. |
---|
861 | * Create debian/copyright dynamically at build time |
---|
862 | * Don't ship the standalone jetty-i2psnark |
---|
863 | * Create split package so that the wrapper isn't required |
---|
864 | * Install missing certificates directory |
---|
865 | |
---|
866 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 27 May 2011 03:48:56 +0000 |
---|
867 | |
---|
868 | i2p (0.8.6-4) stable; urgency=low |
---|
869 | |
---|
870 | * backported patch from 9a26dcaef3687ff7fa08cf3b3eb2180ebb2dedde to fix |
---|
871 | missing "addWebApplications" in Jetty. |
---|
872 | |
---|
873 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 22 May 2011 19:00:37 +0000 |
---|
874 | |
---|
875 | i2p (0.8.6-3) stable; urgency=low |
---|
876 | |
---|
877 | [Kill Your TV] |
---|
878 | * Creating libjbigi-jni packages again. Backported patch from MTN so that |
---|
879 | jbigi can be built for i386 |
---|
880 | * Drop build-dep on unzip since jbigi can be built. |
---|
881 | * Check to see if doc/libjbigi-jni is a directory and remove it. It is |
---|
882 | supposed to be a symlink to doc/i2p |
---|
883 | * Don't chown $I2P to i2psvc |
---|
884 | * Add Build-Dep for tor-geoipdb and remove from debian/ |
---|
885 | * Add launch-i2psnark to doc/examples |
---|
886 | * Remove obsolete build-dep on default-jdk-builddep |
---|
887 | [Karl Goetz] |
---|
888 | * Move adduser to depends from pre-depends |
---|
889 | * Tidy postinst |
---|
890 | |
---|
891 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 20 May 2011 22:03:52 +0000 |
---|
892 | |
---|
893 | i2p (0.8.6-2) stable; urgency=low |
---|
894 | |
---|
895 | * Fix permissions bug for /var/run/i2p, reported by "signhere" on IRC |
---|
896 | |
---|
897 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 17 May 2011 16:30:29 +0000 |
---|
898 | |
---|
899 | i2p (0.8.6-1) stable; urgency=low |
---|
900 | |
---|
901 | * New upstream version |
---|
902 | |
---|
903 | -- Kill Your TV <killyourtv@i2pmail.org> Tue, 17 May 2011 12:30:07 +0000 |
---|
904 | |
---|
905 | i2p (0.8.5-4) stable; urgency=low |
---|
906 | |
---|
907 | * Correct lintian error |
---|
908 | |
---|
909 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 15 May 2011 16:20:39 +0000 |
---|
910 | |
---|
911 | i2p (0.8.5-3) stable; urgency=low |
---|
912 | |
---|
913 | * *Sigh* Set debian/i2p.default run_daemon to false |
---|
914 | |
---|
915 | -- Kill Your TV <killyourtv@i2pmail.org> Fri, 29 Apr 2011 09:54:39 +0000 |
---|
916 | |
---|
917 | i2p (0.8.5-2) stable; urgency=low |
---|
918 | |
---|
919 | * Change debconf priority to medium. |
---|
920 | * RUN_DAEMON defaults to false. Earlier versions defaulted to true. Since |
---|
921 | the priority is changing, this should as well. |
---|
922 | * Split jbigi into its own source package |
---|
923 | * Update geoip.txt |
---|
924 | * Update Suggests: |
---|
925 | |
---|
926 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 25 Apr 2011 17:00:43 +0000 |
---|
927 | |
---|
928 | i2p (0.8.5-1) stable; urgency=low |
---|
929 | |
---|
930 | * New upstream |
---|
931 | |
---|
932 | -- Kill Your TV <killyourtv@i2pmail.org> Mon, 18 Apr 2011 15:41:42 +0000 |
---|
933 | |
---|
934 | i2p (0.8.4-4) stable; urgency=low |
---|
935 | |
---|
936 | * Update geoip from tor-0.2.2.23-alpha |
---|
937 | |
---|
938 | -- Kill Your TV <killyourtv@i2pmail.org> Sat, 09 Apr 2011 23:34:11 +0000 |
---|
939 | |
---|
940 | i2p (0.8.4-3) stable; urgency=low |
---|
941 | |
---|
942 | * Back out upgrade 'do you want to reboot' logic since it's utterly borked. |
---|
943 | |
---|
944 | -- Kill Your TV <killyourtv@i2pmail.org> Thu, 17 Mar 2011 18:54:09 +0000 |
---|
945 | |
---|
946 | i2p (0.8.4-2) stable; urgency=low |
---|
947 | |
---|
948 | * Stop including /usr/share/i2p/lib/jbigi.jar. |
---|
949 | * Compile a dynamic jbigi and create a new package, libjbigi-jni. Since I |
---|
950 | can't get jcpuid to compile I take this library from jbigi.jar. |
---|
951 | Unfortunately it was not compiled with -fPIC, causing lintian to complain. |
---|
952 | Additionally it is a 32bit compile, forcing libc-i386 to be installed on |
---|
953 | amd64 boxes. |
---|
954 | * Add dependency on libc-i386 because of jcpuid and a build-dep on unzip for |
---|
955 | the same reason. |
---|
956 | * Don't display errors generated from chowning files that don't exist. |
---|
957 | * Bug fix: Somehow I missed packaging the geoip information before. Oops. |
---|
958 | * Bug fix: Add history.txt to /usr/share/i2p. I didn't realize it was shown |
---|
959 | in the console at /help. |
---|
960 | * Since I'm packaging the missing geoip information, I use an updated |
---|
961 | geoiodb from tor (taken from Debian package tor-geoipdb version |
---|
962 | 0.2.2.22-alpha-1) |
---|
963 | * Patching countries.txt to add entries that are in Maxmind's database. |
---|
964 | * Now using debconf to ask about running as a daemon. |
---|
965 | * From this point forward, users will be asked to confirm that they want to |
---|
966 | upgrade this package, due to it requiring a router reboot. |
---|
967 | * Updated README.Debian to better explain differences compared with |
---|
968 | upstream. |
---|
969 | * Add history.txt to /usr/share/i2p |
---|
970 | |
---|
971 | -- Kill Your TV <killyourtv@i2pmail.org> Sun, 13 Mar 2011 10:45:47 +0000 |
---|
972 | |
---|
973 | i2p (0.8.4-1) stable; urgency=low |
---|
974 | |
---|
975 | * New upstream version, monotone revision |
---|
976 | fea6969d789a6b85396439be9906abb9b4a4a405 |
---|
977 | |
---|
978 | -- Kill Your TV <killyourtv@mail.i2p> Thu, 03 Mar 2011 11:37:37 +0000 |
---|
979 | |
---|
980 | i2p (0.8.3-2) testing; urgency=low |
---|
981 | |
---|
982 | * Minor changes to initscript |
---|
983 | |
---|
984 | -- Kill Your TV <killyourtv@mail.i2p> Wed, 26 Jan 2011 14:29:50 +0000 |
---|
985 | |
---|
986 | i2p (0.8.3-1) testing; urgency=low |
---|
987 | |
---|
988 | * New upstream |
---|
989 | |
---|
990 | -- Kill Your TV <killyourtv@mail.i2p> Mon, 24 Jan 2011 20:23:38 +0000 |
---|
991 | |
---|
992 | i2p (0.8.2-1) testing; urgency=low |
---|
993 | |
---|
994 | * Initial packaging |
---|
995 | |
---|
996 | -- Kill Your TV <killyourtv@mail.i2p> Sun, 23 Jan 2011 00:03:31 +0000 |
---|
997 | |
---|