ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2006-05-11 Pekka Pessi <Pekka.Pessi@nokia.com>
  2. * Now building libsofia_sip_ua.dll on win32.
  3. We define both IN_LIBSOFIA_SIP_UA and IN_LIBSOFIA_SRES in
  4. libsofia_sip_ua.dsp.
  5. Because of DLL linkage, we compile tags typedefs as C++
  6. (see win32/tests/test_nua/test_nat_tags.cpp).
  7. Removed LIBSOFIA_SIP_UA_STATIC from win32/sofia-sip/su_configure.h.
  8. Added libsofia_sip_ua_static.lib, too. If you want to compile against
  9. that, you need define LIBSOFIA_SIP_UA_STATIC by yourself.
  10. Added libsofia-sip-ua-static/libsofia_sip_ua_static.dsp.
  11. Using multithreaded DLL runtime for all projects.
  12. 2006-05-03 Kai Vehmanen <kai.vehmanen@nokia.com>
  13. * Added utils/sip_options example application to SofiaSIP.dsw.
  14. 2006-04-17 Pekka Pessi <Pekka.Pessi@nokia.com>
  15. * Added test_tport.dsp to SofiaSIP.dsw
  16. * Added source files:
  17. sres.c sres_blocking.c sres_cache.c stun.c stun_common.c stun_dns.c
  18. stun_internal.h stun_mini.c nua_params.c nua_params.h tport_internal.h
  19. tport_logging.c tport_stub_sigcomp.c tport_stub_stun.c
  20. tport_threadpool.c tport_type_connect.c tport_type_tcp.c
  21. tport_type_udp.c
  22. and
  23. sofia-resolv/sres.h sofia-resolv/sres_async.h
  24. sofia-resolv/sres_cache.h sofia-resolv/sres_record.h
  25. sofia-sip/tport_plugins.h
  26. to libsofia_sip_ua.dsp.
  27. * Added stat() as well as struct stat to compatibity win32/unistd.h.