Skip to content

Commit 988170c

Browse files
committed
final preparations for version 2.8 release
1 parent 72ff486 commit 988170c

File tree

11 files changed

+25
-28
lines changed

11 files changed

+25
-28
lines changed

CHANGES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.8 / <not released yet>
1+
2.8 / 4-Sep-2021
22

33
- Fixed
44
- Using a combination of --live and --json wasn't flushing stdout after
@@ -19,7 +19,7 @@
1919
- Configured interface specific MaxBW values were getting overridden by
2020
BandwidthDetection when something could be detected
2121
- Image output horizontal rx/tx bars often had one pixel too much width in
22-
the tx section resulting in slightly wrong ratio to be shown
22+
the tx section resulting in slightly wrong ratio getting shown
2323
- Top days list wasn't always sorting entries with exactly the same traffic
2424
sum using ascending date
2525
- 64bitInterfaceCounters with value -2 always assumed 32-bit on Linux
@@ -28,21 +28,21 @@
2828
- New
2929
- Add the possibility of specifying an interface without using the
3030
-i / --iface options (vnstat and vnstati)
31+
- The daemon can discover added interfaces from the database without
32+
requiring a restart, configurable with option RescanDatabaseOnSave
3133
- Add configuration option UseUTC for using UTC as timezone for database
3234
entries instead of following the system timezone configuration
3335
- --iflist uses user configured interface specific MaxBW values in the
3436
output when available instead of showing only the kernel provided
3537
information when detected
3638
- Add configuration option AlwaysAddNewInterfaces to expose the daemon
3739
--alwaysadd command line option which gains an optional mode parameter
38-
- The daemon can discover added interfaces from the database without
39-
requiring a restart, configurable with option RescanDatabaseOnSave
4040
- Image output uses LibGD filled arc bug workaround only for LibGD
4141
versions that are known to be broken
4242
- Image output example cgi (examples/vnstat.cgi) improvements
4343
- Automatically lists all monitored interfaces instead of requiring the
4444
list to be filled manually, server name in page title comes from
45-
hostname command
45+
hostname command by default
4646
- Provides links for most available images to more detailed or longer
4747
versions of each image
4848
- Allows direct interface specific page access with /interfacename suffix

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ permissions, such as your home dir. Then try starting the daemon with
176176
177177
vnstatd -d
178178
179-
After that wait for (or generate) at least 1024 bytes of network traffic
179+
After that wait for (or generate) at least 1 byte of network traffic
180180
(and 5 min for the next database file save).
181181
182182
vnstat
183183
184-
Now you should get some stats about your network usage. See the config
184+
Now you should get some statistics about your network usage. See the config
185185
file `~/.vnstatrc` for interface and other settings.
186186
187187

INSTALL_BSD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ permissions, such as your home dir. Then try starting the daemon with
124124

125125
vnstatd -d
126126

127-
After that wait for (or generate) at least 1024 bytes of network traffic
127+
After that wait for (or generate) at least 1 byte of network traffic
128128
(and 5 min for the next database file save).
129129

130130
vnstat
131131

132-
Now you should get some stats about your network usage. See the config
132+
Now you should get some statistics about your network usage. See the config
133133
file `~/.vnstatrc` for interface and other settings.
134134

135135

README

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ are fully user configurable. Total seen traffic and a top days listing is also
1313
provided. Optional png image output is available in systems with the gd
1414
library installed.
1515

16-
Optional png image output is available in systems with the gd library
17-
installed.
18-
1916
See the webpage https://humdi.net/vnstat/ for output examples.
2017

2118

UNINSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
2. Remove any manually installed service files or file entries
55
used to start the daemon
66
3. Run `make uninstall` and follow the instructions
7-
4. Remove the database directory if no longer needed, the
7+
4. Remove the database directory if it is no longer needed, the
88
command of the previous step will not touch any collected data

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.8_beta1.
3+
# Generated by GNU Autoconf 2.69 for vnstat 2.8.
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.8_beta1'
581-
PACKAGE_STRING='vnstat 2.8_beta1'
580+
PACKAGE_VERSION='2.8'
581+
PACKAGE_STRING='vnstat 2.8'
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.8_beta1 to adapt to many kinds of systems.
1312+
\`configure' configures vnstat 2.8 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.8_beta1:";;
1383+
short | recursive ) echo "Configuration of vnstat 2.8:";;
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.8_beta1
1491+
vnstat configure 2.8
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.8_beta1, which was
2086+
It was created by vnstat $as_me 2.8, 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.8_beta1'
2952+
VERSION='2.8'
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.8_beta1, which was
6323+
This file was extended by vnstat $as_me 2.8, 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.8_beta1
6389+
vnstat config.status 2.8
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.8_beta1])
3+
AC_INIT([vnstat], [2.8])
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 "MAY 2021" "version 2.7" "User Manuals"
1+
.TH VNSTAT 1 "SEPTEMBER 2021" "version 2.8" "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 "MAY 2021" "version 2.7" "User Manuals"
1+
.TH VNSTAT.CONF 5 "SEPTEMBER 2021" "version 2.8" "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 "MAY 2021" "version 2.7" "User Manuals"
1+
.TH VNSTATD 8 "SEPTEMBER 2021" "version 2.8" "User Manuals"
22
.SH NAME
33
vnstatd \- daemon based database updating for vnStat
44

0 commit comments

Comments
 (0)