]> git.proxmox.com Git - pmg-log-tracker.git/blame - debian/changelog
bump version to 2.4.1
[pmg-log-tracker.git] / debian / changelog
CommitLineData
a1ebc0c6
TL
1rust-pmg-log-tracker (2.4.1) bookworm; urgency=medium
2
3 * fix compatibility with API/Tracking Center, which assumes that the
4 timestamps are always in the local timezone rather than UTC.
5
6 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2023 12:33:06 +0200
7
cdcc7626
TL
8rust-pmg-log-tracker (2.4.0) bookworm; urgency=medium
9
10 * rebuild for Proxmox Mail Gateway 8 based on Debian 12 Bookworm
11
12 * switch to native versioning
13
14 * add support for bookworm rfc3339 like syslog time format
15
16 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 18:03:19 +0200
17
41d4b6dd
TL
18rust-pmg-log-tracker (2.3.2-1) bullseye; urgency=medium
19
20 * re-build with updated rustc and dependencies
21
22 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2022 11:38:01 +0100
23
4b388f8d
TL
24rust-pmg-log-tracker (2.3.1-1) bullseye; urgency=medium
25
26 * fix regression related to months != january
27
28 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Feb 2022 13:30:59 +0100
29
30rust-pmg-log-tracker (2.3.0-1) bullseye; urgency=medium
daec25d3
WB
31
32 * fix #3758: fix `to` filter with empty NoqueueEntry `to` field
33
34 * fix issue parsing logs around year changes
35
36 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jan 2022 15:53:15 +0100
37
8eeab2ad
TL
38rust-pmg-log-tracker (2.2.0-1) pmg; urgency=medium
39
40 * improve parser robustness on duplicate `msgid`
41
42 -- Proxmox Support Team <support@proxmox.com> Tue, 11 May 2021 16:01:39 +0200
43
3c5da57b
SI
44rust-pmg-log-tracker (2.1.9-1) pmg; urgency=medium
45
46 * show outgoing TLS connection in tracking center
5af4c03d 47
3c5da57b
SI
48 * improve after-queue matching if logs are not in expected order
49
5af4c03d 50 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Mar 2021 12:07:54 +0100
3c5da57b 51
8d0d0759
TL
52rust-pmg-log-tracker (2.1.8-1) pmg; urgency=medium
53
54 * make string match case insensitive again
55
56 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2020 19:28:47 +0100
57
5c363ec8
TL
58rust-pmg-log-tracker (2.1.7-1) pmg; urgency=medium
59
60 * before-queue filtering: track all 'proxy-reject' cases
61
62 * improve parsing of some edge cases
63
64 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Sep 2020 17:50:34 +0200
65
b0b36cef
TL
66rust-pmg-log-tracker (2.1.6-1) pmg; urgency=medium
67
68 * print blocked/quarantined entries also if accepted mail exists
69
70 * improve "xfilter" string matching for before-queue case
71
72 * fix "to" filter for mails with a mix of blocked/quarantined and accepted
73 mails
74
75 -- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 16:38:46 +0200
76
0a16b4d6
TL
77rust-pmg-log-tracker (2.1.5-1) pmg; urgency=medium
78
79 * introduce before queue dstatus to distinguish mails which went
80 through the rule-system, and the locally generated ones (e.g. bounce
81 or spamreport)
82
83 -- Proxmox Support Team <support@proxmox.com> Thu, 14 May 2020 17:33:57 +0200
84
2f182bc7
TL
85rust-pmg-log-tracker (2.1.4-1) pmg; urgency=medium
86
87 * get rid of entries from unrelated senders ('from') in situations where a
88 'from' filter did not match but the 'to' filter matched.
89
90 * if both, 'from' and 'to', are set ensure that the intersection, not the
91 union, is used
92
93 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:35:05 +0200
94
a27c3b07
TL
95rust-pmg-log-tracker (2.1.3-1) pmg; urgency=medium
96
97 * before-queue: set 'B' status for mails blocked by rule-system
98
99 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 12:27:06 +0200
100
75acc915
WB
101rust-pmg-log-tracker (2.1.2-1) unstable; urgency=medium
102
103 * fix from/to filters not properly applying in before-queue filtering
104
105 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Apr 2020 11:58:37 +0200
106
bccbe8d8
TL
107rust-pmg-log-tracker (2.1.1-1) unstable; urgency=medium
108
109 * fix SEntry filter in before-queue case
110
111 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Mar 2020 12:34:42 +0100
112
0fff9ce3
WB
113rust-pmg-log-tracker (2.1.0-1) unstable; urgency=medium
114
115 * switch to rust implementation for better code-maintainability
116
117 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Feb 2020 09:31:23 +0100
118
490b6e73
TL
119pmg-log-tracker (2.0-1) unstable; urgency=medium
120
121 * bump version for Proxmox Mailgateway 6 based on Debian Buster
122
123 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jul 2019 15:29:33 +0200
124
d5128fc7
TL
125pmg-log-tracker (1.0-2) unstable; urgency=medium
126
127 * fix csum calculation and update checksums
128
129 * add -i option for specifying an external file
130
131 * remove unused -I
132
133 * other minor code improvements
134
135 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jul 2019 08:32:30 +0200
136
61b8223f
DM
137pmg-log-tracker (1.0-1) unstable; urgency=medium
138
139 * imported from private repository
140
141 * compile with -Wpedantic
142
143 * create separate debian package
144
145 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Sep 2017 08:18:15 +0200
146