1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-28 13:31:16 +01:00

library updates

This commit is contained in:
mom040267 2015-02-01 20:29:40 +00:00
parent e8b18b4586
commit 88a8491991
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Version 4.4.1.2 'Ardee West':
- hostname-to-IP-address resolution fix; - hostname-to-IP-address resolution fix;
- SSODA updates according to turnbis specs; - SSODA updates according to turnbis specs;
- TRANSPORT attribute handling fixed; - TRANSPORT attribute handling fixed;
- updates for Solaris (name resolution libraries);
1/24/2015 Oleg Moskalenko <mom040267@gmail.com> 1/24/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.1.1 'Ardee West': Version 4.4.1.1 'Ardee West':

2
configure vendored
View File

@ -867,6 +867,8 @@ if ! [ ${ER} -eq 0 ] ; then
fi fi
testlib wldap64 testlib wldap64
testlib intl testlib intl
testlib nsl
testlib resolv
########################### ###########################
# Test sockets compilation # Test sockets compilation