Skip to content

Commit 391cbac

Browse files
committed
final preparations for version 2.7 release
1 parent 8110344 commit 391cbac

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.7 / <not released yet>
1+
2.7 / 16-May-2021
22

33
- Fixed
44
- Possibility of segmentation fault with image list output when database

configure

Lines changed: 10 additions & 10 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.69 for vnstat 2.7_beta2.
3+
# Generated by GNU Autoconf 2.69 for vnstat 2.7.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='vnstat'
579579
PACKAGE_TARNAME='vnstat'
580-
PACKAGE_VERSION='2.7_beta2'
581-
PACKAGE_STRING='vnstat 2.7_beta2'
580+
PACKAGE_VERSION='2.7'
581+
PACKAGE_STRING='vnstat 2.7'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1309,7 +1309,7 @@ if test "$ac_init_help" = "long"; then
13091309
# Omit some internal or obsolete options to make the list less imposing.
13101310
# This message is too long to be a string in the A/UX 3.1 sh.
13111311
cat <<_ACEOF
1312-
\`configure' configures vnstat 2.7_beta2 to adapt to many kinds of systems.
1312+
\`configure' configures vnstat 2.7 to adapt to many kinds of systems.
13131313
13141314
Usage: $0 [OPTION]... [VAR=VALUE]...
13151315
@@ -1380,7 +1380,7 @@ fi
13801380

13811381
if test -n "$ac_init_help"; then
13821382
case $ac_init_help in
1383-
short | recursive ) echo "Configuration of vnstat 2.7_beta2:";;
1383+
short | recursive ) echo "Configuration of vnstat 2.7:";;
13841384
esac
13851385
cat <<\_ACEOF
13861386
@@ -1488,7 +1488,7 @@ fi
14881488
test -n "$ac_init_help" && exit $ac_status
14891489
if $ac_init_version; then
14901490
cat <<\_ACEOF
1491-
vnstat configure 2.7_beta2
1491+
vnstat configure 2.7
14921492
generated by GNU Autoconf 2.69
14931493
14941494
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2083,7 +2083,7 @@ cat >config.log <<_ACEOF
20832083
This file contains any messages produced by compilers while
20842084
running configure, to aid debugging if configure makes a mistake.
20852085
2086-
It was created by vnstat $as_me 2.7_beta2, which was
2086+
It was created by vnstat $as_me 2.7, which was
20872087
generated by GNU Autoconf 2.69. Invocation command line was
20882088
20892089
$ $0 $@
@@ -2949,7 +2949,7 @@ fi
29492949

29502950
# Define the identity of the package.
29512951
PACKAGE='vnstat'
2952-
VERSION='2.7_beta2'
2952+
VERSION='2.7'
29532953

29542954

29552955
cat >>confdefs.h <<_ACEOF
@@ -6320,7 +6320,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63206320
# report actual input values of CONFIG_FILES etc. instead of their
63216321
# values after options handling.
63226322
ac_log="
6323-
This file was extended by vnstat $as_me 2.7_beta2, which was
6323+
This file was extended by vnstat $as_me 2.7, which was
63246324
generated by GNU Autoconf 2.69. Invocation command line was
63256325
63266326
CONFIG_FILES = $CONFIG_FILES
@@ -6386,7 +6386,7 @@ _ACEOF
63866386
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63876387
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63886388
ac_cs_version="\\
6389-
vnstat config.status 2.7_beta2
6389+
vnstat config.status 2.7
63906390
configured by $0, generated by GNU Autoconf 2.69,
63916391
with options \\"\$ac_cs_config\\"
63926392

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
3-
AC_INIT([vnstat], [2.7_beta2])
3+
AC_INIT([vnstat], [2.7])
44
AM_INIT_AUTOMAKE([foreign subdir-objects std-options -Wall -Werror])
55
AM_MAINTAINER_MODE
66

man/vnstat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTAT 1 "APRIL 2021" "version 2.7" "User Manuals"
1+
.TH VNSTAT 1 "MAY 2021" "version 2.7" "User Manuals"
22
.SH NAME
33
vnstat \- a console-based network traffic monitor
44

man/vnstat.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTAT.CONF 5 "APRIL 2021" "version 2.7" "User Manuals"
1+
.TH VNSTAT.CONF 5 "MAY 2021" "version 2.7" "User Manuals"
22
.SH NAME
33
vnstat.conf \- vnStat configuration file
44

man/vnstatd.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTATD 8 "APRIL 2021" "version 2.7" "User Manuals"
1+
.TH VNSTATD 8 "MAY 2021" "version 2.7" "User Manuals"
22
.SH NAME
33
vnstatd \- daemon based database updating for vnStat
44

man/vnstati.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTATI 1 "APRIL 2021" "version 2.7" "User Manuals"
1+
.TH VNSTATI 1 "MAY 2021" "version 2.7" "User Manuals"
22
.SH NAME
33
vnstati \- png image output support for vnStat
44

src/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ int drawfiveminutes(IMAGECONTENT *ic, const int xpos, const int ypos, const int
969969
step++;
970970
}
971971

972-
if (debug) { // TODO: cleanup
972+
if (debug) {
973973
printf("maxrx: %lu\n", datainfo.maxrx);
974974
printf("maxtx: %lu\n", datainfo.maxtx);
975975
printf("rxh: %d txh: %d\n", rxh, txh);

0 commit comments

Comments
 (0)