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-1.1.tar.gz
mysqlstat-1.1.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,5 +1,5 @@
# 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
diff --git a/NEWS b/NEWS
index ed6df2a..fe61abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-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.
@@ -11,7 +15,7 @@ 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
diff --git a/README b/README
index 87c029a..f99699c 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
Mysqlstat README
-Copyright (C) 2016 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
@@ -81,7 +80,7 @@ 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
@@ -101,4 +100,4 @@ 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,5 +1,5 @@
# 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
diff --git a/configure.ac b/configure.ac
index 3ecbdc2..48c939d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# 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
@@ -15,7 +15,7 @@
# 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])
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 0aa4dfe..12d1acb 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -1,5 +1,5 @@
# 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
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,6 +1,6 @@
#!/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
diff --git a/src/Makefile.am b/src/Makefile.am
index c17447f..bd85621 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# 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
diff --git a/src/mysqlstat.8 b/src/mysqlstat.8
index e0bcb7f..6eb62ca 100644
--- a/src/mysqlstat.8
+++ b/src/mysqlstat.8
@@ -1,5 +1,5 @@
.\" 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
@@ -13,7 +13,7 @@
.\"
.\" 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
@@ -100,7 +100,7 @@ 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>
diff --git a/src/mysqlstat.c b/src/mysqlstat.c
index 7db2649..7b25c3f 100644
--- a/src/mysqlstat.c
+++ b/src/mysqlstat.c
@@ -1,5 +1,5 @@
/* 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
diff --git a/src/mysqlstat.h b/src/mysqlstat.h
index cc10749..4917c1b 100644
--- a/src/mysqlstat.h
+++ b/src/mysqlstat.h
@@ -1,5 +1,5 @@
/* 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
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,5 +1,5 @@
# 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

Return to:

Send suggestions and report system problems to the System administrator.