File: changelog

package info (click to toggle)
apticron 1.2.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: sh: 272; makefile: 3
file content (740 lines) | stat: -rw-r--r-- 27,651 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
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
apticron (1.2.11) unstable; urgency=medium

  * Fix NOTIFY_HOLDS condition when working with multiarch (thanks to Jonathan
    Kamens). Closes: #985794
  * Bump Standards-Version to 4.7.2. No changes needed.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Tue, 03 Jun 2025 09:52:36 -0400

apticron (1.2.10) unstable; urgency=medium

  * Do not force remove /etc/apticron when purging the package. Solves the
    main issue reported in #985442. I'll keep this bug as wishlist due to
    other interesting changes proposed by the reporter.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Thu, 09 May 2024 08:58:08 -0400

apticron (1.2.9) unstable; urgency=medium

  * Use systemd.pc to place systemd system units (thanks to Chris
    Hofstaedtler). Closes: #1057910

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 31 Mar 2024 16:33:29 -0400

apticron (1.2.8) unstable; urgency=medium

  * Better documentation for config file in the manpage. Closes: #1052516

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 27 Sep 2023 11:13:25 -0400

apticron (1.2.7) unstable; urgency=medium

  * Fix manpage deprecated cron.daily line. Thanks to Joseph Nahmias.
    Closes: #952680
  * Avoid raising an error when last_run file doesn't exist due to a previous
    purge. Won't affect functionality. Thanks to Slavko. Closes: #1012411
  * Update Standards-Version.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Thu, 15 Jun 2023 09:19:04 -0400

apticron (1.2.5+nmu1) unstable; urgency=medium

  [ Michael Biebl ]
  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update renamed lintian tag names in lintian overrides.
  * Update standards version to 4.5.1, no changes needed.

 -- Michael Biebl <biebl@debian.org>  Sat, 15 Oct 2022 11:52:05 +0200

apticron (1.2.4) unstable; urgency=medium

  * Fix tempfile warning message. (Closes: #962921)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sat, 20 Mar 2021 11:45:39 -0400

apticron (1.2.3+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change source-only upload to allow testing migration.

 -- Boyuan Yang <byang@debian.org>  Tue, 29 Oct 2019 14:00:18 -0400

apticron (1.2.3) unstable; urgency=medium

  * Add ‘debian/dirs’ and ‘debian/manpages’ to -sytemd binary. Thanks to
    Guilhem Moulin. (Closes: 934863)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sat, 28 Sep 2019 21:12:17 -0400

apticron (1.2.2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces

  [ Tiago Bortoletto Vaz ]
  * Fix var name in apticron.conf. Thanks to Alex Hofbauer.
    (Closes: #920352)
  * No reason to include temporary, deprecated, tentative, or failed IPv6
    addresses in output. Thanks to martin f krafft. (Closes: #935295)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sat, 28 Sep 2019 20:43:13 -0400

apticron (1.2.1) unstable; urgency=medium

  * Stateless configuration back. Thanks to Gioele Barabucci. (Closes: #879275)
  * Fix prompting not modified conffiles. Thanks to Andreas Beckmann.
    (Closes: #905179)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Tue, 21 Aug 2018 12:19:31 -0400

apticron (1.2.0) unstable; urgency=medium

  * Remove Tassia from Uploaders.
  * Build-depends on debhelper >= 9
  * Simplify debian/rules
  * Add apticron-systemd package. Thanks to Gioele Barabucci for the patch.
    (Closes: #850853)
  * Fix Vcs-Browser. Now it points to salsa.debian.org. (Closes: #877634)
  * Add an option to send encrypted emails with gpg. Thanks to Matthias
    Baumgarten. (Closes: #877894)
  * Dependn on bsd-mailx | mailx rather than mailx only. Thanks to Santiago
    Vila. (Closes: #882212)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 14 Feb 2018 15:33:08 -0500

apticron (1.1.62) unstable; urgency=medium

  [ Tiago Bortoletto Vaz ]
  * Make apticron configuration stateless. Thanks to Gioele Barabucci for the
    patch. (Closes: #850852)
  * Fix cron file path in manpage. Thanks to Bruno Bierbaumer. (Closes:
    #777575)
  * Add BUGS section in manpage explaining the issue with apticron reporting
    non-installed packages, which is not a bug from apticron itself.
    (Closes: #760177)
  * Add --allow-change-held-packages to apt-get calls. Thanks to Michel, Vincas
    Dargis and Michael Lange for reporting. (Closes: #816959, #781639, #840064)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Thu, 31 Aug 2017 19:04:10 -0400

apticron (1.1.61) unstable; urgency=medium

  * Fix duplicate IP in mail report.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 25 Dec 2016 18:58:45 -0500

apticron (1.1.60) unstable; urgency=medium

  * Fix for s-nail. Thanks to Nick Coleman. (Closes: #812719)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 25 Dec 2016 08:30:55 -0500

apticron (1.1.59) unstable; urgency=medium

  * Add trailing slash to DIRCACHE and make apt-listchanges happy.
    Thanks to Landry MINOZA. (Closes: #837413)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Tue, 13 Sep 2016 12:25:39 -0400

apticron (1.1.58) unstable; urgency=medium

  * Remove deprecated "--force-yes" option. Now "-qq" no longer depends on
    "--allow-unauthenticated", so it has also been removed for security
    reasons. Thanks to Landry MINOZA. (Closes: #806948)
  * Fix ALL_FQDNS condition. Thanks to Jakob Thomas. (Closes: #805483)
  * Fix apticron not honoring aptitude holds. Thanks to Christoph Mitasch.
    (Closes: #782500)
  * Depends on apt >= 1.1~exp9.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Fri, 15 Jan 2016 08:53:52 -0500

apticron (1.1.57) unstable; urgency=medium

  * Depends on cron | cron-daemon, then it may work together with other cron
    system, such as bcron-run and systemd-cron. Thanks to Lorenzo Beretta.
    (Closes: #758034)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 01 Oct 2014 12:23:11 -0400

apticron (1.1.56) unstable; urgency=low

  [ Tiago Bortoletto Vaz ]
  * Fix cron_run path in manpage. Thanks to Tim Phipps. (Closes: #706199)

  [ Andreas Henriksson ]
  * Recommend iproute2 instead of transitional package iproute

  [ Tiago Bortoletto Vaz ]
  * Fix handling packages in hold by aptitude. Thanks to Kiko Piris. (Closes:
    #707230)
  * Add -f parameter to hostname as default behavior. Thanks to Eduardo dos
    Santos Leggiero. (Closes: #721123)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 03 Aug 2014 15:37:19 -0400

apticron (1.1.55) unstable; urgency=low

  * Add an option to send report even there is no updates. Thanks to Luc Didry.
    (Closes: #657126)
  * Depends on bzip2. Thanks to Erik Braun. (Closes: #673985)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Tue, 22 May 2012 21:12:39 -0400

apticron (1.1.54) unstable; urgency=low

  * New Indonesian translation for debconf template. Thanks to Kurniawan
    Haikal. (Closes: #658480)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 11 Mar 2012 13:12:48 -0400

apticron (1.1.53) unstable; urgency=low

  * Add an option to (not) use --all-fqdns from hostname command.
    (Closes: #645988)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Fri, 02 Mar 2012 21:50:53 +0000

apticron (1.1.52) unstable; urgency=low

  * Fix number of packages no longer being reported in subject. Thanks to
    Dermot O'Dwyer. (Closes: #652370)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 28 Dec 2011 18:22:36 -0500

apticron (1.1.51) unstable; urgency=low

  * Fix typo in manpage. Thanks to Matt Kraai. (Closes: #632841)
  * Fix CUSTOM_SUBJECT section in config file.
  * Add new config option CUSTOM_FROM which allows setting a custom sender by
    replacing the default 'From:' in the notification emails. (Closes: #632743)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Mon, 29 Aug 2011 00:00:23 -0300

apticron (1.1.50) unstable; urgency=low

  * Fix typo s/deselect/dselect/ in long description and apticron code
    comments. Thanks to Uwe Kleine-König. (Closes: #627759)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 25 May 2011 08:48:41 -0300

apticron (1.1.49) unstable; urgency=low

  * Set locale to C rather than en to avoid warning messages in systems which
    have no English locales installed. Thanks to gregor herrmann.
    (Closes: #624288)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 27 Apr 2011 08:17:50 -0300

apticron (1.1.48) unstable; urgency=low

  * Suggesting apt-get dist-upgrade instead of aptitude, once apticron's
    behavior comes from a list of packages generated by apt-get, which can
    point some upgrades not considered by aptitude. Thanks to Philip Hands.
    (Closes: #609059)
  * Fixing NUM_PACKAGES which was not appearing in MAILX_SUBJECT. Thanks to
    Sylvain Ferriol. (Closes: #621730)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Thu, 21 Apr 2011 14:10:47 -0300

apticron (1.1.47) unstable; urgency=low

  [ patches by Gian Piero Carrubba ]
  * Run every hour via cron.d snippet just exiting if fully executed in the
    past 24h. (Closes: #587597)
  * Reword the '--cron' parameter help message.
  * Move the timestamp file to /var/lib/apticron as it now exists.
  * cron.d snippet: cleanly exit if apticron has been removed.
  * Supposedly trap all errors when parsing existent cron.d snippet.

  [ Tiago Bortoletto Vaz]
  * Add Danish translation. Thanks to Joe Dalton. (Closes: #623093)
  * Add hostname options suggested by hostname manpage to avoid warnings.
    Thanks to Simon Waters. (Closes: #613504)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 20 Apr 2011 23:32:32 -0300

apticron (1.1.46) unstable; urgency=low

  * Add Slovak po-debconf translation. Thanks to Slavko. (Closes: #611557)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 30 Jan 2011 15:40:07 -0200

apticron (1.1.45) unstable; urgency=low

  * Improve re for matching hold packages. Thanks to Slavko. (Closes: #607826)
  * Remove cron.daily from old apticron installations. Thanks to Salvatore
    Bonaccorso. (Closes: #587597)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Mon, 03 Jan 2011 12:02:43 -0200

apticron (1.1.44) unstable; urgency=low

  * Fix DIFF_ONLY issue which was reporting wrong number of previously reported
    packages. Thanks to Dermot O'Dwyer. (Closes: #596919)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Tue, 28 Sep 2010 00:32:48 -0300

apticron (1.1.43) unstable; urgency=low

  * Remove deprecated cron.daily file. Thanks to Piotr Lewandowski.
    (Closes: #587597)

 -- Tássia Camões Araújo <tassia@gmail.com>  Sun, 29 Aug 2010 23:19:02 -0300

apticron (1.1.42) unstable; urgency=low

  * Avoid exiting with error when testing if a package is installed. Thanks to
    Alexander Galanin for the patch. (Closes: #584600)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Mon, 14 Jun 2010 02:18:43 -0300

apticron (1.1.41) unstable; urgency=low

  * Fix return value in cronjob. Thanks to Holger Levsen. (Closes: #574461)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 26 May 2010 22:30:34 -0300

apticron (1.1.40) unstable; urgency=low

  * Add new option NOTIFY_NEW. Thanks to Teodor. (Closes: #531002, #557209)
  * Add number of pending updates to mail subject. Thanks to Michel.
   (Closes: #581241)

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sat, 15 May 2010 02:24:15 +0000

apticron (1.1.39) unstable; urgency=low

  * Fix missing dependency on cron. Thanks to Evan Broder. (Closes: #572421)
  * Update Policy version to 3.8.4.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Fri, 05 Mar 2010 00:15:45 -0300

apticron (1.1.38) unstable; urgency=low

  * New src format: 3.0 (native)
  * Improve description

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 22 Nov 2009 20:39:17 -0200

apticron (1.1.37) unstable; urgency=low

  * Don't send STDERR to /dev/null in order to give to the user basic debug
    info when apt-get fails. Thanks to Leandro Lucarella. (Closes: #552129)
  * Now using my @d.o email for this package.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sun, 25 Oct 2009 09:39:29 -0200

apticron (1.1.36) unstable; urgency=low

  * apticron.conf now states that multiple address are space-separated. Thanks
    to Paul Nijjar. (Closes: #544143)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sat, 29 Aug 2009 08:27:07 -0300

apticron (1.1.35) unstable; urgency=low

  * Add a new option for custom email subject. Thanks to Georgi Alexandrov.
    (Closes: #533400)
  * Add Finish translation for debconf. Thanks to Esko Arajärvi.
    (Closes: #536515)
  * Fix a minor typographic issue in the potfile template for debconf.
  * debian/control:
    + depends on mailx, once we (hopefully) support all current mailx packages.
      Thanks to Tuomas Jormola. (Closes: #536197)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Fri, 14 Aug 2009 22:02:10 -0300

apticron (1.1.34) unstable; urgency=low

  * Remove useless debian/doc dir.
  * debian/control:
    + update Policy version to 3.8.2.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Mon, 06 Jul 2009 11:46:17 -0300

apticron (1.1.33) unstable; urgency=low

  * uncomment line which sends the daily email. Thanks to Alexander Galanin.
    (Closes: #535800)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sun, 05 Jul 2009 08:56:30 -0300

apticron (1.1.32) unstable; urgency=low

  * Use specific mailx parameters for heirloom-mailx. Thanks to Nis Martensen
    for the patch. (Closes: #530347)
  * debian/control:
    + remove inactive uploaders.
    + remove heirloom-mailx from Conflicts due to the fix in #530347.
  * Support listing packages on hold by both dselect/apt-get and aptitude. This
    can be chosen through the new config var NOTIFY_HOLDS. Thanks to Daniel B.
    for reporting this. (Closes: #530655)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Tue, 26 May 2009 16:40:56 -0300

apticron (1.1.31) unstable; urgency=low

  * debian/control:
    + heirloom-mailx placed into Conflicts section due to its incompatibility
      with some standard mailx parameters.
  * Using mailx command back in apticron instead of bsd-mailx in order to
    support mailutils. Thanks to Alexander Galanin. (Closes: #526773)
  * Return 'true' when calling date command to avoid to break apticron when it
    touches an invalid date (ex. during transitions to daylight saving). Thanks
    to Simon Waters. (Closes: #522961)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sun, 03 May 2009 17:14:49 -0300

apticron (1.1.30) unstable; urgency=low

  * Call /usr/bin/bsd-mailx instead of /usr/bin/mailx in order to avoid using
    an incompatible mailx packages such as heirloom-mailx. Note that it will
    work considering heirloom-mailx will not provide bsd-mailx - which I guess
    so. Thanks to Frédéric Perrin. (Closes: 524169)
  * debian/control:
    + Update Policy version to 3.8.1;

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Tue, 21 Apr 2009 22:40:46 -0400

apticron (1.1.29) unstable; urgency=low

  * Fix the unneeded strict permission in cronjob and conf files. Thanks to
    Gian Piero Carrubba. (Closes: #518102)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Mon, 09 Mar 2009 15:31:08 -0400

apticron (1.1.28) unstable; urgency=low

  * debian/postinst:
    + avoid read error when it receives a null value from grep on creating the
      cronjob file. Thanks to Patrick Schoenfeld. (Closes: #514780)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Thu, 26 Feb 2009 00:31:49 -0500

apticron (1.1.27) unstable; urgency=low

  * Improve README.Debian and package description. Thanks to Osamu Aoki.
   (Closes: #512825)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Fri, 30 Jan 2009 15:04:10 -0300

apticron (1.1.26) unstable; urgency=low

  * Fix annoying error message when using ipv6. Thanks to pilotinternet;
    (Closes: #500955)
  * debian/control:
    + replace mailx to bsd-mailx | mailutils, since heirloom-mailx provides
      mailx and is not compatible with our command line used to add UTF-8
      charset in mail header. Thanks to John Eikenberry; (Closes: #502790)
    + improve package description. Thanks to Filipus Klutiero;
      (Closes: #507534)
    + add Dm-Upload-Allowed field;
    + use ${misc:Depends};
    + point Vcs-Browser to gitweb;
  * apticron.1:
    + fix minor typo issue.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sun, 21 Dec 2008 19:36:23 -0300

apticron (1.1.25) unstable; urgency=low

  * Real fix for #497175 which was not actually fixed in 1.1.23;
    (Closes: #497175)
  * Suggest the user a full-upgrade rather than dist-upgrade aptitude's
    option, once the second one is deprecated. Thanks to Dietmar Winkler;
    (Closes: #500110)
  * debian/postrm:
    + add conditional to run ucf.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Tue, 30 Sep 2008 21:12:34 -0300

apticron (1.1.24) unstable; urgency=low

  * Add -f option in hostname command in order to show the user the FQDN.
    Thanks to Sylvain de Tilly <sylvain.detilly@adelux.fr>; (Closes: #497025)
  * moving from svn to git in collab-main;
  * debian/control:
    + add Vcs-Browser: and Vcs-Git: fields;
  * Fix sed syntax in order to escape regex symbols when comparing packages
    names;
  * debian/postrm:
    + fix lintian warning regarding prepended paths in maintainer scripts.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Thu, 18 Sep 2008 09:13:11 -0300

apticron (1.1.23) unstable; urgency=low

  * Redirecting error to /dev/null when the system has no aptitude installed.
    Thanks to Carsten Hey <c.hey@web.de>. (Closes: #497175).

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sun, 31 Aug 2008 04:42:04 -0300

apticron (1.1.22) unstable; urgency=low

  * Using /etc/lsb-release in order to get the right distribuion on the
    message - useful for Debian derivatives. Thanks to Daniel Hahler
    <debian-bugs@thequod.de>. (Closes: #493296)
  * Removing annoying tabs and spaces from apticron file.
  * Add workaround in order to no longer sending upgrade notices about
    packages that are on hold by aptitude - these that are unfortunately
    ignored by apt-get. (Closes: #431869)
  * List packages that will not be upgraded for being on hold on dselect
    database. Also lists those on hold by aptitude, giving the user a warning
    message recommending them not to use apt-get in that case.
    (Closes: #314646)
  * Update Standards-Version to 3.8.0.
  * Giving the user an option to receive only the diff pendings between
    current and last apticron run. (Closes: #344115)
  * Fix minor lintian warnings.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Tue, 26 Aug 2008 17:42:05 -0300

apticron (1.1.21+nmu1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Debconf translations:
    - Galician. Closes: #482665
    - Basque. Closes: #495037

 -- Christian Perrier <bubulle@debian.org>  Tue, 19 Aug 2008 07:11:02 +0200

apticron (1.1.21) unstable; urgency=low

  [ Tiago Bortoletto Vaz ]
  * Downgrade iputils and apt-listchanges from depends to recommends; only use
    these tools when available. Thanks to Thijs Kinkhorst. (Closes: #410404)
  * Add --force-yes to apt-get in order to avoid errors when apt-get has to do
    some tasks like downgrading a package. Thanks to Jö Fahlke.
    (Closes: #439349)
  * Add russian po-debconf translation. Thanks to Yuri Kozlov.
    (Closes: #451408)
  * Add UTF-8 enconding to email header. Thanks to Damyan Ivanov.
    (Closes: #426682)

  [ Gian Piero Carrubba ]
  * Randomized cron job execution via cron.d file.
  * New --cron option to ensure to run only once a day through cron/anacron.
  * Removed random sleep from cron.daily script. (Closes: #440626, #456341)
  * Manage conffiles via ucf.

  [ Tassia Camoes Araujo ]
  * Disconsider RTNETLINK error when Address family is not supported. Thanks to
    Bernard Boudet. (Closes: #463585)
  * Fix lintian warnings.

 -- Tassia Camoes Araujo <tassia@debian-ba.org>  Wed, 16 Apr 2008 11:44:55 -0300

apticron (1.1.20) unstable; urgency=low

  * Fix problem with debconf pt translation. Thanks to Christian Perrier.
    (Closes: #403494)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Mon,  1 Jan 2007 21:37:03 -0300

apticron (1.1.19) unstable; urgency=low

  * Removed capitalized subject in apticron file. Thanks to martin f krafft.
    (Closes: #383154)
  * Added new portuguese translation for debconf. Thanks to Rui Branco.
    (Closes: #330052)
  * Added new german translation for debconf. Thanks to Johannes Starosta.
    (Closes: #349539)
  * Fix broken conditional. Thanks to Nis Martensen. (Closes: #370674)
  * Put po-debconf in Build-depends (policy 7.6)
  * Fix no encode declaration in pt.po

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Wed, 25 Oct 2006 19:44:15 -0300

apticron (1.1.18) unstable; urgency=low

  * Removed bashism in cron.daily. Thanks to Klaus Ethgen and Rodrigo Campos.
    (Closes: #381122)
  * Added new dutch po-debconf translation. Thanks to Kurt De Bree.
    (Closes: #381852)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Mon,  7 Aug 2006 18:55:28 -0400

apticron (1.1.17) unstable; urgency=low

  * put "Default: root" as non-translatable in templates file. Thanks to
    Thomas Huriaux. (Closes: #378098).
  * add a little sentence in package description about cron-apt, recommending
    it for more complex APT tasks. Thanks to Marc Haber. (Closes: #341246)

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Sun, 23 Jul 2006 20:39:55 -0400

apticron (1.1.16) unstable; urgency=low

  * Added apt (>= 0.6.8) as dependency because apticron uses the
    --allow-unauthenticated feature wich was started in that apt version.
  * Fixed problem generating changelog output in the email body. Thanks to
    Michael Kaaden. (Closes: #370674)
  * Fixed minor lintian warnings.
  * Fixed simple fuzzy messages in all languages.

 -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Fri, 16 Jun 2006 07:14:07 -0400

apticron (1.1.15) unstable; urgency=low

  * Fixed Tassia's name in control file.
  * Added Colm MacCarthaigh as uploader.

 -- Tassia Camoes Araujo <tassia@debian-ba.org>  Fri, 19 May 2006 21:54:00 -0500

apticron (1.1.14) unstable; urgency=low

  [ Tiago Bortoletto Vaz ]
  * Added Vietnamese po translation. Thanks to Clytie Siddall.
    (Closes: #308928)
  * Added German po translation. Thanks to Johannes Starosta.
    (Closes: #349539)
  * Added Japanese po translation. Thanks to Kenshi Muto. (Closes: #306945)
  * Added Czech po translation. Thanks to Miroslav Kure. (Closes: #315818)
  * Added Swedish po translation. Thanks to Daniel Nylander. (Closes: #331301)
  * Added Italian po translation. Thanks to Luca Monducci. (Closes: #345531)
  * Added Spanhish po translation. Thanks to . César Gómez Martín.
    (Closes: #333873)

  [ Tassia Camoes Araujo ]
  * Rewrote the code that handles the debconf e-mail configuration.
   (Closes: #316074)
  * Cleaned-up the rules file.
  * Changed debonf compatibility level to 5.
  * Updated standard version to 3.7.2 (no changes)
  * Fixed error in manpage removing a character with accent.

  [ Tiago Bortoletto Vaz ]
  * Removed .svn dirs by using svn-buildpackage. Thanks to Marc Haber.
    (Closes: #341245)
  * Fixed locales problem. Thanks to Ondra Kudlik. (Closes: #330685).
  * Fixed typo problem in pot file. Thanks to Clytie Siddall.
    (Closes: #308929).
  * Added 3600 range random to cron running. Thanks to Anders Henke.
    (Closes: #316101)

  [ Tassia Camoes Araujo ]
  * Fixed problems to deal with file repositories. (Closes: #340272)

  [ Tiago Bortoletto Vaz ]
  * Close NMU bug that fixes LANG problem. Thanks to Alessandro Iurlano.
    (Closes: #301395)

  [ Tassia Camoes Araujo ]
  * Switch to aptitude instead of apt-get in apticron's notifications.
    Thanks to Filippo Giunchedi (Closes: #325394)

 -- Tassia Camoes Araujo <tassia@debian-ba.org>  Thu, 18 May 2006 16:30:41 -0500

apticron (1.1.13) unstable; urgency=low

  * Add PT translation courtesty of <freedebian@netcabo.pt>. (Closes: #330052)
  * No longer exit on apt-get update failure. (Closes: #328989)
  * Sort the list of packages. (Closes: #323723)
  * No longer depend on coreutils. (Closes: #316416)

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Wed, 28 Sep 2005 14:04:34 +0100

apticron (1.1.12) unstable; urgency=low

  * Added a dependency for iproute

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Tue, 19 Apr 2005 16:00:47 +0100

apticron (1.1.11) unstable; urgency=low

  * Modified to use apt-config to detect archive cache directory. Also made
    this configurable. (Closes: #305026)
  * Added a test -x to the cron-script. (Closes: #304892)
  * Corrected the apt-listchanges dependency. (Closes: #304884)
  * Added some logic to include IP addresses of system in the output.
  * Made the system name, IP addresses and number of IP addresses to show
    configurable.

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Tue, 19 Apr 2005 11:03:13 +0100

apticron (1.1.10) unstable; urgency=low

  * Added FR translation courtesy of <guilhelm.panaget@free.fr> and
    <debian-l10n-french@lists.debian.org> (Closes: #302418)
  * Corrected the signature seperator, courtesy of <ben@benfinney.id.au>
    (Closes: #304725)
  * Corrected a typo in the long descrip;tion, courtesy of
    <ben@benfinney.id.au> (Closes: #304724)

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Fri, 15 Apr 2005 09:41:56 +0100

apticron (1.1.9) unstable; urgency=low

  * section/priority from utils/optional to admin/extra
  * Use LANG=en for apt-cache policy <a.iurlano@inera.it> (Closes: #301395)

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Fri, 25 Mar 2005 16:57:58 +0000

apticron (1.1.8) unstable; urgency=low

  * Removed the autoclean command, (Closes: #301027)
  * Retain apt-listchanges stderr output. (Closes: #300920)
  * Changed default invokation of apt-listchanges to include both news and
    changes, aswell as output headers. Also added LISTCHANGES_PROFILE
    configuration directive. (Closes: #300919)
  * Made some cosmetic changes to mail format. All levels of indentation
    should now be consistent.
  * Migrated to using /etc/bash instead of /etc/sh, due to presence of bash-isms.

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Wed, 23 Mar 2005 14:45:46 +0000

apticron (1.1.7) unstable; urgency=low

  * Mostly costly cosmetic changes to the language used
  * Added logic to avoid unneccessary repeated downloads of packages, courtesy
    of Marc Sherman <msherman@projectile.ca>

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Wed, 19 Jan 2005 20:02:10 +0000

apticron (1.1.6) unstable; urgency=low

  * Added pt_BR translation courtesy of Otavio Salvador

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Thu,  6 Jan 2005 20:17:39 +0000

apticron (1.1.5) unstable; urgency=low

  * Updated to use po-debconf

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Thu,  6 Jan 2005 16:17:28 +0000

apticron (1.1.4) unstable; urgency=low

  * Migrated to a binary in /usr/sbin
  * Added manpage

 -- Colm MacCarthaigh <colm.maccarthaigh@l.heanet.ie>  Thu,  6 Jan 2005 15:01:10 +0000

apticron (1.1.3) unstable; urgency=low

  * Corrected some of the english in the script

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Thu,  6 Jan 2005 12:20:18 +0000

apticron (1.1.2) unstable; urgency=low

  * Added date to start of report and other cosmetic fixes.

 -- Cillian Sharkey <csharkey@heanet.ie>  Wed,  6 Aug 2003 11:14:13 +0100

apticron (1.1.1) unstable; urgency=low

  * Fixes to debconf

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Fri,  9 Aug 2002 11:53:26 +0100

apticron (1.0.1) unstable; urgency=low

  * Initial Release.

 -- Colm MacCarthaigh <colm.maccarthaigh@heanet.ie>  Fri,  9 Aug 2002 11:53:26 +0100