Skip to content

Commit 1714e5d

Browse files
committed
final preparations for version 2.6 release
1 parent 8402207 commit 1714e5d

File tree

9 files changed

+25
-24
lines changed

9 files changed

+25
-24
lines changed

CHANGES

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
2.6 / <not released yet>
1+
2.6 / 20-Jan-2020
22

33
- Fixed
44
- --json and --xml didn't support having both mode and limit parameters
55
defined at the same time as documented, broken since previous release
6-
- Documentation was using a mix of "count" and "limit" for the option
7-
of limiting the maximum number of shown entries in queries
8-
- Summary image output would segmentation fault when database existed but
9-
didn't yet contain any daily or monthly data for the selected interface
6+
- Documentation was using a mix of "count" and "limit" for the option of
7+
limiting the maximum number of shown entries in queries
8+
- Summary image output would segmentation fault when the database existed
9+
but didn't yet contain any daily or monthly data for the selected
10+
interface
1011
- New
1112
- Add --limit as an alternative way for controlling the length of outputs
1213

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# New configuration settings
33

4-
* 2.4 - 2.5: (none)
4+
* 2.4 - 2.6: (none)
55

66
* 2.3: DatabaseWriteAheadLogging, DatabaseSynchronous
77

cfg/vnstat.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vnStat 2.5 config file
1+
# vnStat 2.6 config file
22
##
33

44
# default interface (leave empty for automatic selection)

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.6_beta1.
3+
# Generated by GNU Autoconf 2.69 for vnstat 2.6.
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.6_beta1'
581-
PACKAGE_STRING='vnstat 2.6_beta1'
580+
PACKAGE_VERSION='2.6'
581+
PACKAGE_STRING='vnstat 2.6'
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.6_beta1 to adapt to many kinds of systems.
1312+
\`configure' configures vnstat 2.6 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.6_beta1:";;
1383+
short | recursive ) echo "Configuration of vnstat 2.6:";;
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.6_beta1
1491+
vnstat configure 2.6
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.6_beta1, which was
2086+
It was created by vnstat $as_me 2.6, 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.6_beta1'
2952+
VERSION='2.6'
29532953

29542954

29552955
cat >>confdefs.h <<_ACEOF
@@ -6308,7 +6308,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63086308
# report actual input values of CONFIG_FILES etc. instead of their
63096309
# values after options handling.
63106310
ac_log="
6311-
This file was extended by vnstat $as_me 2.6_beta1, which was
6311+
This file was extended by vnstat $as_me 2.6, which was
63126312
generated by GNU Autoconf 2.69. Invocation command line was
63136313
63146314
CONFIG_FILES = $CONFIG_FILES
@@ -6374,7 +6374,7 @@ _ACEOF
63746374
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63756375
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63766376
ac_cs_version="\\
6377-
vnstat config.status 2.6_beta1
6377+
vnstat config.status 2.6
63786378
configured by $0, generated by GNU Autoconf 2.69,
63796379
with options \\"\$ac_cs_config\\"
63806380

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.6_beta1])
3+
AC_INIT([vnstat], [2.6])
44
AM_INIT_AUTOMAKE([foreign subdir-objects std-options -Wall -Werror])
55
AM_MAINTAINER_MODE
66

man/vnstat.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTAT 1 "JANUARY 2020" "version 2.5" "User Manuals"
1+
.TH VNSTAT 1 "JANUARY 2020" "version 2.6" "User Manuals"
22
.SH NAME
33
vnstat \- a console-based network traffic monitor
44

@@ -233,7 +233,7 @@ field exists only as extra information.
233233

234234
.TP
235235
.BI "--limit " limit
236-
Set the maximum number of entries in list outputs to
236+
Set the maximum number of shown entries in list outputs to
237237
.IR limit .
238238
Usage of
239239
.B "--limit"

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 "JANUARY 2020" "version 2.5" "User Manuals"
1+
.TH VNSTAT.CONF 5 "JANUARY 2020" "version 2.6" "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 "JANUARY 2020" "version 2.5" "User Manuals"
1+
.TH VNSTATD 8 "JANUARY 2020" "version 2.6" "User Manuals"
22
.SH NAME
33
vnstatd \- daemon based database updating for vnStat
44

man/vnstati.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH VNSTATI 1 "JANUARY 2020" "version 2.5" "User Manuals"
1+
.TH VNSTATI 1 "JANUARY 2020" "version 2.6" "User Manuals"
22
.SH NAME
33
vnstati \- png image output support for vnStat
44

@@ -195,7 +195,7 @@ when the merge syntax is used.
195195

196196
.TP
197197
.BI "--limit " limit
198-
Set the maximum number of entries in list outputs to
198+
Set the maximum number of shown entries in list outputs to
199199
.IR limit .
200200
Usage of
201201
.B "--limit"

0 commit comments

Comments
 (0)