Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Apr 14, 2024
1 parent d61379d commit b55c0a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
Changelog
#########

2.0.9
=====

Fixed
-----

* Fixed build with system libraries
(`#176 <https://github.com/roehling/postsrsd/issues/176>`_)

Changed
-------

* Create sockets non-blocking and with close-on-exec enabled

2.0.8
=====

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cmake_minimum_required(VERSION 3.14...3.28)
project(
postsrsd
VERSION 2.0.8
VERSION 2.0.9
LANGUAGES C
DESCRIPTION "Sender Rewriting Scheme daemon for Postfix"
HOMEPAGE_URL "https://github.com/roehling/postsrsd"
Expand Down

0 comments on commit b55c0a3

Please sign in to comment.