summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2009-12-24 08:20:58 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2009-12-24 08:20:58 +0000
commit4d86a1ccf2eb5619085c4cace80443135e10b495 (patch)
tree94b368bc6b470050a6d91d61dd64a5368ceb8f96
parent74080763fefbf4363ab7abd6e4e1134a62e1fe5f (diff)
Bump version. Document.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2df1203..56f4168 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
News
~~~~
+ * Version 1.2 (2009-12-24):
+
+ * Make force_mda in the esmtprc to work with the -t option (based on patch
+ by Sourav K. Mandal)
+
* Version 1.1 (2009-12-16):
* Option to force local only MDA (Robert A.M. Diamond).
diff --git a/configure.ac b/configure.ac
index 7572160..64b19b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
-AC_INIT(esmtp, 1.1)
+AC_INIT(esmtp, 1.2)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(1.11 dist-bzip2)