home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / slunec / app / 1606_1997.exe / {app} / changes.txt < prev    next >
Encoding:
Text File  |  2003-05-24  |  1.7 KB  |  54 lines

  1.  
  2. Changes.txt
  3.  
  4. 5.001 May 22, 2003
  5.  - log info was not properly displayed in Win2000
  6.  
  7. 5.000 May 15, 2003
  8.  - Updated to version 5.000
  9.  - Help now loads http://oneguycoding.com/automachron
  10.  - no longer attempts to lookup address for dotted ip address
  11.  - changed log format, time logged as microseconds rather than
  12.     seconds/microsecond
  13.  
  14. Log Format
  15. protocol version host port date time offset(ms)
  16.  
  17. Log Format Verbose
  18. ntp v2 - 192.168.1.2 - 123~5/15/2003~3:23:53 PM~3262015433669~3262015433669~3262015433669~3262015433669~15
  19. protocol version host port date time t1 t2 t3 t4 offset(ms)
  20.  
  21. protocol - ntp/time/broadcast
  22. version  - protocol version
  23. host     - host address
  24. port     - host port
  25. date     - date (local) after applying offset
  26. time     - time (local) after applying offset
  27. t1       - client send time
  28. t2       - host receive time
  29. t3       - host reply time
  30. t4       - client receive time
  31. offset   - offset applied to system time
  32.  
  33.  - updated to recognise WinXP
  34.  
  35. 4.00d Apr 10, 2001
  36.  - fixed the damn Help problem again (I gotta setup a cvs server)
  37.  
  38. 4.00d Mar 09, 2001
  39.  - automachron now properly processes host names entered as IP
  40.    addresses rather than host names.  It seems that on some
  41.    windows platforms gethostbyname() works with a dotted IP while
  42.    on others it does not.  Bad form apparently.  Mea culpa.
  43.  
  44. 4.00c Jan 32, 2001
  45.  - broadcast client mode was broken. fixed.
  46.  - log output of the time differences was nonsensical.  fixed.
  47.  
  48. 4.00b Jan 15, 2001
  49.  - added startupSleep registry hack.  This is the number of seconds
  50.  for which automachron will sleep before continuing with its startup.
  51.  This can be used in situations where the network is not configured
  52.  properly for an amount of time at startup.
  53.  
  54.