]> git.proxmox.com Git - pmg-api.git/blobdiff - debian/changelog
bump version to 7.3-2
[pmg-api.git] / debian / changelog
index efc952b32842d77fa0f85fa8063c60cc9df4350e..91d11e85709048e8e57223ef38b911a4ec2f1df5 100644 (file)
@@ -1,3 +1,308 @@
+pmg-api (7.3-2) bullseye; urgency=medium
+
+  * config schema: extend documentation for options
+
+  * templates: adapt to new path for KAM rules in proxmox-spamassassin
+
+  * report: add `date -R` to general system info section
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Mar 2023 12:59:53 +0200
+
+pmg-api (7.3-1) bullseye; urgency=medium
+
+  * proxy: initialize the theme variable with an empty string
+
+  * smtputf8: keep smtputf8 from incoming postfix, detect for local mail
+
+  * config: make smtputf8 configurable through the API
+
+  * reinject mail: improve error logging
+
+  * quarantine: reuse the reinject local mail helper to profit from some of
+    it's recent improvements like IPv6 or DSN.
+
+  * api: quarantine: decode addresses before delivery/userlisting
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Mar 2023 17:29:01 +0100
+
+pmg-api (7.2-5) bullseye; urgency=medium
+
+  * fix #4536: parse original filenames from gzip files
+
+  * proxy: add support for switching themes
+
+  * ruledb: spam: adapt to spamassassin 4.0.0
+
+  * templates: sync spamassassin templates with 4.0.0 upstream
+
+  * templates: enable DecodeShortUrls for SpamAssassin 4.0.0
+
+  * templates: enable DMARC plugin in v400.pre.in
+
+  * fix #2437: config: Add new tls_inbound_domains postfix map and add API
+    endpoint for managing entries
+
+  * config: warn on parse errors for tls related config files
+
+  * fix #4521: api/tasks: replace upid as filename for task log downloads
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Mar 2023 12:59:25 +0100
+
+pmg-api (7.2-4) bullseye; urgency=medium
+
+  * fix #4410: Remove non-null host bits from CIDR when writing postfix
+    config
+
+  * utils: skip checking headers for non-ascii characters as stop gap to avoid
+    breaking mail flow of a few setups that have smtputf8 disabled in their
+    postfix config (e.g., because their downstream servers do not support this)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jan 2023 11:01:14 +0100
+
+pmg-api (7.2-3) bullseye; urgency=medium
+
+  * keep directories in /etc/pmg for inotify when restoring from backup
+
+  * rulecache: sort rules additionally by id
+
+  * fix mailflow if smtputf8 is disabled
+
+  * pmgdb dump: encode ruledata before printing
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Dec 2022 11:17:13 +0100
+
+pmg-api (7.2-2) bullseye; urgency=medium
+
+  * d/control: depend directly on libproxmox-acme-plugins
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 30 Nov 2022 10:46:04 +0100
+
+pmg-api (7.2-1) bullseye; urgency=medium
+
+  * queue administration: try to decode utf8
+
+  * make tasklog downloadable in the PMG backend
+
+  * user accesslists: reword logging and hits for newer SA rule sets
+
+  * user-bl: use custom description of USER_IN_BLOCKLIST consistently
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Nov 2022 15:48:26 +0100
+
+pmg-api (7.1-11) bullseye; urgency=medium
+
+  * fix #3287: add `pmail` parameter to virus and attachment quarantine list to
+    allow one to filter for a specific mail
+
+  * fix #2541 ruledb: encode relevant values as utf-8 in database
+
+  * fix #2465: handle smtputf8 addresses in all but who-objects of the
+    rule-system
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Nov 2022 16:43:19 +0100
+
+pmg-api (7.1-10) bullseye; urgency=medium
+
+  * fix #4006: do not split from header on ', ' for spamreport mails
+
+  * ruledb: modfield: properly handle fields spanning multiple lines
+
+  * ruledb: add deprecation warnings for unused `ReportSpam`, `Attach` and
+    `Counter` actions
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Nov 2022 09:03:52 +0100
+
+pmg-api (7.1-9) bullseye; urgency=medium
+
+  * api: quarantine: allow 'list attachments' endpoint for quarantine users,
+    they can see them in the raw email display already anyway
+
+  * api: quarantine: add 'content-disposition' field to response of 'list
+    attachments' API
+
+  * ruledb: modfield: properly encode field after variable substitution
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Nov 2022 13:48:23 +0100
+
+pmg-api (7.1-8) bullseye; urgency=medium
+
+  * api: apt versions: track proxmox-offline-mirror-helper
+
+  * fix #4269: rule cache: from match: cope with undefined IP
+
+  * rule database: notify: properly en-/decode the mail subject to avoid issues
+    with non-ascii characters, like for example, the reported chinese
+    characters.
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Oct 2022 11:42:15 +0200
+
+pmg-api (7.1-7) bullseye; urgency=medium
+
+  * d/control: recommend proxmox-offline-mirror-helper
+
+  * d/postinst: migrate/update APT auth config
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Sep 2022 13:17:58 +0200
+
+pmg-api (7.1-6) bullseye; urgency=medium
+
+  * subscription: handle missing subscription info
+
+  * fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Sep 2022 15:04:49 +0200
+
+pmg-api (7.1-5) bullseye; urgency=medium
+
+  * add 'allow-subdomains' to webauthn schema
+
+  * subscription: switch to rust, add offline key support
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 6 Sep 2022 10:35:09 +0200
+
+pmg-api (7.1-4) bullseye; urgency=medium
+
+  * rulesystem: matchfield: match all headers not only the first
+
+  * config: avoid adding a specific IPs or networks multiple times to
+    the template variables
+
+  * api: quarantine: load custom rules description so that they show up
+    in the GUI too
+
+  * pmg-daily: avoid short-circuting update of local channels
+
+  * api: apt: switch to common Proxmox::RS::APT::Repositories package
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Jul 2022 11:15:00 +0200
+
+pmg-api (7.1-3) bullseye; urgency=medium
+
+  * fix duplicate 'x-ms-dos-executable' in default 'Dangerous Content' object
+
+  * daily update timer: start already on 01:00 to avoid dst change issue
+
+  * fix #3924: ldap: accept only valid email-address
+
+  * Proxmox Backup Server integration: namespace support
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 May 2022 12:20:42 +0200
+
+pmg-api (7.1-2) bullseye; urgency=medium
+
+  * fix #3758: allow empty `to` in noqueue case
+
+  * postfix queue: add 'decode-headers' option for read endpoint
+
+  * http server: pass TLS 1.3 ciphersuites and disable-TLS-1.2/1.3 options if
+    set
+
+  * utils: change working directory to root before executing postgres admin
+    commands, to avoid that restrictions of the current CWD from the user
+    doesn't cause failing the command.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 03 Feb 2022 11:37:51 +0100
+
+pmg-api (7.1-1) bullseye; urgency=medium
+
+  * rulesystem: limit linelength of disclaimer to 998 bytes
+
+  * fix #3734: scrub CSS 'url' from style tags/attributes if view-images is
+    disabled for the quarantine
+
+  * fix #2795: add support for Delivery Status Notification (DSN)
+
+  * add support for two factor authentication with TOTP, recovery codes and
+    WebAuthn to the admin interface
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 28 Nov 2021 21:04:58 +0100
+
+pmg-api (7.0-9) bullseye; urgency=medium
+
+  * fix #2071: RuleDB: ignore duplicate entries for Who objects
+
+  * api: ldap config: sync with the complete config
+
+  * fix #3712: strip any trailing dot from the search-domain when passing it to
+    postifx
+
+  * api: journal: stream the journal data to the client
+
+  * api-daemons: make systemd restart them on-failure
+
+  * api-dameons: set oom-policy to `continue` so that a single (replacable)
+    worker getting OOM-killed does not bring down the whole service
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Nov 2021 19:13:29 +0100
+
+pmg-api (7.0-8) bullseye; urgency=medium
+
+  * api: apt: repos: avoid creating implicit default for enabled
+
+  * api: apt: use pmg-style permission for endpoint schema to allow access to
+    admins that aren't root@pam
+
+  * prefer more flexible get_local_ip where possible, it still prefers the
+    resolved hostname but falls back to configured or active IPs. Especially
+    useful for evaluation and initial (CT template) setups.
+
+  * pmgbanner: retry getting local IP for a bit in case of failure, this should
+    be only relevant for evaluation and initial setups where the hostname may
+    not yet resolve to the primary IP address.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Sep 2021 08:17:18 +0200
+
+pmg-api (7.0-7) bullseye; urgency=medium
+
+  * pmgversion: do not show packages with residual config as being in an error
+    installation state
+
+  * api: apt versions: add ifupdown(2), libproxmox-acme-* and pmg-i18n to
+    packages included in the version report.
+
+  * api: implement live network reload with ifupdown2
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Jul 2021 09:04:25 +0200
+
+pmg-api (7.0-6) bullseye; urgency=medium
+
+  * fix cluster join when large ssh-rsa keys are setup
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Jul 2021 17:54:03 +0200
+
+pmg-api (7.0-5) bullseye; urgency=medium
+
+  * d/control: recommend ifupdown2 and suggest zfsutils-linux
+
+  * switch enterprise repository over to bullseye
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Jul 2021 11:58:48 +0200
+
+pmg-api (7.0-3) bullseye; urgency=medium
+
+  * acme: handle wildcard dns validation
+
+  * api: apt: add calls for repositories status and basic manegement
+
+  * api: services: return active- and unit-state infos
+
+  * api: services: track chrony service
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Jul 2021 18:42:07 +0200
+
+pmg-api (7.0-2) bullseye; urgency=medium
+
+  * d/postinst: handle static machine-id from ISO 5.0 <= x <= 6.0
+
+  * cluster: fix missing import of helper module
+
+  * config: freshclam: default to incremental downloads
+
+  * utils: fix service alias lookup for service commands and status
+    query
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Jul 2021 22:51:12 +0200
+
 pmg-api (7.0-1) bullseye; urgency=medium
 
   * re-build for Proxmox Mail Gateway 7 based on Debian 11 Bullseye