hwsd  2.0.0
Local and remote ZeroConf service discovery for hardware resources
 All Pages
Changelog.md
1 Changelog {#Changelog}
2 =========
3 
4 # git master
5 
6 # Release 2.0 (09-12-2016)
7 
8 * [56](https://github.com/Eyescale/hwsd/pull/56):
9  - Added a new flag to GPUInfo to identify which is the default display under X.
10  - Removed GPUInfo::defaultValue.
11  - GPU filter fixed to also consider the port numbers.
12  - Do not probe display ports greater than 9 under X to avoid opening ssh -X
13  virtual displays.
14 * [55](https://github.com/Eyescale/hwsd/pull/55): Fix memory corruption
15  with SessionFilter
16 * [54](https://github.com/Eyescale/hwsd/pull/54): Added a command line options
17  to hw_sd_list. Now results can be filtered by session name.
18 
19 # Version 1.3 (2-Nov-2015)
20 
21 * [47](https://github.com/Eyescale/hwsd/pull/47): Added a flag to GPU
22  info to indicate VNC virtual servers
23 * [43](https://github.com/Eyescale/hwsd/pull/43): OS X: Fix GLX detection
24 
25 # Version 1.2 (7-Jun-2015)
26 
27 * [38](https://github.com/Eyescale/hwsd/pull/38): OS X: only find main
28  display in hwsd_gpu_cgl module
29 * [37](https://github.com/Eyescale/hwsd/pull/37): MSVC: Fix static init deadlock
30 * [33](https://github.com/Eyescale/hwsd/pull/33): Port to Qt5
31 
32 # Version 1.1 (7-Oct-2014)
33 
34 * Allow filtering of unknown connections
35 * Adapted to latest Lunchbox code base
36 * Reduce mdns browse time to 50ms