File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
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.1.7
6
+ VERSION=1.2.0
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 1.2.0:
2
+ --------------------
3
+
4
+ This version includes important bugfixes, including cases where the wrong
5
+ exception type was thrown for certain errors with some event loop backends.
6
+ Additionally, it fixes compilation issues with newer compilers.
7
+
8
+ New feature: delayed event loop initialisation.
9
+
10
+ An event loop can be constructed via a noexcept constructor and initialised
11
+ later via an init() function. See the documentation for details.
12
+
13
+
1
14
Dasynq version 1.1.7:
2
15
--------------------
3
16
Original file line number Diff line number Diff line change 1
1
# Dasynq
2
2
3
- _ Version 1.1.7 _
3
+ _ Version 1.2.0 _
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
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.1.7 ).
9
+ This is the manual for the < b > Dasynq</ b > event loop library (version 1.2.0 ).
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