summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorobache <obache>2010-08-12 02:09:22 +0000
committerobache <obache>2010-08-12 02:09:22 +0000
commita37099c0e64912eca7bdb1d2088534404ef595cb (patch)
tree3bab67fbe30bd6dcb7cc468f8a1cf39ad2b91268 /chat
parent827ec51b98ec3f4aa6815769601c711e7757eefc (diff)
downloadpkgsrc-a37099c0e64912eca7bdb1d2088534404ef595cb.tar.gz
Update milter-manager to 1.6.0.
== [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
Diffstat (limited to 'chat')
0 files changed, 0 insertions, 0 deletions