File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
HEADERDIR=/usr/include/dasynq
4
4
LIBDIR=/usr/lib
5
5
6
- VERSION=1.2.0
6
+ VERSION=1.2.1
7
7
VERSION_MAJOR=1
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 X :
2
- ----------------
1
+ Dasynq version 1.2.1 :
2
+ --------------------
3
3
4
4
This version fixes a bug which triggered when an event loop was constructed with delayed initialisation and
5
5
then never initialised before being destroyed. On systems using POSIX timers (such as FreeBSD), this could
@@ -8,6 +8,8 @@ cause a crash.
8
8
On Linux, eventfd is used as the mechanism to signal an event loop in another thread, rather than a pipe.
9
9
This uses one less file descriptor and is more efficient generally.
10
10
11
+ Some minor packaging issues have been resolved.
12
+
11
13
12
14
Dasynq version 1.2.0:
13
15
--------------------
Original file line number Diff line number Diff line change 1
1
# Dasynq
2
2
3
- _ Version 1.2.0 _
3
+ _ Version 1.2.1 _
4
4
5
5
Dasynq is an event loop library similar to libevent, libev and libuv. Like other such libraries, it is
6
6
crossplatform / portable. Unlike most other such libraries, it is intended to be completely usable in
@@ -85,7 +85,7 @@ assuming you have pkg-config installed:
85
85
86
86
There is also CMake support. You can add the following to your ` CMakeLists.txt ` file:
87
87
88
- find_package(Dasynq 1.2.0 )
88
+ find_package(Dasynq 1.2.1 )
89
89
90
90
# The "old way". Not sexy, but works without hitches.
91
91
#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 1.2.0 ).
9
+ This is the manual for the < b > Dasynq</ b > event loop library (version 1.2.1 ).
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