File: changelog

package info (click to toggle)
aria2 1.37.0%2Bdebian-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,124 kB
  • sloc: cpp: 115,006; ansic: 9,140; makefile: 1,466; ruby: 475; python: 373; sh: 260; xml: 176
file content (719 lines) | stat: -rw-r--r-- 19,713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
aria2 (1.37.0+debian-3) unstable; urgency=medium

  * Added patch to fix FTBFS with gettext 0.23, Thanks to Santiago Vila
    <sanvila@debian.org> (Closes: #1092222)

 -- Kartik Mistry <kartik@debian.org>  Mon, 13 Jan 2025 11:03:46 +0530

aria2 (1.37.0+debian-2) unstable; urgency=low

  [ Patrick Ruckstuhl ]
  * debian/control:
    + Drop libgcrypt build dependency (Closes: #1071833).
    + Change pkg-config -> pkgconf
    + Adjust to latest version

  [ Kartik Mistry ]
  * Simplify debian/watch file.

 -- Kartik Mistry <kartik@debian.org>  Mon, 10 Jun 2024 12:03:29 +0530

aria2 (1.37.0+debian-1) unstable; urgency=low

  * New upstream release:
    + Repacked upstream source to remove sphinx theme.
    + Added po files manually from the Launchpad.
  * debian/control:
    + Added Build-Dep on python3-sphinx for building manpages.
  * Updated debian/watch.

 -- Kartik Mistry <kartik@debian.org>  Sun, 19 Nov 2023 19:32:56 +0530

aria2 (1.36.0-2) unstable; urgency=low

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dpkg-dev.

  [ Kartik Mistry ]
  * debian/control:
    + Updated Standards-Version to 4.6.2
  * Updated debian/copyright.
  * Updated debian/watch.

 -- Kartik Mistry <kartik@debian.org>  Wed, 21 Jun 2023 12:07:13 +0530

aria2 (1.36.0-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Sat, 21 Aug 2021 20:56:28 +0530

aria2 (1.35.0-3) unstable; urgency=low

  [ Patrick Ruckstuhl ]
  * debian/control:
    + Updated Standards-Version to 4.5.1
  * debian/tests/control
    + Add restriction to allow-stderr (Closes: #975900)

  [ Kartik Mistry ]
  * Updated debian/watch.

 -- Kartik Mistry <kartik@debian.org>  Fri, 04 Dec 2020 11:34:30 +0530

aria2 (1.35.0-2) unstable; urgency=low

  * debian/control:
    + Switch to debhelper-compat.
    + Updated Standards-Version to 4.5.0
    + Added 'Rules-Requires-Root' field.
  * debian/rules:
    + Do not install .la file.
  * Added debian/upstream/metadata file.

 -- Kartik Mistry <kartik@debian.org>  Sun, 10 May 2020 23:21:56 +0530

aria2 (1.35.0-1) unstable; urgency=low

  * New upstream release.
  * Bumped dh to 12.
  * debian/control:
    + Updated Standards-Version to 4.4.1
  * Removed debian/patches/CVE-2019-3500.diff, merged upstream.

 -- Kartik Mistry <kartik@debian.org>  Sun, 06 Oct 2019 17:14:07 +0530

aria2 (1.34.0-4) unstable; urgency=low

  * debian/control:
    + Added Multi-Arch: same for libaria2-0 and libaria2-0-dev.
  * Added debian/gitlab-ci.
  * Added patch to fix CVE-2019-3500: Metadata and potential password leaks via
    --log= (Closes: #918058)

 -- Kartik Mistry <kartik@debian.org>  Thu, 28 Feb 2019 21:06:13 +0530

aria2 (1.34.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP

  [ Kartik Mistry ]
  * debian/control:
    + Added missing SFTP support (Closes: #909776)
    + Updated Standards-Version to 4.2.1
  * debian/rules, debian/control:
    + Fixed hardening support.

 -- Kartik Mistry <kartik@debian.org>  Tue, 02 Oct 2018 11:09:22 +0530

aria2 (1.34.0-2) unstable; urgency=low

  * debian/rules:
    + Enable libaria2 library (Closes: #812159)
  * debian/control:
    + New binaries: libaria2-0, libaria2-0-dev.
    + Updated Standards-Version to 4.1.5
  * Added debian/*.install files.

 -- Kartik Mistry <kartik@debian.org>  Tue, 10 Jul 2018 09:19:46 +0530

aria2 (1.34.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Standards-Version to 4.1.4
    + Updated Vcs-* URLs.
  * debian/rules:
    + Removed whitespace.

 -- Kartik Mistry <kartik@debian.org>  Mon, 21 May 2018 17:46:40 +0530

aria2 (1.33.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Standards-Version to 4.1.3
    + Bumped debheper to 10. Set debian/compat to 11.
    + Removed Build-Depends on autotools-dev.
  * debian/rules:
    + Removed obsolete --with autotools-dev flag.

 -- Kartik Mistry <kartik@debian.org>  Fri, 05 Jan 2018 22:25:22 +0530

aria2 (1.32.0-2) unstable; urgency=medium

  [ Patrick Ruckstuhl ]
  * debian/control
    + Updated Standards-Version to 4.1.1
  * debian/copyright
    + Update URL to https, updated year to 2017
  * debian/tests/httpfile
    + Improved waiting for http server startup (Closes: #878253)

 -- Kartik Mistry <kartik@debian.org>  Sat, 14 Oct 2017 16:45:21 +0530

aria2 (1.32.0-1) unstable; urgency=medium

  [ Kartik Mistry ]
  * New upstream release.

  [ Patrick Ruckstuhl ]
  *  Change build depends to libgcrypt20-dev (Closes: #864094)

 -- Kartik Mistry <kartik@debian.org>  Mon, 19 Jun 2017 19:34:28 +0530

aria2 (1.31.0-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Thu, 04 May 2017 10:06:41 +0530

aria2 (1.30.0-2) unstable; urgency=medium

  [ Patrick Ruckstuhl ]
  * debian/rules
    + Switch do use dh_auto_configure (Closes: #850868)
    + Generally switch do use dh and defaults

 -- Kartik Mistry <kartik@debian.org>  Mon, 23 Jan 2017 13:12:25 +0530

aria2 (1.30.0-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Thu, 22 Dec 2016 18:27:13 +0530

aria2 (1.29.0-1) unstable; urgency=low

  * New upstream release (Closes: #847474).

 -- Kartik Mistry <kartik@debian.org>  Thu, 08 Dec 2016 21:20:24 +0530

aria2 (1.27.1-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Wed, 21 Sep 2016 21:34:25 +0530

aria2 (1.26.1-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Thu, 01 Sep 2016 19:08:01 +0530

aria2 (1.25.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Homepage field.
  * debian/copyright:
    + Updated Source field.
    + Updated list of Authors and contact.

 -- Kartik Mistry <kartik@debian.org>  Sun, 24 Jul 2016 20:01:44 +0530

aria2 (1.24.0-1) unstable; urgency=low

  * New upstream release (Closes: #811997)
  * debian/control:
    + Removed XS-Testsuite field.
    + Updated Standards-Version to 3.9.8
    + Fixed Vcs-* URLs

 -- Kartik Mistry <kartik@debian.org>  Thu, 30 Jun 2016 16:37:02 +0530

aria2 (1.21.0-1) unstable; urgency=medium

  [ Patrick Ruckstuhl ]
  * New upstream release:
    + New upstream release (Closes: #815914)
    + Fix problem connecting to some sites (Closes: #818711)
  * debian/uscan:
    + Updated for new location

  [ Kartik Mistry ]
  * debian/control:
    + Fixed Vcs-* URLs
    + Updated Standards-Version to 3.9.7
  * Bumped debhelper compat to 9.

 -- Kartik Mistry <kartik@debian.org>  Sun, 20 Mar 2016 21:13:25 +0530

aria2 (1.18.8-1) unstable; urgency=medium

  * New upstream release:
    + Fix crash on $no_proxy (Closes: #763760)
  * debian/control:
    + Updated Standards-Version to 3.9.6
  * debian/copyright:
    + Removed obsolete copyright section intl/*

 -- Kartik Mistry <kartik@debian.org>  Sat, 11 Oct 2014 15:14:13 +0530

aria2 (1.18.7-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Tue, 29 Jul 2014 12:29:30 +0000

aria2 (1.18.5-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Build-Depends on libgnutls28-dev now.

 -- Kartik Mistry <kartik@debian.org>  Wed, 09 Apr 2014 18:38:00 +0530

aria2 (1.18.3-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Standards-Version to 3.9.5

 -- Kartik Mistry <kartik@debian.org>  Tue, 18 Feb 2014 11:12:09 +0530

aria2 (1.18.1-1) unstable; urgency=medium

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Mon, 16 Dec 2013 18:41:03 +0530

aria2 (1.18.0-2) unstable; urgency=low

  * debian/tests/httpfile:
    + Do not depend on internet being available. Thanks to Martin Pitt for
      patch (Closes: #727537).

 -- Patrick Ruckstuhl <patrick@ch.tario.org>  Thu, 31 Oct 2013 15:54:07 +0530

aria2 (1.18.0-1) unstable; urgency=low

  [ Kartik Mistry ]
  * New upstream release.
  * debian/control:
    + (really) Set priority to optional from extra (Closes: #697659).
    + wrap-and-sort some fields.

  [ Patrick Ruckstuhl ]
  * debian/rules:
    + Allow parallel building (Closes: #720977)
  * debian/tests, debian/control:
    + autopkgtest infrastructure

 -- Kartik Mistry <kartik@debian.org>  Sun, 22 Sep 2013 18:52:14 +0530

aria2 (1.17.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Set priority to optional from extra (Closes: #697659).

 -- Kartik Mistry <kartik@debian.org>  Mon, 06 May 2013 15:03:54 +0530

aria2 (1.16.1-1) unstable; urgency=low

  * New upstream release.
  * debian/docs:
    + Added NEWS file to include in documentation which contains detailed
      upstream changelog.

 -- Kartik Mistry <kartik@debian.org>  Fri, 28 Dec 2012 13:04:17 +0530

aria2 (1.16.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Standards-Version to 3.9.4
    + Fixed VCS-* URLs.

 -- Kartik Mistry <kartik@debian.org>  Wed, 19 Dec 2012 15:40:19 +0530

aria2 (1.15.2-1) unstable; urgency=low

  * New upstream release.

 -- Kartik Mistry <kartik@debian.org>  Mon, 15 Oct 2012 15:14:32 +0530

aria2 (1.15.1-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    + Applied patch from Simon Ruderich <simon@ruderich.org> to fix partial
      hardening flags (Closes: #674537)

 -- Kartik Mistry <kartik@debian.org>  Mon, 28 May 2012 11:45:00 +0530

aria2 (1.15.0-2) unstable; urgency=low

  * debian/control, debian/rules:
    + Used proper dpkg-buildflags for hardening (Closes: #674537)

 -- Kartik Mistry <kartik@debian.org>  Fri, 25 May 2012 17:55:28 +0530

aria2 (1.15.0-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/fix-ftbfs-with-gcc-4.7:
    + Removed patch. Merged upstream.

 -- Kartik Mistry <kartik@debian.org>  Thu, 12 Apr 2012 16:10:39 +0530

aria2 (1.14.2-2) unstable; urgency=low

  * Fix FTBFS with gcc 4.7 (Closes: #667102):
    - Move some declarations before the code that uses them.
    - Fix missing <unistd.h> include.

  [Kartik Mistry]
  * debian/control:
    + Updated VCS-* URLs. We're on git.debian.org now.

 -- Patrick Ruckstuhl <patrick@tario.org>  Fri, 06 Apr 2012 11:52:05 +0530

aria2 (1.14.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Updated Standards-Version to 3.9.3
  * debian/copyright:
    + Updated to copyright-format 1.0
    + Added License for intl/* files.

 -- Kartik Mistry <kartik@debian.org>  Sun, 18 Mar 2012 14:03:13 +0530

aria2 (1.14.1-1) unstable; urgency=low

  * New upstream release.
  * debian/watch:
    + Updated to use bz2 tarball.

 -- Kartik Mistry <kartik@debian.org>  Thu, 12 Jan 2012 11:16:58 +0530

aria2 (1.14.0-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    + Cosmetic change: Wrap up configure argument to 80 chars.
  * debian/copyright:
    + Corrected DEP-5 Format URL.

 -- Kartik Mistry <kartik@debian.org>  Fri, 30 Dec 2011 15:07:19 +0530

aria2 (1.13.0-1) unstable; urgency=low

  * New upstream version:
    + Depends on libgcrypt11 (>= 1.5.0-3) (Closes: #642989)

 -- Kartik Mistry <kartik@debian.org>  Tue, 08 Nov 2011 20:25:08 +0530

aria2 (1.12.1-2) unstable; urgency=low

  * Use ld --as-needed
  * debian/copyright
    + Updated fields as per DEP-5 specification

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 20 Sep 2011 00:29:41 +0200

aria2 (1.12.1-1) unstable; urgency=low

  * New upstream release

 -- Kartik Mistry <kartik@debian.org>  Sat, 13 Aug 2011 17:30:12 +0530

aria2 (1.12.0-1) unstable; urgency=low

  * New upstream release
  * debina/rules:
    + Added build targets required by policy

 -- Kartik Mistry <kartik@debian.org>  Sun, 24 Jul 2011 23:13:47 +0530

aria2 (1.11.2-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    + Updated Standards-Version to 3.9.2
  * debian/copyright:
    + Updated as per latest DEP-5 specification

 -- Kartik Mistry <kartik@debian.org>  Thu, 26 May 2011 22:22:12 +0530

aria2 (1.11.1-1) unstable; urgency=low

  * New upstream release

 -- Kartik Mistry <kartik@debian.org>  Sat, 02 Apr 2011 12:38:55 +0530

aria2 (1.10.9-1) unstable; urgency=low

  * Upload to unstable
  * New upstream release:
    + Fixed "Usually downloads incomplete files" bug (Closes: #606467)

 -- Kartik Mistry <kartik@debian.org>  Sun, 06 Feb 2011 13:48:00 +0530

aria2 (1.10.6-1) experimental; urgency=low

  * New upstream release:
    + Fixed FTBFS on alpha arch (Closes: #590257)
    + Added IPv6 support (Closes: #448390)
  * debian/patches/ftbfs_kfreebsd.diff:
    + Dropped, merged upstream

 -- Kartik Mistry <kartik@debian.org>  Wed, 24 Nov 2010 12:26:31 +0530

aria2 (1.10.0-2) unstable; urgency=low

  * Added patch ftbfs_kfreebsd.diff to fix FTBFS in kfreebsd-* (Closes: #590256)
  * debian/control:
    + Updated Standards-Version to 3.9.1.0

 -- Kartik Mistry <kartik@debian.org>  Mon, 26 Jul 2010 21:44:14 +0530

aria2 (1.10.0-1) unstable; urgency=low

  * New upstream release:
   + Use posix_fallocate() or fallocate() by default (Closes: #586339)

 -- Kartik Mistry <kartik@debian.org>  Sun, 25 Jul 2010 16:00:30 +0530

aria2 (1.9.5-1) unstable; urgency=low

  [Kartik Mistry]
  * New upstream release
  * debian/control:
    + Updated Standards-Version to 3.9.0

 -- Kartik Mistry <kartik@debian.org>  Mon, 05 Jul 2010 11:42:15 +0530

aria2 (1.9.4-1) unstable; urgency=low

  [Kartik Mistry]
  * New upstream release
  * debian/copyright:
    + Updated as per DEP-5 specification

  [Patrick Ruckstuhl]
  * debian/rules:
    + Use dpkg-buildflags to determine buildflags

 -- Kartik Mistry <kartik@debian.org>  Tue, 08 Jun 2010 11:42:50 +0530

aria2 (1.9.3-1) unstable; urgency=low

  [Kartik Mistry]
  * New upstream release
  * debian/copyright:
    + Added GPL-3 license location

 -- Kartik Mistry <kartik@debian.org>  Thu, 13 May 2010 21:45:49 +0530

aria2 (1.9.1-1) unstable; urgency=low

  * New upstream release

 -- Kartik Mistry <kartik@debian.org>  Tue, 27 Apr 2010 10:51:18 +0530

aria2 (1.9.0-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Sun, 21 Mar 2010 09:24:15 +0100

aria2 (1.8.2-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Wed, 10 Feb 2010 00:08:17 +0100

aria2 (1.8.0-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Sat, 09 Jan 2010 08:34:09 +0100

aria2 (1.7.2-1) unstable; urgency=low

  [Kartik Mistry]
  * New upstream release
  * Using new source format 3.0 (quilt) now

 -- Kartik Mistry <kartik@debian.org>  Sun, 20 Dec 2009 20:39:53 +0530

aria2 (1.7.1-1) unstable; urgency=low

  [Kartik Mistry]
  * New upstream release

 -- Kartik Mistry <kartik@debian.org>  Mon, 14 Dec 2009 10:59:46 +0530

aria2 (1.6.2-3) unstable; urgency=low

  [ Kartik Mistry ]
  * debian/rules:
    + Added hardening option as suggested by Security team.
  * debian/control:
    + Added Build-Depends on hardening-wrapper
    + Wrapped up Build-Depends and ./configure options
    + Added myself as Uploaders
    + Added Vcs-* fields

  [ Patrick Ruckstuhl ]
  * Changed priority to extra as we depend on libc-ares

 -- Patrick Ruckstuhl <patrick@tario.org>  Wed, 21 Oct 2009 17:19:56 +0200

aria2 (1.6.2-2) unstable; urgency=low

  * Add build dependency on pkg-config as libgnutls is not picked up without
    it which results in no torrent support

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 13 Oct 2009 20:58:30 +0200

aria2 (1.6.2-1) unstable; urgency=low

  * New upstream release (Closes: #548088)
    - Fixed problem with https connection by disabling tls 1.1 (Closes: #535978)
  * Recommend ca-certificates

 -- Patrick Ruckstuhl <patrick@tario.org>  Sun, 11 Oct 2009 20:32:45 +0200

aria2 (1.4.1-1) unstable; urgency=low

  * New upstream release (Closes: #533114)
  * Use pkg-config instead of gnutls-config script (Closes: #529902)

 -- Patrick Ruckstuhl <patrick@tario.org>  Mon, 15 Jun 2009 07:17:09 +0200

aria2 (1.3.2-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Sun, 03 May 2009 15:01:36 +0200

aria2 (1.3.0-1) unstable; urgency=low

  * New upstream release
  * Use CA Bundle (Closes: #522386)
  * Updating package to debhelper 7.
  * Rewriting copyright file in machine-interpretable form.
  * Updating and reordering rules file to current state of the art.
  * Removing useless comments in watch file.

 -- Patrick Ruckstuhl <patrick@tario.org>  Sat, 04 Apr 2009 10:08:55 +0200

aria2 (1.2.0-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 17 Mar 2009 10:21:11 +0100

aria2 (1.1.2-1) unstable; urgency=low

  * New upstream release
  * --show-files also works if -T/-M is not specified (Closes: #509036)

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 30 Dec 2008 11:52:47 +0100

aria2 (1.0.1-1) unstable; urgency=low

  * New upstream release
  * Changed include/namming of error.h (Closes: #488602)
  * Changed includes for GCC 4.4 (Closes: #505084)
  * Fixed a crash in PiecedSegment (Closes: #503092)
  * Fixed an error in the man page (Closes: #494564)
  * Exclude /usr/share/doc/aria2c
  * Added build dependency to libsqlite3-dev
  * Added build dependency to libz-dev

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 25 Nov 2008 19:22:42 +0100

aria2 (0.14.0-1) unstable; urgency=low

  * New upstream release
  * Use libc-ares instead of libares
  * Upgraded to debian policy 3.8.0
  * Updated URL in watch file

 -- Patrick Ruckstuhl <patrick@tario.org>  Mon, 23 Jun 2008 22:45:12 +0200

aria2 (0.13.1+1-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 08 Apr 2008 19:53:19 +0200

aria2 (0.12.1-1) unstable; urgency=low

  * New upstream release (Closes: #455282, #462762)

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 12 Feb 2008 18:33:31 +0100

aria2 (0.12.0-1) unstable; urgency=low

  * New upstream release (Closes: #455282)

 -- Patrick Ruckstuhl <patrick@tario.org>  Mon, 10 Dec 2007 20:39:55 +0100

aria2 (0.11.3-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Sat, 29 Sep 2007 20:01:39 +0200

aria2 (0.11.2-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Tue, 21 Aug 2007 23:59:17 +0200

aria2 (0.11.0-1) unstable; urgency=low

  * New upstream release
  * Updated copyright dates to 2007
  * Updated libgcrypt-dev dependency
  * Added misc:Depends

 -- Patrick Ruckstuhl <patrick@tario.org>  Thu, 14 Jun 2007 09:46:05 +0200

aria2 (0.10.2+1-1) unstable; urgency=low

  * New upstream release
    Closes: #407110, #414994

 -- Patrick Ruckstuhl <patrick@tario.org>  Thu, 29 Mar 2007 16:31:04 +0200

aria2 (0.10.1-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Sun, 11 Feb 2007 11:27:44 +0100

aria2 (0.9.0-1) unstable; urgency=low

  * New upstream release

 -- Patrick Ruckstuhl <patrick@tario.org>  Wed,  8 Nov 2006 18:14:35 -0800

aria2 (0.8.1-1) unstable; urgency=low

  * New upstream release
  * Removed man page as it is included in upstream

 -- Patrick Ruckstuhl <patrick@tario.org>  Wed,  4 Oct 2006 22:00:29 -0700

aria2 (0.8.0-1) unstable; urgency=low

  * New upstream release
  * Updated maintainer email address
  * Updated copyright file with now added openssl exemption clause

 -- Patrick Ruckstuhl <patrick@tario.org>  Sat, 23 Sep 2006 14:05:19 -0700

aria2 (0.7.3-1) unstable; urgency=low

  * Initial release (Closes: #383595)

 -- Patrick Ruckstuhl <rucpat@solnet.ch>  Wed, 30 Aug 2006 20:10:47 -0700