Skip to content

Commit 85d10b9

Browse files
committed
ChangeLog for 2.1.1
1 parent 74a6fb5 commit 85d10b9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
ChangeLog file for safeclib
33

4+
Changes in v30082017 2.1.1
5+
- Added vsprintf_s, vsnprintf_s. They are C11.
6+
- Fixed travis smoking with different compilers.
7+
- Fixed test with wrong -fsanitize=address strcmp() results.
8+
asan returns just sgn(strcmp()), not the position.
9+
- Macrofied some tests, use probed stdlib defines for fallbacks,
10+
and add missing headers.
11+
- Added empty stubs for all missing safe C11 functions
12+
- Fixed C++ support for sprintf* and bool. Resolve restrict from
13+
config.h before the header declarations.
14+
415
Changes in v25082017 2.1.0
516
- Fixed many tests. They were not enabled at all. See #10.
617
sprintf_s, snprintf_s, memcpy16_s, memcpy32_s,

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ AC_SUBST([TARBALL_VERSION_FILE])
355355
# version information, refer to the libtool manual, section "Updating
356356
# library version information":
357357
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
358-
AC_SUBST([SAFEC_SO_VERSION], [2:1:0])
358+
AC_SUBST([SAFEC_SO_VERSION], [2:1:1])
359359
AC_SUBST([SAFEC_API_VERSION], [2.1])
360360

361361
# Automake variables, these variables get automagically included at the top

0 commit comments

Comments
 (0)