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