2
0

Changelog.txt 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. $Id: Changelog.txt,v 1.14 2009/03/10 10:15:30 nanard Exp $
  2. 2009/03/10:
  3. Trying to have windows get gateway working if not using DHCP
  4. 2009/02/27:
  5. dont include declspec.h if not under WIN32.
  6. 2009/01/23:
  7. Prefixed the libraries name with lib
  8. 2008/10/06:
  9. Fixed a memory leak in getdefaultgateway() (USE_SYSCTL_NET_ROUTE)
  10. 2008/07/03:
  11. Adding WIN32 code from Robbie Hanson
  12. 2008/06/30:
  13. added a Solaris implementation for getgateway().
  14. added a LICENCE file to the distribution
  15. 2008/05/29:
  16. Anonymous unions are forbidden in ANSI C. That was causing problems with
  17. non-GCC compilers.
  18. 2008/04/28:
  19. introduced strnatpmperr()
  20. improved natpmpc.c sample
  21. make install now install the binary
  22. 2007/12/13:
  23. Fixed getgateway.c for working under OS X ;)
  24. Fixed values for NATPMP_PROTOCOL_TCP and NATPMP_PROTOCOL_UDP
  25. 2007/12/11:
  26. Fixed getgateway.c for compilation under Mac OS X
  27. 2007/12/01:
  28. added some comments in .h
  29. 2007/11/30:
  30. implemented almost everything