Skip to content

Commit 526961f

Browse files
committed
final preparations for version 2.9 release
1 parent 4bc389a commit 526961f

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.9 / <not released yet>
1+
2.9 / 23-Jan-2022
22

33
- Fixed
44
- RescanDatabaseOnSave configuration option wasn't being read from the

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

29542954

29552955
cat >>confdefs.h <<_ACEOF
@@ -6331,7 +6331,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63316331
# report actual input values of CONFIG_FILES etc. instead of their
63326332
# values after options handling.
63336333
ac_log="
6334-
This file was extended by vnstat $as_me 2.9_beta1, which was
6334+
This file was extended by vnstat $as_me 2.9, which was
63356335
generated by GNU Autoconf 2.69. Invocation command line was
63366336
63376337
CONFIG_FILES = $CONFIG_FILES
@@ -6397,7 +6397,7 @@ _ACEOF
63976397
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63986398
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63996399
ac_cs_version="\\
6400-
vnstat config.status 2.9_beta1
6400+
vnstat config.status 2.9
64016401
configured by $0, generated by GNU Autoconf 2.69,
64026402
with options \\"\$ac_cs_config\\"
64036403

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

man/vnstat.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ vnstat \- a console-based network traffic monitor
1616
.RB [ \-\-days
1717
.RI [ limit ]]
1818
.RB [ \-\-dbdir
19-
.RI [ directory ]]
19+
.IR directory ]
2020
.RB [ \-\-dbiflist
2121
.RI [ mode ]]
2222
.RB [ \-\-debug ]
@@ -117,8 +117,8 @@ added interface to be monitored.
117117

118118
.TP
119119
.BI "--alert " "output exit type condition limit unit"
120-
Depending on values of given parameters, show alert or use different exit
121-
status when configured situation is met.
120+
Depending on values of given parameters, show alert, use different exit
121+
status or a combination of both when configured situation is met.
122122

123123
.IP
124124
.I output

src/vnstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
vnStat - Copyright (C) 2002-2021 Teemu Toivola <[email protected]>
2+
vnStat - Copyright (C) 2002-2022 Teemu Toivola <[email protected]>
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

src/vnstat_func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void showlonghelp(PARAMS *p)
101101
printf(" -e, --end <date> set list end date\n");
102102
printf(" --oneline [mode] show simple parsable format\n");
103103
printf(" --json [mode] [limit] show database in json format\n");
104-
printf(" --xml [mode] [limit] show database in xml format\n\n");
104+
printf(" --xml [mode] [limit] show database in xml format\n");
105105
printf(" --alert <output> <exit> <type> <condition> <limit> <unit>\n");
106106
printf(" alert if limit is exceeded\n\n");
107107

src/vnstatd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
vnStat daemon - Copyright (C) 2008-2021 Teemu Toivola <[email protected]>
2+
vnStat daemon - Copyright (C) 2008-2022 Teemu Toivola <[email protected]>
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

src/vnstati.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
vnStat image output - Copyright (C) 2007-2021 Teemu Toivola <[email protected]>
2+
vnStat image output - Copyright (C) 2007-2022 Teemu Toivola <[email protected]>
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)