Skip to content

Commit 636551a

Browse files
committed
version bump to 3.7.4
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
1 parent fa7290f commit 636551a

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
### New Features
44

5+
### Bugfixes
6+
7+
8+
# 3.7.4 (13-02-2022)
9+
10+
### New Features
11+
512
* [Issue #442](https://github.com/grobian/carbon-c-relay/issues/442)
613
allow setting min/max TLS protocol versions for SSL listener
714

configure

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for carbon-c-relay 3.7.3.
3+
# Generated by GNU Autoconf 2.71 for carbon-c-relay 3.7.4.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -618,8 +618,8 @@ MAKEFLAGS=
618618
# Identity of this package.
619619
PACKAGE_NAME='carbon-c-relay'
620620
PACKAGE_TARNAME='carbon-c-relay'
621-
PACKAGE_VERSION='3.7.3'
622-
PACKAGE_STRING='carbon-c-relay 3.7.3'
621+
PACKAGE_VERSION='3.7.4'
622+
PACKAGE_STRING='carbon-c-relay 3.7.4'
623623
PACKAGE_BUGREPORT=''
624624
PACKAGE_URL=''
625625

@@ -1369,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
13691369
# Omit some internal or obsolete options to make the list less imposing.
13701370
# This message is too long to be a string in the A/UX 3.1 sh.
13711371
cat <<_ACEOF
1372-
\`configure' configures carbon-c-relay 3.7.3 to adapt to many kinds of systems.
1372+
\`configure' configures carbon-c-relay 3.7.4 to adapt to many kinds of systems.
13731373

13741374
Usage: $0 [OPTION]... [VAR=VALUE]...
13751375

@@ -1440,7 +1440,7 @@ fi
14401440

14411441
if test -n "$ac_init_help"; then
14421442
case $ac_init_help in
1443-
short | recursive ) echo "Configuration of carbon-c-relay 3.7.3:";;
1443+
short | recursive ) echo "Configuration of carbon-c-relay 3.7.4:";;
14441444
esac
14451445
cat <<\_ACEOF
14461446

@@ -1450,8 +1450,8 @@ Optional Features:
14501450
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
14511451
--enable-silent-rules less verbose build output (undo: "make V=1")
14521452
--disable-silent-rules verbose build output (undo: "make V=0")
1453-
--disable-maintainer-mode
1454-
disable make rules and dependencies not useful (and
1453+
--enable-maintainer-mode
1454+
enable make rules and dependencies not useful (and
14551455
sometimes confusing) to the casual installer
14561456
--enable-shared[=PKGS] build shared libraries [default=yes]
14571457
--enable-static[=PKGS] build static libraries [default=yes]
@@ -1560,7 +1560,7 @@ fi
15601560
test -n "$ac_init_help" && exit $ac_status
15611561
if $ac_init_version; then
15621562
cat <<\_ACEOF
1563-
carbon-c-relay configure 3.7.3
1563+
carbon-c-relay configure 3.7.4
15641564
generated by GNU Autoconf 2.71
15651565

15661566
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2067,7 +2067,7 @@ cat >config.log <<_ACEOF
20672067
This file contains any messages produced by compilers while
20682068
running configure, to aid debugging if configure makes a mistake.
20692069

2070-
It was created by carbon-c-relay $as_me 3.7.3, which was
2070+
It was created by carbon-c-relay $as_me 3.7.4, which was
20712071
generated by GNU Autoconf 2.71. Invocation command line was
20722072

20732073
$ $0$ac_configure_args_raw
@@ -2829,7 +2829,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
28292829
ac_compiler_gnu=$ac_cv_c_compiler_gnu
28302830

28312831

2832-
RELEASEDATE=2021-11-09
2832+
RELEASEDATE=2022-02-13
28332833

28342834
ac_config_headers="$ac_config_headers config.h"
28352835

@@ -3347,7 +3347,7 @@ fi
33473347

33483348
# Define the identity of the package.
33493349
PACKAGE='carbon-c-relay'
3350-
VERSION='3.7.3'
3350+
VERSION='3.7.4'
33513351

33523352

33533353
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3458,7 +3458,7 @@ if test ${enable_maintainer_mode+y}
34583458
then :
34593459
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
34603460
else $as_nop
3461-
USE_MAINTAINER_MODE=yes
3461+
USE_MAINTAINER_MODE=no
34623462
fi
34633463

34643464
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
@@ -15824,7 +15824,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1582415824
# report actual input values of CONFIG_FILES etc. instead of their
1582515825
# values after options handling.
1582615826
ac_log="
15827-
This file was extended by carbon-c-relay $as_me 3.7.3, which was
15827+
This file was extended by carbon-c-relay $as_me 3.7.4, which was
1582815828
generated by GNU Autoconf 2.71. Invocation command line was
1582915829

1583015830
CONFIG_FILES = $CONFIG_FILES
@@ -15892,7 +15892,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1589215892
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1589315893
ac_cs_config='$ac_cs_config_escaped'
1589415894
ac_cs_version="\\
15895-
carbon-c-relay config.status 3.7.3
15895+
carbon-c-relay config.status 3.7.4
1589615896
configured by $0, generated by GNU Autoconf 2.71,
1589715897
with options \\"\$ac_cs_config\\"
1589815898

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.71])
5-
AC_INIT([carbon-c-relay],[3.7.3],[])
6-
AC_SUBST([RELEASEDATE], [2021-11-09])
5+
AC_INIT([carbon-c-relay],[3.7.4],[])
6+
AC_SUBST([RELEASEDATE], [2022-02-13])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE
9-
AM_MAINTAINER_MODE([enable])
9+
AM_MAINTAINER_MODE([disable])
1010
LT_INIT
1111
AC_CONFIG_MACRO_DIRS([m4])
1212

0 commit comments

Comments
 (0)