Skip to content

Commit 9fbe81b

Browse files
committed
Version 1.2.0
1 parent 8ad712f commit 9fbe81b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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/dasynq
44
LIBDIR=/usr/lib
55

6-
VERSION=1.1.7
6+
VERSION=1.2.0
77
VERSION_MAJOR=1
88

99
export CXX CXXOPTS CXXLINKOPTS CXXTESTOPTS CXXTESTLINKOPTS THREADOPT SANITIZE

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
Dasynq version 1.1.7:
215
--------------------
316

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dasynq
22

3-
_Version 1.1.7_
3+
_Version 1.2.0_
44

55
Dasynq is an event loop library similar to libevent, libev and libuv. Like other such libraries, it is
66
crossplatform / portable. Unlike most other such libraries, it is intended to be completely usable in

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 1.1.7).
9+
This is the manual for the <b>Dasynq</b> event loop library (version 1.2.0).
1010

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

0 commit comments

Comments
 (0)