From 0c92c2db974741139857abcb780096f38910cdb6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 31 May 2023 15:57:45 +0200 Subject: [PATCH] 1.3.2 release * Documentation available at http://intevation.github.io/intelmq-mailgen/ * Enhancements to the library-mode: * Template can be passed as parameter to mailgen * dry run (simulation mode) * Preview mode: returning notifications as string to the caller instead of sending them via SMTP * `additional_directive_where` as parameter * Existing database connection can be passed as parameter to mailgen * Many small style and formatting fixes --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2616fc9..cb469f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +intelmq-mailgen (1.3.2-1) stable; urgency=medium + + * Documentation available at http://intevation.github.io/intelmq-mailgen/ + * Enhancements to the library-mode: + * Template can be passed as parameter to mailgen + * dry run (simulation mode) + * Preview mode: returning notifications as string to the caller instead of sending them via SMTP + * `additional_directive_where` as parameter + * Existing database connection can be passed as parameter to mailgen + * Many small style and formatting fixes + + -- Sebastian Wagner Wed, 31 May 2023 15:55:13 +0200 + intelmq-mailgen (1.3.1-1) stable; urgency=medium * use sys.exit instead of exit