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