Skip to content

Commit

Permalink
version bump to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grobian committed Nov 9, 2021
1 parent 29d91ee commit 84bb61d
Show file tree
Hide file tree
Showing 11 changed files with 630 additions and 9,553 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### New Features

### Bugfixes


# 3.7.3 (09-11-2021)

### New Features

### Bugfixes
* [Issue #394](https://github.com/grobian/carbon-c-relay/issues/394)
dispatcher can lost some metrics on connection with compression
Expand Down
9 changes: 7 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.16.4 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -109,7 +109,10 @@ check_PROGRAMS = sendmetric$(EXEEXT)
@SSL_ENABLED_TRUE@am__append_1 = dual-ssl large-ssl dual-large-ssl
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Expand Down Expand Up @@ -962,6 +965,8 @@ all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(HEADERS) \
config.h
install-binPROGRAMS: install-libLTLIBRARIES

install-checkPROGRAMS: install-libLTLIBRARIES

installdirs:
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Expand Down
Loading

0 comments on commit 84bb61d

Please sign in to comment.