Skip to content

Releases: twekkel/htpdate

v2.0.0 (2 decades anniversary edition)

02 Sep 18:38
Compare
Choose a tag to compare

Although this is major release version update, it doesn't indicate very big changes, but htpdate has become 20 years old!

  • bugfix: incorrect "estimated error" (relevant for "-x" option)
  • improvement: make all implicit conversions explicit
  • improvement: take network latency into account and compensate for it
  • improvement: faster synchronization
  • change: log to stderr instead of stdout when using "-F"

v1.3.7

23 Jan 15:57
Compare
Choose a tag to compare

v1.3.6

11 Aug 07:49
Compare
Choose a tag to compare

Fix when correcting large time offsets (bug introduced in 1.3.5)

v1.3.5

24 Jul 08:51
Compare
Choose a tag to compare
  • Feature: set kernel synchronized (e.g. timedatectl will report 'System clock synchronized: yes')
  • Improved time tuning accuracy/stability

v1.3.4

18 Apr 07:43
Compare
Choose a tag to compare
  • fix small memory leak in strdup
  • fix free in case of DNS lookup failure
  • other minor updates

v1.3.3

20 Jan 15:50
Compare
Choose a tag to compare
  • fix compatibility issue with uClibc
  • fix for time offset > 1s
  • additional time offset fine tuning

v1.3.2

16 Jan 13:54
Compare
Choose a tag to compare
  • fine tuning time adjustment
  • added missing '-f' from usage
  • fix ntp_adjtime/adjtimex

v1.3.1

02 Jan 15:44
Compare
Choose a tag to compare
  • Read/write driftfile file for compensation of systematic clock drift.
  • Multiple small bugfixes

v1.3.0

21 Dec 17:54
Compare
Choose a tag to compare
  • This release is the biggest update in a decade
    • accuracy has improved significantly by using a new algorithm (bisect)... can be up to ~10 ms
    • usage of '-p' option has change, 1 is good and 9 is best accuracy (, but slower and "noisier")
    • removed '-b' option, burst mode
  • HTTPS support
  • bug fix: infinite loop for web servers response without a date header

Cleanup release

11 Dec 13:02
Compare
Choose a tag to compare
  • Several updates/fixes from fork maintained by Angelo Compagnucci
  • Added foreground '-F' (thanks to larsluthman)
  • An incorrect drop privileges fix
  • Support for multiple verbose/debug levels with -dd and -ddd
  • Use http_proxy environment variable
    • Added '-n' to ignore this environment variable
  • Replaced deprecated asctime(), gettimeofday(), timegm()
    • Removed the use of mktime()
  • Removed the vim modeline formatting