Skip to content

Commit

Permalink
Update milter-manager to 1.8.5.
Browse files Browse the repository at this point in the history
== [release-1-8-5] 1.8.5: 2012-12-03

A bug fix release of 1.8.4.

=== Package

  * Drop Ubuntu Natty Narwhal support.
  * Fix broken documents.

=== Ruby milter

  * Fix a typo in test for Ruby1.8.
    [Pull requested by umq]

=== Thanks

  * umq

== [release-1-8-4] 1.8.4: 2012-11-21

A bug fix release of 1.8.3.

=== Package

  * Added Ubuntu Quantal Quetzal support.
  * Provided packages built by using Ruby1.9 on following distributions:
    Debian wheezy, Debian sid, Ubuntu Precise Pangolin, Ubuntu Quantal Quetzal
  * Added missing fixture files into tar.gz.
    [Reported by Hirohisa Yamaguchi]
  * Solaris: Added missing SMF method file into tar.gz.
    [Reported by @ftnk]
  * yum: Rename yum repository pacakge.
    milter-manager-repository -> milter-manager-release
  * deb: Use Ruby1.9 by default.
  * deb: Rename packages for Ruby binding.
    libmilter-*-ruby1.8 -> ruby-milter-*

=== milter manager

==== Improvements

  * configure: Specify Ruby/GLib2 version to --with-bundled-ruby-glib2 option

==== Fixes

  * manager: Suppressed compiler type warnings.
    [GitHub #12]
    [Reported by Hirohisa Yamaguchi]
  * debian cron: used mail.log instead of mail.info
    [milter-manager-users-ja:00171]
    [Reported by Kazuhiro NISHIYAMA]

=== milter-core

==== Improvements

  * Supported MILTER_DEBUG=fatal-criticals.
  * binding ruby: milter callback arguments are ASCII_8BIT.
    [GitHub #3]

==== Fixes

  * Fixed an issue which a following warning is shown when running at high loads.
    "g_io_channel_write_chars: assertion `channel->is_writeable' failed"

=== Admin

==== Improvements

  * Upgraded to Rails2.3.14

=== Document

==== Fixes

  * Fixed about install sequence on CentOS.
    [GitHub #13]
    [Reported by Kunkichi]

=== Thanks

  * Hirohisa Yamaguchi
  * Kazuhiro NISHIYAMA
  * @ftnk
  * Kunkichi
  • Loading branch information
obache committed Dec 22, 2012
1 parent d4f9d09 commit 1418704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions mail/milter-manager/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.25 2012/10/08 12:19:17 asau Exp $
# $NetBSD: Makefile,v 1.26 2012/12/22 08:29:30 obache Exp $
#

DISTNAME= milter-manager-1.8.3
PKGREVISION= 1
DISTNAME= milter-manager-1.8.5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/}

Expand Down
3 changes: 2 additions & 1 deletion mail/milter-manager/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2012/05/24 15:22:39 obache Exp $
@comment $NetBSD: PLIST,v 1.11 2012/12/22 08:29:30 obache Exp $
bin/milter-manager-log-analyzer
bin/milter-performance-check
bin/milter-report-statistics
Expand Down Expand Up @@ -265,6 +265,7 @@ share/doc/milter-manager/ja/milter-writer.xml
share/doc/milter-manager/ja/mta-and-milter-manager-and-child-milter-ja.png
share/doc/milter-manager/ja/mta-and-milter-manager-and-child-milter.png
share/doc/milter-manager/ja/news.html
share/doc/milter-manager/ja/readme.html
share/doc/milter-manager/ja/reverse-dictionary.html
share/doc/milter-manager/ja/right.png
share/doc/milter-manager/ja/ruby-milter-configuration.html
Expand Down
8 changes: 4 additions & 4 deletions mail/milter-manager/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2012/05/24 15:22:39 obache Exp $
$NetBSD: distinfo,v 1.15 2012/12/22 08:29:30 obache Exp $

SHA1 (milter-manager-1.8.3.tar.gz) = 0d72c5857a7ca0e490143bd3a353cb53d02e4ab9
RMD160 (milter-manager-1.8.3.tar.gz) = 11be9cc5892ecb3f43eaadf901c808cd71172fe5
Size (milter-manager-1.8.3.tar.gz) = 7377768 bytes
SHA1 (milter-manager-1.8.5.tar.gz) = c734f1d75b2a15a529712c6a45e40c491994a7b6
RMD160 (milter-manager-1.8.5.tar.gz) = 0c6523af7e2e22c4b3a83eccf8eb63caf07f58ef
Size (milter-manager-1.8.5.tar.gz) = 7372058 bytes

0 comments on commit 1418704

Please sign in to comment.