2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657) |
Log message:
Recursive bump for pcre-8.30* (shlib major change)
|
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2011-11-30 11:51:32 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update milter-manager to 1.8.2.
1.8.2: 2011-11-29
A bug fix release of 1.8.1.
milter-core
Fixes
* [event-loop][glib] fix memory leaks since 1.6.6.
* [core] fix memory leak when delete header.
|
2011-11-16 07:07:42 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update milter-manager to 1.8.1.
A bug fix release of 1.8.0.
Now, manager.event_loop_backend and manager.n_workers aren't
experimental!
=== milter manager
==== Improvements
* [applicable-condition][sendmail] clear DNS cache for each 100 IP
addresses.
==== Fixes
* detach IO for launcher on daemon mode.
use milter_client_is_run_as_daemon() to get whether daemonize or
not. [Reported by OBATA Akio]
* add a workaround for Ruby cleanup.
If environment variable
MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes,
skip timer thread before cleanup.
* use rb_fork() as fork implementation.
This will fix --daemon doesn't work on *BSD.
[Reported by OBATA Akio]
* use INCLUDES to use configured libev include path rather than
CPPFLAGS. [Reported by moto kawasaki]
=== milter-core
==== Fixes
* fix missing null FD close by inverted condition.
[Reported by OBATA Akio]
=== milter-client
==== Improvements
* use higher priority for accepting connection.
==== Fixes
* fix a bug that workers don't shutdown on master shutdown. It's
GLib evnet loop backend specific problem.
=== milter-server
==== Improvements
* add more information to error message.
* [server] unify unknown name logging.
==== Fixes
* fix a bug that all milters can't find on 2nd RCPT in the same
session.
=== Ruby milter
==== Improvements
* add Milter::Client::Configuration::MilterConfiguration#name.
==== Fixes
* fix event_loop_created hook can't get event loop.
* do not raise error if process raw shift_jis mail file. Ruby 1.9.
* udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi]
* [ruby][glib2] fix a SEGV bug on Solaris10.
=== milter-test-server
==== Fixes
* fix quoted charset detection. [Reported by nobu]
* fix multiline header parsing.
* --mail-file keeps new line type of the original mail.
=== Document
==== Improvements
* add log list to HTML.
* fix typos. [Pull requested by Norio Suzuki]
=== Admin
==== Improvements
* use locale "en" if Accept-Language is not "ja".
[Reported by Larry G. Wapnitsky]
|
2011-09-16 04:26:45 by OBATA Akio | Files touched by this commit (14) |
Log message:
Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.
|
2011-06-12 13:08:37 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update milter-manager to 1.8.0.
== [release-1-8-0] 1.8.0: 2011-06-10
The first release of stable 1.8.x series.
=== All
==== Improvements
* Removed unused variables.
=== Package
==== Improvements
* [debian] Removed Debian GNU/Linux lenny support.
* [debian] Added Debian GNU/Linux wheezy support.
* [ubuntu] Removed Ubuntu Hardy Heron support.
* [ubuntu] Removed Ubuntu Maverick Meerkat support.
* [ubuntu] Added Ubuntu Natty Narwhal support.
* [redhat] Specified PID file in init file explicitly.
* [freebsd] Supported /etc/rc.conf.local.
[Patch by moto kawasaki]
==== Fixes
* [debian] Added missing milter.rb.
[Reported by Mitsuru Ogino]
=== milter manager
==== Improvements
* [trust applicable condition] Normalized domain name.
* Added ((<trust.clear|configuration.rd#trust.clear>))
configuration item.
* Added
\
((<trust.load_envelope_from_domains|configuration.rd#trust.load_envelope_from \
_domains>))
configuration item.
* [trust applicable condition] Added ezweb.ne.jp and
docomo.ne.jp to built-in trusted domain list.
* Used fallback status on negotiate.
* Added
((<manager.chunk_size|configuration.rd.ja#manager.chunk_size>))
configuration item.
==== Fixes
* Fixed a bug that child milter process launcher isn't
exited.
[Reported by OBATA Akio]
* Fixed a bug that child milters that return reject,
temporary failure or discard aren't used in the same
session.
=== milter-core
==== Improvements
* Added trace log level that is more verbose than debug
log level.
* Supported +/- log level prefix to add/remove log level
from the current log levels in MILTER_LOG_LEVEL
environment environment.
==== Fixes
* Fixed a read block bug when readable data is available.
=== Ruby milter
==== Improvements
* [configuration] Used 'accept' as default value for
fallback status.
=== milter-performance-check
==== Improvements
* Supported CentOS 5.
=== Document
==== Fixes
* Used Milter::VERSION instead of Milter::TOOLKIT_VERSION
for confirming Ruby milter's version.
[Reported by Mitsuru Ogino]
|
2011-05-12 13:28:11 by OBATA Akio | Files touched by this commit (3) |
Log message:
Add an upstream patch to fix a bug that process launcher isn't quitted. Bump \
PKGREVISION.
|
2011-04-26 17:39:48 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update milter-manager to 1.6.9.
== [release-1-6-9] 1.6.9: 2011-04-26
A bug fix release of 1.6.8.
=== All
==== Improvements
* autogen.sh supports bash.
[Reported by Kenji Shiono]
=== Document
==== Improvements
* Followed Ruby milter's change.
[Reported by akira yamada]
=== milter manager
==== Improvements
* Added
((<database.extra_options|configuration.rd#database.extra_options>))
configuration item.
* Supported exception handling in callback.
==== Fixes
* Fixed a bug that define_connection_checker raises an
exception.
[Reported by Kenji Shiono]
=== milter-client
==== Improvements
* Supported error report when UNIX domain socket mode
change is failed.
=== milter-performance-check
==== Improvements
* Added --starttls option.
* Added --auth-user option.
* Added --auth-password option.
* Added --auth-mechanism option.
* Added --auth-map option.
==== Fixes
* Fixed a bug that --smtp-port is ignored.
|
2011-04-23 10:09:43 by OBATA Akio | Files touched by this commit (1) |
Log message:
more replace interpreter.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|