summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-03-27 19:49:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-03-27 19:49:45 +0000
commit18cfc3f69b7989fb641495adf3996c7d6e586613 (patch)
tree074dcfb3f4a7d08af3f4b015461596f873002c19 /doc/upgrade.html
parent52b7288713ecb189fdd473f9dfc7f9a8c4fb1ec2 (diff)
downloadskalibs-18cfc3f69b7989fb641495adf3996c7d6e586613.tar.xz
version: 2.5.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r--doc/upgrade.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index fd1ae2d..194aed2 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,7 +21,16 @@
<h2> in 2.5.0.0 </h2>
<ul>
- <li> </li>
+ <li> Support for old versions of OpenBSD dropped. At least OpenBSD 5.7
+and newer are still supported. </li>
+ <li> <tt>--enable-replace-libc</tt> compilation flag dropped </li>
+ <li> <tt>skalibs/ushort.h</tt>, <tt>skalibs/uint.h</tt> and <tt>skalibs/ulong.h</tt>
+removed. <tt>skalibs/types.h</tt> is now a generic header for fmtscan primitives
+for various types. </li>
+ <li> <tt>uint16</tt>, <tt>uint32</tt> and <tt>uint64</tt> types replaced with POSIX
+<tt>uint16_t</tt>, <tt>uint32_t</tt> and <tt>uint64_t</tt>. </li>
+ <li> APIs changed across all skalibs functions to support more POSIXly correct
+types. Main benefit: correct 64-bit support on 64-bit archs with 32-bit int. </li>
</ul>
<h2> in 2.4.0.2 </h2>