Skip to content

Commit b1a20fd

Browse files
committed
Version 2.1.2
1 parent 688d5dd commit b1a20fd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
HEADERDIR=/usr/include
44
LIBDIR=/usr/lib
55

6-
VERSION=2.1.1
6+
VERSION=2.1.2
77
VERSION_MAJOR=2
88

99
export CXX CXXOPTS CXXLINKOPTS CXXTESTOPTS CXXTESTLINKOPTS THREADOPT SANITIZE

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Dasynq version 2.1.2:
2+
--------------------
3+
4+
This version includes a single build configuration fix. If DASYNQ_HAVE_EVENTFD was defined as 0,
5+
the build would include support for eventfd as if DASYNQ_HAVE_EVENTFD was instead defined as 1.
6+
The meson.build file has been updated to install headers to the correct 'includedir' location.
7+
8+
19
Dasynq version 2.1.1:
210
--------------------
311

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dasynq
22

3-
_Version 2.1.1_
3+
_Version 2.1.2_
44

55
Dasynq is an event loop library similar to libevent, libev and libuv. Like other such libraries,
66
it is crossplatform / portable. Unlike most other such libraries, it is intended to be completely
@@ -92,7 +92,7 @@ assuming you have pkg-config installed:
9292

9393
There is also CMake support. You can add the following to your `CMakeLists.txt` file:
9494

95-
find_package(Dasynq 2.1.1)
95+
find_package(Dasynq 2.1.2)
9696

9797
# The "old way":
9898
#target_include_directories(testapp PRIVATE "${DASYNQ_INCLUDE_DIRS}")

doc/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="content">
77
<h1>Dasynq manual</h1>
88

9-
This is the manual for the <b>Dasynq</b> event loop library (version 2.1.1).
9+
This is the manual for the <b>Dasynq</b> event loop library (version 2.1.2).
1010

1111
<ul>
1212
<li><a href="#intro">Introduction</a></l1>

0 commit comments

Comments
 (0)