Servus  1.3.0
C++ network oriented utilities including a zeroconf implementation
 All Pages
Changelog.md
1 
2 # Changelog {#Changelog}
3 
4 # git master {#master}
5 
6 # Release 1.3 (07-04-2016)
7 
8 * [43](https://github.com/HBPVis/Servus/pull/43):
9  Allow URI queries without value
10 * [34](https://github.com/HBPVis/Servus/pull/34):
11  Serializable interface for zeq::http::Server
12 * [31](https://github.com/HBPVis/Servus/pull/31):
13  Fix schema parsing in servus::URI: must be schema://, not only schema:
14 * [28](https://github.com/HBPVis/Servus/pull/28):
15  Add a function to get the host corresponding to a given instance.
16 
17 # Release 1.2 (02-11-2015)
18 
19 * Added a new library ServusQt: Provides servus::qt::ItemModel which implements
20  QAbstractItemModel to use it for any item view provided by Qt. Available only
21  if Qt5::Core was found during build.
22 * Added servusBrowser tool to show usage of servus::qt::ItemModel. Available
23  only if Qt5::Widgets was found during build.
24 * Fix deadlock on Windows in servus::make_UUID()
25 
26 # Release 1.1 (07-07-2015)
27 
28 * Added the function URI::getAuthority
29 * Added some URI setters.
30 * Build fixes for gcc 4.9.2 and MSVC.
31 
32 # Release 1.0.1 (29-05-2015)
33 
34 * Fixed URI parsing for URI without authority.
35 
36 # Release 1.0 (21-05-2015)
37 
38 * Initial version.