Skip to content

Commit

Permalink
1.3.2 release
Browse files Browse the repository at this point in the history
  * 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
  • Loading branch information
wagner-intevation committed Jun 1, 2023
1 parent c6be1bf commit 0c92c2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 31 May 2023 15:55:13 +0200

intelmq-mailgen (1.3.1-1) stable; urgency=medium

* use sys.exit instead of exit
Expand Down

0 comments on commit 0c92c2d

Please sign in to comment.