Skip to content

Commit a77ace6

Browse files
committed
final preparations for version 2.13 release
1 parent 8bcb55b commit a77ace6

File tree

9 files changed

+19
-17
lines changed

9 files changed

+19
-17
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.13 / <not released yet>
1+
2.13 / 8-Feb-2025
22

33
- Fixed
44
- Opening of body html tag was missing on some pages in image output

UPGRADE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# New configuration settings
33

4+
* 2.13: (none)
5+
46
* 2.12: CPercentileLine, CTotal, LiveSpinner
57

68
* 2.11: InterfaceOrder, VacuumOnStartup, VacuumOnHUPSignal

cfg/vnstat.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vnStat 2.12 configuration file
1+
# vnStat 2.13 configuration file
22
#
33
# lines starting with # or ; are comments, everything has default
44
# values, remove ; before each option to change its value

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.71 for vnstat 2.13_beta2.
3+
# Generated by GNU Autoconf 2.71 for vnstat 2.13.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -608,8 +608,8 @@ MAKEFLAGS=
608608
# Identity of this package.
609609
PACKAGE_NAME='vnstat'
610610
PACKAGE_TARNAME='vnstat'
611-
PACKAGE_VERSION='2.13_beta2'
612-
PACKAGE_STRING='vnstat 2.13_beta2'
611+
PACKAGE_VERSION='2.13'
612+
PACKAGE_STRING='vnstat 2.13'
613613
PACKAGE_BUGREPORT=''
614614
PACKAGE_URL=''
615615

@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
13361336
# Omit some internal or obsolete options to make the list less imposing.
13371337
# This message is too long to be a string in the A/UX 3.1 sh.
13381338
cat <<_ACEOF
1339-
\`configure' configures vnstat 2.13_beta2 to adapt to many kinds of systems.
1339+
\`configure' configures vnstat 2.13 to adapt to many kinds of systems.
13401340
13411341
Usage: $0 [OPTION]... [VAR=VALUE]...
13421342
@@ -1407,7 +1407,7 @@ fi
14071407

14081408
if test -n "$ac_init_help"; then
14091409
case $ac_init_help in
1410-
short | recursive ) echo "Configuration of vnstat 2.13_beta2:";;
1410+
short | recursive ) echo "Configuration of vnstat 2.13:";;
14111411
esac
14121412
cat <<\_ACEOF
14131413
@@ -1516,7 +1516,7 @@ fi
15161516
test -n "$ac_init_help" && exit $ac_status
15171517
if $ac_init_version; then
15181518
cat <<\_ACEOF
1519-
vnstat configure 2.13_beta2
1519+
vnstat configure 2.13
15201520
generated by GNU Autoconf 2.71
15211521
15221522
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2061,7 +2061,7 @@ cat >config.log <<_ACEOF
20612061
This file contains any messages produced by compilers while
20622062
running configure, to aid debugging if configure makes a mistake.
20632063
2064-
It was created by vnstat $as_me 2.13_beta2, which was
2064+
It was created by vnstat $as_me 2.13, which was
20652065
generated by GNU Autoconf 2.71. Invocation command line was
20662066
20672067
$ $0$ac_configure_args_raw
@@ -3335,7 +3335,7 @@ fi
33353335

33363336
# Define the identity of the package.
33373337
PACKAGE='vnstat'
3338-
VERSION='2.13_beta2'
3338+
VERSION='2.13'
33393339

33403340

33413341
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -7065,7 +7065,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
70657065
# report actual input values of CONFIG_FILES etc. instead of their
70667066
# values after options handling.
70677067
ac_log="
7068-
This file was extended by vnstat $as_me 2.13_beta2, which was
7068+
This file was extended by vnstat $as_me 2.13, which was
70697069
generated by GNU Autoconf 2.71. Invocation command line was
70707070
70717071
CONFIG_FILES = $CONFIG_FILES
@@ -7133,7 +7133,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
71337133
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
71347134
ac_cs_config='$ac_cs_config_escaped'
71357135
ac_cs_version="\\
7136-
vnstat config.status 2.13_beta2
7136+
vnstat config.status 2.13
71377137
configured by $0, generated by GNU Autoconf 2.71,
71387138
with options \\"\$ac_cs_config\\"
71397139

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.13_beta2])
3+
AC_INIT([vnstat], [2.13])
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,5 +1,5 @@
11
'\" t
2-
.TH VNSTAT 1 "JANUARY 2025" "version 2.13" "User Manuals"
2+
.TH VNSTAT 1 "FEBRUARY 2025" "version 2.13" "User Manuals"
33
.SH NAME
44
vnstat \- a console-based network traffic monitor
55

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 2024" "version 2.12" "User Manuals"
1+
.TH VNSTAT.CONF 5 "FEBRUARY 2025" "version 2.13" "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,5 +1,5 @@
11
'\" t
2-
.TH VNSTATD 8 "JANUARY 2024" "version 2.12" "User Manuals"
2+
.TH VNSTATD 8 "FEBRUARY 2025" "version 2.13" "User Manuals"
33
.SH NAME
44
vnstatd \- daemon based database updating for vnStat
55

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 "JANUARY 2025" "version 2.13" "User Manuals"
1+
.TH VNSTATI 1 "FEBRUARY 2025" "version 2.13" "User Manuals"
22
.SH NAME
33
vnstati \- image output support for vnStat
44

0 commit comments

Comments
 (0)