diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-03-08 20:59:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-03-08 20:59:52 +0000 |
commit | e5e3b2e7078c3755fa6aedf1f03c6abd44aec151 (patch) | |
tree | c6c67d9989d5e5e9a536a920a64c60ad7ee7bb51 /doc/upgrade.html | |
parent | 153bcd9bd3b337120e1afc75ce63cb5b80730913 (diff) | |
download | skalibs-e5e3b2e7078c3755fa6aedf1f03c6abd44aec151.tar.xz |
Prepare for 2.8.0.1
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 551b548..7e988c1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,15 @@ <a href="//skarnet.org/">skarnet.org</a> </p> +<h2> in 2.8.0.1 </h2> + +<ul> + <li> Changes to <a href="djbtime.html">skalibs/djbtime.h</a> functions +that produce UTC time: when a leap second is hit, <tt>utc_from_tai()</tt> +now returns 2, and functions writing a <tt>struct tm</tt> put 60 into +the struct's <tt>tm_sec</tt> field.</li> +</ul> + <h2> in 2.8.0.0 </h2> <ul> |