Skip to content

Commit

Permalink
New release 24082017 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Aug 24, 2017
1 parent 1dc3434 commit 8c6c747
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

ChangeLog file for safeclib

Changes in v24082017 2.0.1
- Added man (3) pages and proper documentation.
See https://rurban.github.io/safeclib/
- Added a safe_config.h for some new configure options:
strmax, memmax, nullstack and STRTOK_DELIM_MAX_LEN

Changes in v15082017 2.0.0
- Add restrict to all pointer args, where applicable
- Change ESLEMAX to ESNOSPC for `(smax > dmax)` overflows
Expand All @@ -11,7 +17,7 @@ Changes in v15082017 2.0.0
- test_strcspn_s.c: fix for g++
- Fixup sprintf_s: Use the established API, call the str_constraint_handler,
return the proper error values. Add tests.
- Add guards to prevent name mangaling when headers are used in c++ code.
- Add guards to prevent name mangleing when headers are used in c++ code.
- change memset_s to __STDC_WANT_LIB_EXT1__
- memset16_s, memset32_s: change API analog to memset_s.
Also add the smax C11 argument there, to be consistent.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ AC_SUBST([TARBALL_VERSION_FILE])
# version information, refer to the libtool manual, section "Updating
# library version information":
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([SAFEC_SO_VERSION], [2:0:0])
AC_SUBST([SAFEC_SO_VERSION], [2:0:1])
AC_SUBST([SAFEC_API_VERSION], [2.0])

# Automake variables, these variables get automagically included at the top
Expand Down

0 comments on commit 8c6c747

Please sign in to comment.