File: changelog

package info (click to toggle)
mailfromd 9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,268 kB
  • sloc: ansic: 56,643; sh: 22,791; yacc: 4,130; lex: 1,428; makefile: 914; lisp: 488; awk: 393; perl: 319; sed: 25
file content (126 lines) | stat: -rw-r--r-- 4,291 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
mailfromd (9.0-1) unstable; urgency=medium

  * New upstream release 9.0 (this removes support for old .mf file
    extension).
  * Update debian/copyright with support by lrc.
  * 04_doc-fixup: add doc/htmlxref.cnf and doc/otherdoc.init to optimize
    doc output.

 -- Roland Rosenfeld <roland@debian.org>  Sun, 07 Jan 2024 12:00:20 +0100

mailfromd (8.17.1-3) unstable; urgency=medium

  * 03_texinfo7.1:  Workaround for texinfo 7.1, which renamed
    set_form_init_file to texinfo_set_from_init_file (Closes: #1057575).
  * debian/salsa-ci: disable crossbuild arm64, which fails.

 -- Roland Rosenfeld <roland@debian.org>  Wed, 06 Dec 2023 17:09:14 +0100

mailfromd (8.17.1-2) unstable; urgency=medium

  * Cleanup to build two times in a row (Closes: #1048144).

 -- Roland Rosenfeld <roland@debian.org>  Tue, 22 Aug 2023 19:08:27 +0200

mailfromd (8.17.1-1) unstable; urgency=medium

  * New upstream release 8.17.1.

 -- Roland Rosenfeld <roland@debian.org>  Fri, 21 Jul 2023 12:37:46 +0200

mailfromd (8.17-1) unstable; urgency=medium

  * New upstream release 8.17.
  * This removes IPv6 checks (removes 03_enable_ipv6).

 -- Roland Rosenfeld <roland@debian.org>  Sun, 09 Jul 2023 13:18:48 +0200

mailfromd (8.16-2) unstable; urgency=medium

  * 03_enable_ipv6: Always define GACOPYZ_IPV6, not only if IPv6 is
    available on build system (Closes: #1038867).

 -- Roland Rosenfeld <roland@debian.org>  Thu, 22 Jun 2023 18:17:08 +0200

mailfromd (8.16-1) unstable; urgency=medium

  * New upstream version 8.16.
  * 03_mfl_stacktrace now incorporated upstream.
  * Update to Standards-Version 4.6.2 (no changes).

 -- Roland Rosenfeld <roland@debian.org>  Fri, 16 Jun 2023 14:49:19 +0200

mailfromd (8.15-2) unstable; urgency=medium

  * 03_mfl_stacktrace: Fix MFL stack trace (fixes build on s390x).

 -- Roland Rosenfeld <roland@debian.org>  Tue, 13 Dec 2022 20:29:56 +0100

mailfromd (8.15-1) unstable; urgency=medium

  [ Debian Janitor ]
  * d/copyright: use spaces rather than tabs to start continuation lines.

  [ Roland Rosenfeld ]
  * New upstream release 8.15.
  * This Build-Depends on libmailutils-dev >= 1:3.15.
  * Create man page for mfmodnew(1) via help2man.
  * New version uses extension .mfl instead of .mf
    - Move conffile mailfromd.mf to mailfromd.mfl.
    - Enable mfl-mode for all .mfl files in emacs.
  * Install _all_ info files to mailfromd-doc.

 -- Roland Rosenfeld <roland@debian.org>  Sun, 11 Dec 2022 22:42:23 +0100

mailfromd (8.14-1) unstable; urgency=medium

  * New upstream version 8.14.
  * Update to Standards-Version 4.6.1 (no changes).
  * d/rules: stop preserving tests/etc/Makefile.in.

 -- Roland Rosenfeld <roland@debian.org>  Sat, 13 Aug 2022 16:33:24 +0200

mailfromd (8.13-2) unstable; urgency=medium

  * Add missing type to mailfromd.service systemd file (Fixes LP#1977642).

 -- Roland Rosenfeld <roland@debian.org>  Sat, 04 Jun 2022 17:32:37 +0200

mailfromd (8.13-1) unstable; urgency=medium

  * New upstream version 8.13.
  * 01_formatstring is now incorporated upstream.
  * debian/rules: Remove build-aux/ylwrap which is no longer included.
  * Remove lintian-override for lintian bug 992465.
  * Workaround to stop rebuilding info files when nodoc is active.
  * Declare mailfromd-doc "Multi-Arch: foreign".

 -- Roland Rosenfeld <roland@debian.org>  Mon, 03 Jan 2022 20:10:12 +0100

mailfromd (8.12-1) unstable; urgency=medium

  * New upstream version 8.12.
  * 01_formatstring: Fix missing format string in format.bi and msg.bi.
  * Update to Standards-Version 4.6.0 (no changes).
  * 02_typo_message: Little typo in the word "message".

 -- Roland Rosenfeld <roland@debian.org>  Fri, 20 Aug 2021 13:55:21 +0200

mailfromd (8.11-1) unstable; urgency=medium

  * New upstream version 8.11 (fixes big-endian problems).
  * 01_unknow_typo is now incorporated upstream.
  * Install emacs mvf-mode.
  * Add Rules-Requires-Root: no.
  * Add debian/upstream/metadata.

 -- Roland Rosenfeld <roland@debian.org>  Wed, 26 May 2021 18:19:51 +0200

mailfromd (8.10-1) unstable; urgency=medium

  * Initial release (Closes: #912407).
  * Run upstream testsuite in debian/tests.
  * 01_unknow_typo.patch: Fix typo in "unknown".
  * Add debian/salsa-ci.yml.

 -- Roland Rosenfeld <roland@debian.org>  Sun, 04 Apr 2021 15:30:48 +0200