aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-01-23 12:47:04 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-01-23 12:49:09 +0200
commit65dad2843740d1f1c4163d989d60b14f86664d08 (patch)
tree648aadf39c1c2779ff0d64a6b632ff1d1dffd57a
parentbb9f85ecb5f9d36b250ec1c84e44298b25e6632f (diff)
downloadmysqlstat-65dad2843740d1f1c4163d989d60b14f86664d08.tar.gz
mysqlstat-65dad2843740d1f1c4163d989d60b14f86664d08.tar.bz2
Version 1.1v1.1
-rw-r--r--Makefile.am2
-rw-r--r--NEWS10
-rw-r--r--README5
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac4
-rw-r--r--setup/Makefile.am2
-rw-r--r--setup/mysqlstat-setup.pl2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mysqlstat.86
-rw-r--r--src/mysqlstat.c2
-rw-r--r--src/mysqlstat.h2
-rw-r--r--src/mysqlstat_mib.mib2c2
12 files changed, 22 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index df581f5..d0f6fbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- autoconf -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index ed6df2a..fe61abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,24 @@
-Mysqlstatb NEWS -- history of user-visible changes. 2016-06-08
-Copyright (C) 2016 Sergey Poznyakoff
+Mysqlstat NEWS -- history of user-visible changes. 2020-01-23
See the end of file for copying conditions.
Please send Mysqlstat bug reports to <bug-mysqlstat@gnu.org.ua>
+Version 1,1, 2020-01-23
+
+* Minor fixes in mysqlstat-setup
+* Provide default values for NULL columns
+
Version 1.0, 2016-06-08
Initial release.
* Copyright information:
-Copyright (C) 2016 Sergey Poznyakoff
+Copyright (C) 2016-2020 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README b/README
index 87c029a..f99699c 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
Mysqlstat README
-Copyright (C) 2016 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains brief information about configuring, testing
and using Mysqlstat. It is *not* intended as a replacement
@@ -78,13 +77,13 @@ For more details, refer to the manpage mysqlstat-setup(8).
Send bug reports and suggestions to <bug-mysqlstat@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2016 Sergey Poznyakoff
+Copyright (C) 2016-2020 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
@@ -98,7 +97,7 @@ Local Variables:
mode: outline
paragraph-separate: "[ ]*$"
version-control: never
End:
- \ No newline at end of file
+
diff --git a/acinclude.m4 b/acinclude.m4
index 1f9ba07..a843d55 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- autoconf -*-
-# Copyright (C) 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2014-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/configure.ac b/configure.ac
index 3ecbdc2..48c939d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- autoconf -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([mysqlstat], 1.0, [bug-mailstat@gnu.org])
+AC_INIT([mysqlstat], 1.1, [gray@gnu.org.ua])
AC_CONFIG_SRCDIR(src/mysqlstat_mib.mib2c)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 0aa4dfe..12d1acb 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- automake -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/setup/mysqlstat-setup.pl b/setup/mysqlstat-setup.pl
index 6366e33..53e14d8 100644
--- a/setup/mysqlstat-setup.pl
+++ b/setup/mysqlstat-setup.pl
@@ -1,9 +1,9 @@
#!/usr/bin/perl
# This file is part of Mysqlstat
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/Makefile.am b/src/Makefile.am
index c17447f..bd85621 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- automake -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/mysqlstat.8 b/src/mysqlstat.8
index e0bcb7f..6eb62ca 100644
--- a/src/mysqlstat.8
+++ b/src/mysqlstat.8
@@ -1,8 +1,8 @@
.\" This file is part of Mysqlstat -*- nroff -*-
-.\" Copyright (C) 2016 Sergey Poznyakoff
+.\" Copyright (C) 2016-2020 Sergey Poznyakoff
.\"
.\" Mysqlstat is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3, or (at your option)
.\" any later version.
.\"
@@ -10,13 +10,13 @@
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>.
-.TH MYSQLSTAT 8 "June 8, 2016" "mysqlstat"
+.TH MYSQLSTAT 8 "January 23, 2020" "mysqlstat"
.SH NAME
mysqlstat \- net-snmp module for collecting MySQL statistics
.SH SYNOPSIS
In \fBsnmpd.conf\fR(5):
.PP
.B dlmod mysqlstat_mib /usr/lib/snmp/mysqlstat.so
@@ -97,13 +97,13 @@ for a detailed list of provided OIDs.
.BR mysqld (8).
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2016 Sergey Poznyakoff
+Copyright \(co 2016-2020 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
.ad
This is free software: you are free to change and redistribute it.
diff --git a/src/mysqlstat.c b/src/mysqlstat.c
index 7db2649..7b25c3f 100644
--- a/src/mysqlstat.c
+++ b/src/mysqlstat.c
@@ -1,8 +1,8 @@
/* This file is part of Mysqlstat
- * Copyright (C) 2016 Sergey Poznyakoff
+ * Copyright (C) 2016-2020 Sergey Poznyakoff
*
* Mysqlstat is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
diff --git a/src/mysqlstat.h b/src/mysqlstat.h
index cc10749..4917c1b 100644
--- a/src/mysqlstat.h
+++ b/src/mysqlstat.h
@@ -1,8 +1,8 @@
/* This file is part of Mysqlstat -*- autoconf -*-
- * Copyright (C) 2016 Sergey Poznyakoff
+ * Copyright (C) 2016-2020 Sergey Poznyakoff
*
* Mysqlstat is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
diff --git a/src/mysqlstat_mib.mib2c b/src/mysqlstat_mib.mib2c
index 45f8885..0a24af7 100644
--- a/src/mysqlstat_mib.mib2c
+++ b/src/mysqlstat_mib.mib2c
@@ -1,8 +1,8 @@
# This file is part of Mysqlstat -*- c -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2020 Sergey Poznyakoff
#
# Mysqlstat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#

Return to:

Send suggestions and report system problems to the System administrator.