Skip to content

Commit f9add92

Browse files
committed
Release 3.7.1
Fixed powerpc perf tests only. No need for others to upgrade
1 parent 17bf3dc commit f9add92

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

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

22
ChangeLog file for safeclib
33

4+
Changes in 3.7.1
5+
- Fixed powerpc compilation of the perf tests. GH #113
6+
47
Changes in 3.7
58
- Switched to proper semantic versioning for upstream packagers.
69
- Fixed getenv_s to allow dest=NULL or dmax=0 as in the spec. (GH #109)

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ gh-pages: docs
612612
release: docs distcheck
613613
git branch |grep '^* master'
614614
git tag -f v`date +%d%m%Y`
615-
git tag -f v$(PACKAGE_VERSION)
615+
-git tag -f v$(PACKAGE_VERSION)
616616
build-aux/autogen.sh
617617
./configure
618618
$(MAKE)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
AC_PREREQ([2.69])
3535

3636
# information on the package
37-
AC_INIT([Safe C Library],[3.7],[https://github.com/rurban/safeclib/issues],[safeclib],[http://github.com/rurban/safeclib/])
37+
AC_INIT([Safe C Library],[3.7.1],[https://github.com/rurban/safeclib/issues],[safeclib],[http://github.com/rurban/safeclib/])
3838

3939
# Configure the configure script
4040
# ===============================================

0 commit comments

Comments
 (0)