aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-11-15 18:03:31 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-11-15 18:03:31 +0200
commit87d020fe57e1974963377e3404280c95245dc135 (patch)
tree30c96952c6f56a4593f2860d899f20bcfe2567c1
parent177cc9e626dd5b4e74f98cab8542762224075b9d (diff)
downloadnetsnmp-sendmail-master.tar.gz
netsnmp-sendmail-master.tar.bz2
Version 0.97HEADv0.97master
-rw-r--r--Changes4
-rw-r--r--sendmail.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 15e2cc5..1f2388a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.97 2023-11-15
+
+* Don't bail out if mailq or mailstats fails.
+
0.96 2021-02-13
* Change bugtracker address.
diff --git a/sendmail.pl b/sendmail.pl
index bdc64c5..a1795a8 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -235,7 +235,7 @@ use Data::Dumper;
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = "0.96";
+our $VERSION = "0.97";
our @EXPORT_OK = qw(&Configure);

Return to:

Send suggestions and report system problems to the System administrator.