2008-06-30 Srinivasa Ragavan * NEWS, configure.in: Evolution Data Server 2.22.3 release. 2008-06-22 Patrick Ohly * configure.in, calendar/libecal/Makefile.am, calendar/libecal/e-cal-check-timezones.c, calendar/libecal/e-cal-check-timezones.h: added e_cal_check_timezones() which matches time zone definitions to system time zones and resolves conflicting definitions; bumped version and age to matched the extended libecal API (bug #52890) * calendar/backends/file/e-cal-backend-file.c: use e_cal_check_timezones() to improve time zone handling (bug #52890) * calendar/libecal/e-cal.c: use current system time zone definitions instead of possibly out-dated custom definitions when exporting events or retrieving the time zone information for an event (bug #52890) 2008-06-06 Tor Lillqvist * configure.in: Add a couple of -Wl,--exclude-libs options on Windows to avoid needlessly auto-exporting functions from static libiconv and libdb-4.1 when linked into e-d-s's DLLs. * libdb/env/env_open.c [Win32]: #define strcasecmp _stricmp, just for cleanliness. 2008-06-03 Tor Lillqvist Bug 536154 - Camel sends bracketed hostname in SMTP HELO * configure.in: Do use the Winsock getaddrinfo() and getnameinfo(). It should be OK to ignore Windows 2000 by now. 2008-06-02 Tor Lillqvist * libedataserver/e-data-server-util.c: Include on Windows.