Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twekkel committed Sep 2, 2024
1 parent 13a618f commit 01d5e95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes in 1.3.7
Changes in 2.0.0
----------------

The major version doesn't indicate big changes, only that htpdate is 2 decades old!

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

1.3.7
-----

- bugfix: wrong default portnumber for proxy was used
- bugfix: https://bugs.launchpad.net/ubuntu/+source/htpdate/+bug/1850740
- improvement: Avoid bouncing between upper/lower limit when (almost) in sync
Expand Down
2 changes: 1 addition & 1 deletion htpdate.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "HTPDATE" "8" "version 1.3.7" "htpdate"
.TH "HTPDATE" "8" "version 2.0.0" "htpdate"
.SH "NAME"
htpdate \- Time synchronization (daemon)
.SH "SYNOPSIS"
Expand Down
4 changes: 2 additions & 2 deletions htpdate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
htpdate v1.3.7
htpdate v2.0.0
Eddy Vervest <eddy@vervest.org>
http://www.vervest.org/htp
Expand Down Expand Up @@ -72,7 +72,7 @@ your option) any later version.\n\
\n\
There is NO WARRANTY, to the extent permitted by law."

#define VERSION "1.3.7"
#define VERSION "2.0.0"
#define MAX_HTTP_HOSTS 16 /* 16 web servers */
#define DEFAULT_HTTP_PORT "80"
#define DEFAULT_PROXY_PORT "8080"
Expand Down

0 comments on commit 01d5e95

Please sign in to comment.