From f59721ed1b0d3a8cce9e2574743ef477cec2b7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Fri, 5 Mar 2004 09:26:36 +0000 Subject: [PATCH] start on 0.28-dev ... git-svn-id: https://svn.perl.org/qpsmtpd/trunk@216 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 3 +++ lib/Qpsmtpd.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 02d0c41..38a8f9e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.28 + + 0.27 Support for unix sockets in the spamassassin plugin (requires SA diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index dbcdb49..1310d31 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -1,7 +1,7 @@ package Qpsmtpd; use strict; -$Qpsmtpd::VERSION = "0.27.0"; +$Qpsmtpd::VERSION = "0.28-dev"; sub TRACE_LEVEL () { 6 } use Sys::Hostname;