r3_4_7
This commit is contained in:
parent
ce66f844d1
commit
5431e23fd3
2 changed files with 13 additions and 13 deletions
24
ChangeLog
24
ChangeLog
|
@ -1,18 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.4.7git
|
3.4.8git
|
||||||
|
|
||||||
* added support for alternative Central Servers to solve the 200 server registration limit (Ticket #50)
|
|
||||||
|
|
||||||
* added support for 64 samples frame size in the server (if server runs in 64 or 128 samples
|
|
||||||
mode it is still compatible to both, 64 and 128 samples frame size clients)
|
|
||||||
|
|
||||||
* added multichannel CoreAudio support, coded by emlynmac (#44)
|
|
||||||
|
|
||||||
* fixed server not visible if in same local network, coded by pljones (Ticket #27)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO split country names by upper case latters by inserting a space
|
TODO split country names by upper case latters by inserting a space
|
||||||
|
|
||||||
|
@ -36,6 +25,17 @@ TODO should LHostAddr be QHostAddress instead of CHostAddress?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3.4.7 (2020-04-11)
|
||||||
|
|
||||||
|
* added support for alternative Central Servers to solve the 200 server registration limit (Ticket #50)
|
||||||
|
|
||||||
|
* added support for 64 samples frame size in the server (if server runs in 64 or 128 samples
|
||||||
|
mode it is still compatible to both, 64 and 128 samples frame size clients)
|
||||||
|
|
||||||
|
* added multichannel CoreAudio support, coded by emlynmac (#44)
|
||||||
|
|
||||||
|
* fixed server not visible if in same local network, coded by pljones (Ticket #27)
|
||||||
|
|
||||||
|
|
||||||
3.4.6 (2020-04-09)
|
3.4.6 (2020-04-09)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.4.7git
|
VERSION = 3.4.7
|
||||||
|
|
||||||
# use target name which does not use a captital letter at the beginning
|
# use target name which does not use a captital letter at the beginning
|
||||||
contains(CONFIG, "noupcasename") {
|
contains(CONFIG, "noupcasename") {
|
||||||
|
|
Loading…
Reference in a new issue