From 41c66d21f939cd1c6eed8072403928e1e21a553f Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Thu, 16 Apr 2009 08:51:00 -0400 Subject: [PATCH] Prepare for 1.4.0 release. --- ChangeLog | 4 ++++ man/inoclam.8 | 2 +- man/inoclam.conf.5 | 2 +- src/inoclam.cxx | 2 +- src/inoclam.hxx | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45df93a..bdd73c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +16 Apr 2009 Tom Cort 1.4.0 (Amy) + + * Updates for libclamav-0.95 API + 14 Apr 2009 Tom Cort 1.3.0 (Farnsworth) * Re-tag release diff --git a/man/inoclam.8 b/man/inoclam.8 index 8be93ff..5b90d7b 100644 --- a/man/inoclam.8 +++ b/man/inoclam.8 @@ -13,7 +13,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -.TH INOCLAM 8 "v1.3.0 (Farnsworth)" "April 14, 2009" +.TH INOCLAM 8 "v1.4.0 (Amy)" "April 16, 2009" .SH NAME inoclam \- directory monitor with virus scanning capabilities. diff --git a/man/inoclam.conf.5 b/man/inoclam.conf.5 index 44687aa..17faec0 100644 --- a/man/inoclam.conf.5 +++ b/man/inoclam.conf.5 @@ -13,7 +13,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -.TH INOCLAM.CONF 5 "v1.3.0 (Farnsworth)" "April 14, 2009" +.TH INOCLAM.CONF 5 "v1.4.0 (Amy)" "April 16, 2009" .SH NAME inoclam.conf \- the \fBinoclam\fP configuration file. diff --git a/src/inoclam.cxx b/src/inoclam.cxx index 58ba13e..0dad786 100644 --- a/src/inoclam.cxx +++ b/src/inoclam.cxx @@ -56,7 +56,7 @@ int killed; void display_version() { daemon_log(LOG_INFO, "inoclam v%s (%s)", VERSION, CODENAME); - daemon_log(LOG_INFO, "Copyright (C) 2007 Vermont Department of Taxes"); + daemon_log(LOG_INFO, "Copyright (C) 2007, 2008, 2009 Vermont Department of Taxes"); daemon_log(LOG_INFO, "This is free software; see the source for copying conditions. There is NO"); daemon_log(LOG_INFO, "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); } diff --git a/src/inoclam.hxx b/src/inoclam.hxx index 3f388e1..ecbbf88 100644 --- a/src/inoclam.hxx +++ b/src/inoclam.hxx @@ -22,11 +22,11 @@ /** * The version of the software. */ -#define VERSION "1.3.0" +#define VERSION "1.4.0" /** * A release name. Use Futurama characters. */ -#define CODENAME "Farnsworth" +#define CODENAME "Amy" #endif -- 2.11.4.GIT