Fixup CHANGES for release

This commit is contained in:
Scott Kitterman 2018-07-29 15:00:03 -04:00
commit 570e9836d7

View file

@ -4,7 +4,7 @@
# ! = Changed something significant, or removed a feature # ! = Changed something significant, or removed a feature
# * = Fixed a bug, or made a minor improvement # * = Fixed a bug, or made a minor improvement
--- 2.011 UNRELEASED --- 2.011 2018-07-29
* Added mention of the requirement for Sys::Syslog to INSTALL * Added mention of the requirement for Sys::Syslog to INSTALL
* Add references to the current upstream location on Launchpad * Add references to the current upstream location on Launchpad
+ Add option to skip SPF checks on exempt domains based on /etc/postfix/ + Add option to skip SPF checks on exempt domains based on /etc/postfix/
@ -12,6 +12,8 @@
! Switch relay_addresses to use /etc/postfix/exempt_spf_addresses instead ! Switch relay_addresses to use /etc/postfix/exempt_spf_addresses instead
of hand editing the code (Thanks to Scott Savarese for pushing this over of hand editing the code (Thanks to Scott Savarese for pushing this over
the finish line) the finish line)
+ Add config.sh (see README for details) to support different postfix
configuration directories
--- 2.010 2012-06-17 --- 2.010 2012-06-17
* Fixed incorrect use of != instead of ne for string comparison * Fixed incorrect use of != instead of ne for string comparison