forked from strongswan/davici
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
36 lines (19 loc) · 755 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Release notes #
## Version 1.4 - 2021-09-07 ##
- Add support for edge triggered file descriptor dispatching
- Migrate CI from Travis to GitHub Actions
- Add a first trivial usage example showing poll() integration
## Version 1.3 - 2017-01-20 ##
- Introduce recursive message parsing using callbacks
- Add scanf() based value conversion helper functions
- Some tweaks for C99 compatibility
## Version 1.2 - 2017-01-05 ##
- Add Travis CI support
- Add support for macOS and other BSDs
## Version 1.1 - 2016-06-6 ##
- Misc minor fixes
- Wrap davici.h in extern C for C++ users
## Version 1.0 - 2015-12-15 ##
- Initial public LGPLv2 licensed release
## Version 0.1 - 2015-11-06 ##
- First release of davici asynchronous VICI client library