Skip to content

Commit 81c6e4f

Browse files
committed
Release v3.8.2
1 parent cce578f commit 81c6e4f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
ChangeLog file for safeclib
33

44
Changes in 3.8.2
5+
- Fixed vsnprintf_s safec_etoa div-by-zero exceptions. GH #144
6+
- Fixed C90 compliance, decl-after-stmt. Matthias Schulz.
7+
- Use portable inttypes format specifiers. Matthias Schulz.
8+
- Fixed unused variable warning. Matthias Schulz.
59
- Add aarch64 CI to github. drone.io became unresponsive.
610

711
Changes in 3.8.1

Dockerfile-fedora-aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/moby/moby/releases/tag/v17.05.0-ce
33
ARG BASE_IMAGE=fedora
44
#FROM ${BASE_IMAGE}
5-
FROM fedora:39-aarch64
5+
FROM fedora:41-aarch64
66

77
# Test with non-root user.
88
ENV TEST_USER tester

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ Tested Platforms
259259

260260
The library has been tested on the following systems:
261261

262-
- Linux Fedora core 31 - 39 amd64/i386 glibc 2.28 - 2.38 (all gcc's + clang's)
263-
- Mac OS X 10.6-12 w/ Apple developer tools and macports (all gcc's + clang's)
264-
- Linux Debian 9 - 11 amd64/i386 glibc 2.24 - 2.28 (all gcc's + clang's)
262+
- Linux Fedora core 31 - 41 amd64/i386 glibc 2.28 - 2.40 (all gccs + clangs)
263+
- Mac OS X 10.6-12 w/ Apple developer tools and macports (all gccs + clangs)
264+
- Linux Debian/Ubuntu since Debian 9 amd64/i386 glibc 2.24 - 2.40 (all gccs + clangs)
265265
- Linux centos 7 amd64
266266
- Linux Void amd64 musl-1.1.16
267267
- x86_64-w64-mingw32 native and cross-compiled
@@ -277,6 +277,7 @@ The library has been tested on the following systems:
277277

278278
with most available compilers. See `build-aux/smoke.sh` and the various CI configs.
279279

280+
- https://github.com/rurban/safeclib/actions
280281
- https://travis-ci.org/github/rurban/safeclib/
281282
- https://ci.appveyor.com/project/rurban/safeclib/
282283
- https://cirrus-ci.com/github/rurban/safeclib

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ Tested Platforms
273273

274274
The library has been tested on the following systems:
275275

276-
- Linux Fedora core 31 - 39 amd64/i386 glibc 2.28 - 2.38 (all gcc’s +
276+
- Linux Fedora core 31 - 41 amd64/i386 glibc 2.28 - 2.40 (all gcc’s +
277277
clang’s)
278278
- Mac OS X 10.6-12 w/ Apple developer tools and macports (all gcc’s +
279279
clang’s)
280-
- Linux Debian 9 - 11 amd64/i386 glibc 2.24 - 2.28 (all gcc’s +
281-
clang’s)
280+
- Linux Debian/Ubuntu since Debian 9 amd64/i386 glibc 2.24 - 2.40 (all
281+
gcc’s + clang’s)
282282
- Linux centos 7 amd64
283283
- Linux Void amd64 musl-1.1.16
284284
- x86_64-w64-mingw32 native and cross-compiled
@@ -297,6 +297,7 @@ The library has been tested on the following systems:
297297
with most available compilers. See ``build-aux/smoke.sh`` and the
298298
various CI configs.
299299

300+
- https://github.com/rurban/safeclib/actions
300301
- https://travis-ci.org/github/rurban/safeclib/
301302
- https://ci.appveyor.com/project/rurban/safeclib/
302303
- https://cirrus-ci.com/github/rurban/safeclib

0 commit comments

Comments
 (0)