File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
ChangeLog file for safeclib
3
3
4
4
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.
5
9
- Add aarch64 CI to github. drone.io became unresponsive.
6
10
7
11
Changes in 3.8.1
Original file line number Diff line number Diff line change 2
2
# https://github.com/moby/moby/releases/tag/v17.05.0-ce
3
3
ARG BASE_IMAGE=fedora
4
4
#FROM ${BASE_IMAGE}
5
- FROM fedora:39 -aarch64
5
+ FROM fedora:41 -aarch64
6
6
7
7
# Test with non-root user.
8
8
ENV TEST_USER tester
Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ Tested Platforms
259
259
260
260
The library has been tested on the following systems:
261
261
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 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/Ubuntu since Debian 9 amd64/i386 glibc 2.24 - 2.40 (all gcc’ s + clang’ s)
265
265
- Linux centos 7 amd64
266
266
- Linux Void amd64 musl-1.1.16
267
267
- x86_64-w64-mingw32 native and cross-compiled
@@ -277,6 +277,7 @@ The library has been tested on the following systems:
277
277
278
278
with most available compilers. See ` build-aux/smoke.sh ` and the various CI configs.
279
279
280
+ - https://github.com/rurban/safeclib/actions
280
281
- https://travis-ci.org/github/rurban/safeclib/
281
282
- https://ci.appveyor.com/project/rurban/safeclib/
282
283
- https://cirrus-ci.com/github/rurban/safeclib
Original file line number Diff line number Diff line change @@ -273,12 +273,12 @@ Tested Platforms
273
273
274
274
The library has been tested on the following systems:
275
275
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 +
277
277
clang’s)
278
278
- Mac OS X 10.6-12 w/ Apple developer tools and macports (all gcc’s +
279
279
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)
282
282
- Linux centos 7 amd64
283
283
- Linux Void amd64 musl-1.1.16
284
284
- x86_64-w64-mingw32 native and cross-compiled
@@ -297,6 +297,7 @@ The library has been tested on the following systems:
297
297
with most available compilers. See ``build-aux/smoke.sh `` and the
298
298
various CI configs.
299
299
300
+ - https://github.com/rurban/safeclib/actions
300
301
- https://travis-ci.org/github/rurban/safeclib/
301
302
- https://ci.appveyor.com/project/rurban/safeclib/
302
303
- https://cirrus-ci.com/github/rurban/safeclib
You can’t perform that action at this time.
0 commit comments