Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2021-09-28 05:24:47 +0300
committerCasey Deccio <casey@deccio.net>2021-09-28 06:23:35 +0300
commit87e155514ee37a21713476edf944154e49a929b6 (patch)
tree1faa9a1e297dc0bc4877b35dd11668ff1e5276d9
parent74c6a9a92da6b32811f3205210fec5efdb10f92f (diff)
Bump version to 0.9.4v0.9.4maintenance/0.9.x
-rw-r--r--contrib/dnsviz.spec2
-rw-r--r--dnsviz/transport.py2
-rw-r--r--doc/man/dnsviz-graph.12
-rw-r--r--doc/man/dnsviz-grok.12
-rw-r--r--doc/man/dnsviz-print.12
-rw-r--r--doc/man/dnsviz-probe.12
-rw-r--r--doc/man/dnsviz-query.12
-rw-r--r--doc/man/dnsviz.12
-rw-r--r--setup.py2
9 files changed, 10 insertions, 8 deletions
diff --git a/contrib/dnsviz.spec b/contrib/dnsviz.spec
index 5a49b97..76559af 100644
--- a/contrib/dnsviz.spec
+++ b/contrib/dnsviz.spec
@@ -58,6 +58,8 @@ rm -rf %{buildroot}
%{_mandir}/man1/%{name}-query.1*
%changelog
+* Mon Sep 27 2021 Casey Deccio
+ 0.9.4 release
* Thu Mar 11 2021 Casey Deccio
0.9.3 release
* Fri Feb 5 2021 Casey Deccio
diff --git a/dnsviz/transport.py b/dnsviz/transport.py
index efa8b17..98eed44 100644
--- a/dnsviz/transport.py
+++ b/dnsviz/transport.py
@@ -812,7 +812,7 @@ class DNSQueryTransportHandlerHTTP(DNSQueryTransportHandlerMulti):
def init_req(self):
data = self._post_data()
- self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.3\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
+ self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.4\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
self.msg_send_len = len(self.msg_send)
self.msg_send_index = 0
diff --git a/doc/man/dnsviz-graph.1 b/doc/man/dnsviz-graph.1
index 9e41403..d5c723a 100644
--- a/doc/man/dnsviz-graph.1
+++ b/doc/man/dnsviz-graph.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz-probe 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz-probe 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz-graph \- graph the assessment of diagnostic DNS queries
.SH SYNOPSIS
diff --git a/doc/man/dnsviz-grok.1 b/doc/man/dnsviz-grok.1
index 74b1e29..812c0dc 100644
--- a/doc/man/dnsviz-grok.1
+++ b/doc/man/dnsviz-grok.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz-grok 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz-grok 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz-grok \- assess diagnostic DNS queries
.SH SYNOPSIS
diff --git a/doc/man/dnsviz-print.1 b/doc/man/dnsviz-print.1
index f659373..8c925fc 100644
--- a/doc/man/dnsviz-print.1
+++ b/doc/man/dnsviz-print.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz-print 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz-print 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz-print \- print the assessment of diagnostic DNS queries
.SH SYNOPSIS
diff --git a/doc/man/dnsviz-probe.1 b/doc/man/dnsviz-probe.1
index 71a9e7d..af4d82b 100644
--- a/doc/man/dnsviz-probe.1
+++ b/doc/man/dnsviz-probe.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz-probe 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz-probe 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz-probe \- issue diagnostic DNS queries
.SH SYNOPSIS
diff --git a/doc/man/dnsviz-query.1 b/doc/man/dnsviz-query.1
index 7c02b8e..aa66582 100644
--- a/doc/man/dnsviz-query.1
+++ b/doc/man/dnsviz-query.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz-query 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz-query 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz-query \- assess a DNS query
.SH SYNOPSIS
diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1
index 56e1061..542d8b2 100644
--- a/doc/man/dnsviz.1
+++ b/doc/man/dnsviz.1
@@ -20,7 +20,7 @@
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH dnsviz 1 "11 Mar 2021" "0.9.3"
+.TH dnsviz 1 "27 Sep 2021" "0.9.4"
.SH NAME
dnsviz \- issue and assess diagnostic DNS queries
.SH SYNOPSIS
diff --git a/setup.py b/setup.py
index 4378939..4a64ed0 100644
--- a/setup.py
+++ b/setup.py
@@ -120,7 +120,7 @@ else:
create_config('')
setup(name='dnsviz',
- version='0.9.3',
+ version='0.9.4',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',