--- liblscp/trunk/ChangeLog 2013/02/24 19:02:30 2424 +++ liblscp/trunk/ChangeLog 2019/12/23 11:06:05 3670 @@ -3,7 +3,24 @@ ChangeLog -SVN TRUNK Use getaddrinfo() instead of deprecated gethostbyname(). +GIT HEAD Fixed compile errors on macOS. + + Expose actual system error codes via client interface + instead of just -1 whenever a syscall failed. + + Added new client interface function: + lscp_client_connection_lost(); + for checking whether client lost connection to server. + + Fixed potential missing NULL termination of locale strings. + +0.6.1 2019-12-22 The Winter'19 Release. + +0.6.0 2017-12-12 An Autumn'17 release. + +0.5.8 2016-11-14 A Fall'16 release. + +0.5.7 2013-12-31 Use getaddrinfo() instead of deprecated gethostbyname(). Update on newer autoconf macros (m4). @@ -11,6 +28,8 @@ Makefile fixes for building in separate directory. + Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194). + 0.5.6 2009-08-01 Fixed locale related parser bug (fixes #59). Added new client interface functions, for managing