diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 11 |
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> |