Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Sep 22, 2023
1 parent c718a7e commit 212e7fd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
HEADERDIR=/usr/include
LIBDIR=/usr/lib

VERSION=1.2.3
VERSION=1.2.4
VERSION_MAJOR=1

export CXX CXXOPTS CXXLINKOPTS CXXTESTOPTS CXXTESTLINKOPTS THREADOPT SANITIZE
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Dasynq version 1.2.4:
--------------------

This version includes a fix for some minor issues that may manifest after memory is full (i.e. rarely).
It also includes a fix for using file (output) watchers (in emulation mode) with the /dev/null device on
FreeBSD (this returns an undocumented error code, which was not previously handled by Dasynq).


Dasynq version 1.2.3:
--------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dasynq

_Version 1.2.3_
_Version 1.2.4_

Dasynq is an event loop library similar to libevent, libev and libuv. Like other such libraries, it is
crossplatform / portable. Unlike most other such libraries, it is intended to be completely usable in
Expand Down
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="content">
<h1>Dasynq manual</h1>

This is the manual for the <b>Dasynq</b> event loop library (version 1.2.3).
This is the manual for the <b>Dasynq</b> event loop library (version 1.2.4).

<ul>
<li><a href="#intro">Introduction</a></l1>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project('dasynq', 'cpp',
# 'werror=true',
],
license: 'Apache-2.0',
version: '1.2.3',
version: '1.2.4',
)

dasynq_deps = []
Expand Down

0 comments on commit 212e7fd

Please sign in to comment.