2006-07-10 Harish Krishnaswamy <
[email protected]>
* configure.in, NEWS: EDS 1.7.4 release updates
and version, libtool numbers bumped.
2006-07-10 Frederic Peters <
[email protected]>
* *.pc.in: defined @datarootdir@. Fixes #344596.
2006-07-08 Chenthill Palanisamy <
[email protected]>
Fixes #335692
* libedataserver/e-iterator.c (e_iterator_is_valid):
Added a NULL check.
2006-06-16 Tor Lillqvist <
[email protected]>
* libedataserver/e-msgport.c: Rename the E_IS_SELECT_STATUS_INTR()
portability macro to E_IS_STATUS_INTR() as it isn't spefic to
select().
(e_msgport_put, e_msgport_wait, e_msgport_get): Use
E_IS_STATUS_INTR() instead of looking at errno directly. On Win32
the socket functions don't touch errno. (And there is no EINTR
style error possible in WinSock 2 anyway, according to MSDN.)
2006-06-15 Tor Lillqvist <
[email protected]>
* configure.in: Add AM_CONDITIONAL for SUNLDAP (as always false)
also to the Win32 branch of the if statement, to avoid error
message when running the configure script.
2006-06-13 Andre Klapper <
[email protected]>
* src/server.c:
changing "couldn't", "can't" and "didn't" to proper
English. Fixes bug #342160.