aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--README3
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 43b0062..5e6ff32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
1Varnish-mib NEWS -- history of user-visible changes. 2014-11-26 1Varnish-mib NEWS -- history of user-visible changes. 2014-11-28
2Copyright (C) 2014 Sergey Poznyakoff 2Copyright (C) 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Varnish-mib bug reports to <gray@gnu.org> 5Please send Varnish-mib bug reports to <gray@gnu.org>
6 6
7Version 0.9.90, (git) 7Version 1.0, 2014-11-28
8 8
9Initial release. 9Initial release.
10 10
diff --git a/README b/README
index 005b8c8..086c6aa 100644
--- a/README
+++ b/README
@@ -13,7 +13,8 @@ manpage.
13* Overview 13* Overview
14 14
15Varnish-mib is a dynamically loadable object module for net-snmp 15Varnish-mib is a dynamically loadable object module for net-snmp
16snmpd, that provides access to Varnish Cache statistics. 16snmpd, that provides access to Varnish Cache statistics. It uses
17MIBs from varnishsnmp project (http://varnishsnmp.sourceforge.net).
17 18
18* Installation 19* Installation
19 20
diff --git a/configure.ac b/configure.ac
index 451ecac..9b4d998 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
15# along with Varnish-mib. If not, see <http://www.gnu.org/licenses/>. 15# along with Varnish-mib. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([varnish-mib], 0.9.90, [gray@gnu.org]) 18AC_INIT([varnish-mib], 1.0, [gray@gnu.org])
19AC_CONFIG_SRCDIR(src/varnish_mib.mib2c) 19AC_CONFIG_SRCDIR(src/varnish_mib.mib2c)
20AM_CONFIG_HEADER(config.h) 20AM_CONFIG_HEADER(config.h)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.