File tree 4 files changed +12
-4
lines changed 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
HEADERDIR=/usr/include
4
4
LIBDIR=/usr/lib
5
5
6
- VERSION=2.1.1
6
+ VERSION=2.1.2
7
7
VERSION_MAJOR=2
8
8
9
9
export CXX CXXOPTS CXXLINKOPTS CXXTESTOPTS CXXTESTLINKOPTS THREADOPT SANITIZE
Original file line number Diff line number Diff line change
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
+
1
9
Dasynq version 2.1.1:
2
10
--------------------
3
11
Original file line number Diff line number Diff line change 1
1
# Dasynq
2
2
3
- _ Version 2.1.1 _
3
+ _ Version 2.1.2 _
4
4
5
5
Dasynq is an event loop library similar to libevent, libev and libuv. Like other such libraries,
6
6
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:
92
92
93
93
There is also CMake support. You can add the following to your ` CMakeLists.txt ` file:
94
94
95
- find_package(Dasynq 2.1.1 )
95
+ find_package(Dasynq 2.1.2 )
96
96
97
97
# The "old way":
98
98
#target_include_directories(testapp PRIVATE "${DASYNQ_INCLUDE_DIRS}")
Original file line number Diff line number Diff line change 6
6
< div class ="content ">
7
7
< h1 > Dasynq manual</ h1 >
8
8
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 ).
10
10
11
11
< ul >
12
12
< li > < a href ="#intro "> Introduction</ a > </ l1 >
You can’t perform that action at this time.
0 commit comments