Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 21, 2022
1 parent 0a7b920 commit 65f0c28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

set(PROJECT_VERSION 2.5.2)
set(PROJECT_VERSION 2.6.0)

if(EXISTS "/etc/debian_version")
cmake_minimum_required(VERSION 3.7.2)
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Unreleased
------------------------------------------------------------------------

2022-03-21 v2.6.0
------------------------------------------------------------------------

* Fix: posix/proc don't allow users of this filter to progress
until the proc waiter thread has completed initialisation.

* Fix: Address multiple thread synchronisation issues by using a
single global mutex to synchronise the kqueue list, and kqueue
single global mutex to synchronise the kqueue list and kqueue
file descriptor map, and per kqueue mutexes which are locked for
the duration of copyin and copyout. The per filter knote mutex
was removed with this change as it's no longer needed.
Expand Down

0 comments on commit 65f0c28

Please sign in to comment.