]> git.proxmox.com Git - pmg-api.git/blobdiff - debian/changelog
bump version to 5.0-77
[pmg-api.git] / debian / changelog
index 26b12213be7c78b30e9f1b0928c55df559f9d105..08e58973514449d832c2eec9007cae9a0ef928f1 100644 (file)
@@ -1,3 +1,387 @@
+pmg-api (5.0-77) unstable; urgency=medium
+
+  * fix bux #1776: set http_proxy for sa-update
+
+  * statistics: actually calculate day when it is given
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 03 Sep 2018 13:01:41 +0200
+
+pmg-api (5.0-76) unstable; urgency=medium
+
+  * d/control: update pve-common version dependency
+
+  * as we use the new param_mapping functionallity from PVE::CLIHandler
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Jul 2018 10:54:44 +0200
+
+pmg-api (5.0-75) unstable; urgency=medium
+
+  * log email addresses as utf8 (postfix also do that).
+
+  * SMTP.pm: SMTPUTF8 is always passed with "mail" command
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Jul 2018 09:59:45 +0200
+
+pmg-api (5.0-74) unstable; urgency=medium
+
+  * add support for SMTPUTF8 extensions
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Jul 2018 12:50:40 +0200
+
+pmg-api (5.0-73) unstable; urgency=medium
+
+  * Add postfix dnsbl threshold
+
+  * fix spamscore Statistics - correctly compute ratio
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Jun 2018 10:25:09 +0200
+
+pmg-api (5.0-72) unstable; urgency=medium
+
+  * PMG/RuleDB/Notify.pm: allow to use wide UTF-8 characters
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Jun 2018 10:18:48 +0200
+
+pmg-api (5.0-71) unstable; urgency=medium
+
+  * sync_userprefs_db: fix #1797 - fix merge function
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jun 2018 09:08:52 +0200
+
+pmg-api (5.0-70) unstable; urgency=medium
+
+  * fix bug 1707: use correct units for deferred mail queue (minutes)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 04 May 2018 12:47:11 +0200
+
+pmg-api (5.0-69) unstable; urgency=medium
+
+  * pmg-smtp-filter.service: set Restart=on-abort
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 04 Apr 2018 10:51:20 +0200
+
+pmg-api (5.0-68) unstable; urgency=medium
+
+  * quarantine actions: allow multiple ids for one action
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2018 14:18:54 +0200
+
+pmg-api (5.0-67) unstable; urgency=medium
+
+  * implement new 'helpdesk' role
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Mar 2018 11:44:28 +0100
+
+pmg-api (5.0-66) unstable; urgency=medium
+
+  * Fix password change of unix root user
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Mar 2018 14:19:21 +0100
+
+pmg-api (5.0-65) unstable; urgency=medium
+
+  * pmgpolicy: avoid warning about uninitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Mar 2018 06:42:31 +0100
+
+pmg-api (5.0-64) unstable; urgency=medium
+
+  * fix #1679: do not delete old quarantine mails on cluster creation/join
+
+  * Domain object: avoid warning about uninitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Mar 2018 06:13:32 +0100
+
+pmg-api (5.0-63) unstable; urgency=medium
+
+  * add support for avast virus scanner
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Feb 2018 10:16:07 +0100
+
+pmg-api (5.0-62) unstable; urgency=medium
+
+  * fix bug #1673: Allow email addresses in transport maps
+
+  * UserConfig: verify: check username vs userid
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 17 Feb 2018 10:07:40 +0100
+
+pmg-api (5.0-61) unstable; urgency=medium
+
+  * fix bug #1646: domains - allow to use wildcard domains
+
+  * fix bug # 1639: create /var/lib/pmg/backup
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Feb 2018 11:12:32 +0100
+
+pmg-api (5.0-60) unstable; urgency=medium
+
+  * pmg-daily.timer: use RandomizedDelaySec
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Feb 2018 08:15:05 +0100
+
+pmg-api (5.0-59) unstable; urgency=medium
+
+  * introduce new template var postfix.int_ip
+
+  * fix bug #1643: add port and protocol to spamquarantine config
+
+  * pmg-daily.timer: randomize start time using AccuracySec=5hours
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Jan 2018 14:20:39 +0100
+
+pmg-api (5.0-58) unstable; urgency=medium
+
+  * remove unique constraint from LocalStat(Time)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Jan 2018 09:05:22 +0100
+
+pmg-api (5.0-57) unstable; urgency=medium
+
+  * PMG::Cluster::sync_statistic_db - correctyl update
+    clusterinfo lastid_CStatistic
+
+  * PMG::Cluster::sync_quarantine_db - skip files generated before
+    cluster was created
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Jan 2018 08:02:10 +0100
+
+pmg-api (5.0-56) unstable; urgency=medium
+
+  * fix bug #1636: correctly track file modification time
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Jan 2018 11:09:33 +0100
+
+pmg-api (5.0-55) unstable; urgency=medium
+
+  * fix ipv6 address quoting for postfix mynetworks
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Jan 2018 07:30:45 +0100
+
+pmg-api (5.0-54) unstable; urgency=medium
+
+  * PMG/Config.pm: allow single address setups (all 1 netmask)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Jan 2018 13:32:03 +0100
+
+pmg-api (5.0-53) unstable; urgency=medium
+
+  * pmgpolicy: try to detect config changes
+
+  * fix bug #1625 - change default rule priorities
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Jan 2018 10:42:12 +0100
+
+pmg-api (5.0-52) unstable; urgency=medium
+
+  * PMG/RuleDB/Object.pm: fix permissions for role admin
+
+  * PMG/API2/MyNetworks.pm: fix links attribute
+
+  * PMG/API2/Transport.pm: fix links attribute
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Jan 2018 10:17:27 +0100
+
+pmg-api (5.0-51) unstable; urgency=medium
+
+  * pmgcm.pm: implement promote
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Jan 2018 13:09:57 +0100
+
+pmg-api (5.0-50) unstable; urgency=medium
+
+  * PMG/Config.pm: change default email port numbers - We now use port 25
+    for incoming mails. Please verify your setup after updating!
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Jan 2018 14:33:45 +0100
+
+pmg-api (5.0-49) unstable; urgency=medium
+
+  * AccessControl.pm: avoid warning about uninitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Jan 2018 13:53:31 +0100
+
+pmg-api (5.0-48) unstable; urgency=medium
+
+  * fix #1617: remove regex for matchfield. modfield
+
+  * do not return bindpw over the api
+
+  * let all users read their own user data
+
+  * make ldap info visible for audit users
+
+  * implement pmgcm delete
+
+  * allow admins to reset the rule database
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Jan 2018 11:36:26 +0100
+
+pmg-api (5.0-47) unstable; urgency=medium
+
+  * truncate large mails before passing them to spamassassin
+
+  * reduce default maxspamsize back to 256
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 29 Dec 2017 12:19:09 +0100
+
+pmg-api (5.0-46) unstable; urgency=medium
+
+  * PMG/DBTools.pm: add missing TicketID column to CMSReceivers
+
+  * Quarantine.pm: use new TicketID to indentify mails
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Dec 2017 13:07:52 +0100
+
+pmg-api (5.0-45) unstable; urgency=medium
+
+  * PMG/API2/Quarantine.pm - require parameter pmail for quarantine actions
+
+  * delete_quarantined_mail,deliver_quarantined_mail: add parameter $receiver,
+    correctly update database after mail delivery
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Dec 2017 10:28:05 +0100
+
+pmg-api (5.0-44) unstable; urgency=medium
+
+  * PMG/API2/APT.pm - fix changelog urls
+
+  * disable suspend-to-disk, as it delays boot on systems with root on ZFS
+
+  * pmg-daily: add check for available updates
+
+  * periodically update subscription status
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Dec 2017 08:43:48 +0100
+
+pmg-api (5.0-43) unstable; urgency=medium
+
+  * run postmap after generation postfix main.cf
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Dec 2017 12:46:53 +0100
+
+pmg-api (5.0-42) unstable; urgency=medium
+
+  * PMG/Config.pm: avoid warnings if there is no search domain in resolv.conf
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Dec 2017 12:12:04 +0100
+
+pmg-api (5.0-41) unstable; urgency=medium
+
+  * PMG/Fetchmail.pm - autostart fetchmail service
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Dec 2017 11:33:22 +0100
+
+pmg-api (5.0-40) unstable; urgency=medium
+
+  * PMG/Cluster.pm - rewrite ssh keys after cluster sync
+
+  * bump default maxspamsize to 1M
+
+  * depend on apt-transport-https
+
+  * depend on fetchmail
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Dec 2017 10:28:25 +0100
+
+pmg-api (5.0-39) unstable; urgency=medium
+
+  * install /etc/apt/apt.conf.d/75pmgconf to avoid atomatic kernel removes
+
+  * install /etc/apt/sources.list.d/pmg-enterprise.list
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Dec 2017 11:14:53 +0100
+
+pmg-api (5.0-38) unstable; urgency=medium
+
+  * add API for node reboot/shutdown
+
+  * bin/pmg-hourly: use reload-or-restart to reload pmgpolicy service
+
+  * PMG/DBTools.pm: do not use IF NOT EXISTS bcause it writes debug
+    messages to console
+
+  * PMG/DBTools.pm - use user root to sync database
+
+  * pmgtunnel.pm - fix call to socketfile()
+
+  * debian/control - depend on 'rsync'
+
+  * PMG/CLI/pmgreport.pm - remove greylisted mails from daily report
+
+  * PMG/CLI/pmgdb.pm: generate default locale
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Dec 2017 10:06:42 +0100
+
+pmg-api (5.0-37) unstable; urgency=medium
+
+  * pmgreport: use PMG::API2::Statistics to include postscreen stats
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Dec 2017 09:19:05 +0100
+
+pmg-api (5.0-36) unstable; urgency=medium
+
+  * replace novnc with xtermjs
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Dec 2017 14:48:32 +0100
+
+pmg-api (5.0-35) unstable; urgency=medium
+
+  * rename safe_browsing_score to clamav_heuristic_score
+
+  * use clamav_heuristic_score for heuristics results
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Dec 2017 13:39:06 +0100
+
+pmg-api (5.0-34) unstable; urgency=medium
+
+  * PMG/API2/Statistics.pm - include postscreen stats in mail/mailcount
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Dec 2017 11:27:49 +0100
+
+pmg-api (5.0-33) unstable; urgency=medium
+
+  * bin/pmgpolicy - count PREGREET rejects (postscreen)
+
+  * PMG/API2/Statistics.pm - rename rblcount to rejectcount, include PREGREET
+
+  * depend on: openssh-client, openssh-server, apt
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Dec 2017 07:59:11 +0100
+
+pmg-api (5.0-32) unstable; urgency=medium
+
+  * PMG::DBTool::load_mail_data - add optional $pmail parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Dec 2017 12:19:58 +0100
+
+pmg-api (5.0-31) unstable; urgency=medium
+
+  * PMG/HTMLMail.pm - use global hash to store inlined images
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Dec 2017 06:31:52 +0100
+
+pmg-api (5.0-30) unstable; urgency=medium
+
+  * debian/postinst/prerm - handle pmgproxy/pmgdaemon manually
+    to keep VNC connections during upgrades.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Dec 2017 14:12:04 +0100
+
+pmg-api (5.0-29) unstable; urgency=medium
+
+  * LDAP: add mailAlternativeAddress to mailattr default
+
+  * PMG/LDAPConfig.pm - register new format ldap-simple-attr
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Dec 2017 12:09:07 +0100
+
+pmg-api (5.0-28) unstable; urgency=medium
+
+  * pmg-smtp-filter: fix safebrowsing hit detection
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Dec 2017 13:17:24 +0100
+
 pmg-api (5.0-27) unstable; urgency=medium
 
   * do not use .db file for mynetworks