X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=INSTALL;h=342ae2a983af0be65af687f4cc1e986cc7177375;hb=f8401f5e8669eadd551fde12da7de661c18fa4f2;hp=bd9f8c7c9029b10ad55a170432d79f1a41e5018c;hpb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;p=ncurses.git diff --git a/INSTALL b/INSTALL index bd9f8c7c..342ae2a9 100644 --- a/INSTALL +++ b/INSTALL @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: INSTALL,v 1.234 2021/10/10 22:36:55 tom Exp $ +-- $Id: INSTALL,v 1.237 2021/11/20 17:54:20 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -1146,8 +1146,18 @@ CONFIGURE OPTIONS: path. The configure script allows only a single directory, because that is used as the directory in which to install ".pc" files. - The automatic check for the library path selects the first directory - which currently exists. + The automatic check for the library path prefers the first directory + which currently exists. If none of the directories listed by + pkg-config exist, the check prefers a pkgconfig directory under the + "libdir" set by the configure script (which may not be the system + default), or if pkg-config lists nothing suitable, the first one which + is listed by pkg-config is used. + + Automatic selection is overridden by providing an option-value + beginning with "/". + + If this option is omitted, the default directory for installing + ".pc" files is ${libdir}/pkgconfig --with-profile Generate profile-libraries These are named by adding "_p" to the root, @@ -1401,6 +1411,38 @@ COMPATIBILITY WITH OLDER RELEASES: you may encounter when building a system with different versions of ncurses: + 6.3 (Oct 21, 2021) + Interface changes: + + + the definition of TERMTYPE2 is now internal, not visible in the ABI, + like the enclosing TERMINAL which was previously made opaque. This + was done to provide SCREEN-specific "static" variables in terminfo. + + Added extensions: + + + add sp-funcs for erasewchar, killwchar. + + Added internal functions (other than "_sp" variants): + + + _nc_safe_fopen and _nc_safe_open3 limit privileges if possible when + opening a file; otherwise disallow access for updating files. + + + _nc_tiparm is a variant of tiparm which is used when all of the + parameters are known to be numbers rather than possibly strings. + + + _nc_reset_tparm improves tic's checks by resetting the terminfo + "static variables" before calling functions which may update them. + + Removed internal functions: + + + none + + Modified internal functions: + + + _nc_trace_ttymode passes pointer to const data + + + _nc_tparm_analyze passes pointer to int*, not int[] + 6.2 (Feb 12, 2020) Interface changes: