From 78a6b658a106841bae41f86af6d79b04cede82c9 Mon Sep 17 00:00:00 2001 From: Casey Deccio Date: Fri, 8 Jan 2021 17:40:07 -0700 Subject: Update version number --- contrib/dnsviz.spec | 2 ++ dnsviz/transport.py | 2 +- doc/man/dnsviz-graph.1 | 2 +- doc/man/dnsviz-grok.1 | 2 +- doc/man/dnsviz-print.1 | 2 +- doc/man/dnsviz-probe.1 | 2 +- doc/man/dnsviz-query.1 | 2 +- doc/man/dnsviz.1 | 2 +- setup.py | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/contrib/dnsviz.spec b/contrib/dnsviz.spec index 3cd85f8..66c3fbb 100644 --- a/contrib/dnsviz.spec +++ b/contrib/dnsviz.spec @@ -58,6 +58,8 @@ rm -rf %{buildroot} %{_mandir}/man1/%{name}-query.1* %changelog +* Fri Jan 8 2021 Casey Deccio + 0.9.0 release * Wed Feb 6 2019 Casey Deccio 0.8.1 release * Fri Jan 25 2019 Casey Deccio diff --git a/dnsviz/transport.py b/dnsviz/transport.py index 14334c9..5eefb19 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.8.1\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.0\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 6971750..e64090c 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 . .\" -.TH dnsviz-probe 1 "25 Jan 2019" "0.8.1" +.TH dnsviz-probe 1 "8 Jan 2021" "0.9.0" .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 c9a441d..c1dd9ff 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 . .\" -.TH dnsviz-grok 1 "25 Jan 2019" "0.8.1" +.TH dnsviz-grok 1 "8 Jan 2021" "0.9.0" .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 6091405..3f5ea1c 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 . .\" -.TH dnsviz-print 1 "25 Jan 2019" "0.8.1" +.TH dnsviz-print 1 "8 Jan 2021" "0.9.0" .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 8c7019f..e5ccd9d 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 . .\" -.TH dnsviz-probe 1 "25 Jan 2019" "0.8.1" +.TH dnsviz-probe 1 "8 Jan 2021" "0.9.0" .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 8384ab8..371032d 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 . .\" -.TH dnsviz-query 1 "25 Jan 2019" "0.8.1" +.TH dnsviz-query 1 "8 Jan 2021" "0.9.0" .SH NAME dnsviz-query \- assess a DNS query .SH SYNOPSIS diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1 index 9ca6f7a..8ff9eca 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 . .\" -.TH dnsviz 1 "25 Jan 2019" "0.8.1" +.TH dnsviz 1 "8 Jan 2021" "0.9.0" .SH NAME dnsviz \- issue and assess diagnostic DNS queries .SH SYNOPSIS diff --git a/setup.py b/setup.py index 176e643..cbc728c 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ else: create_config('') setup(name='dnsviz', - version='0.8.1', + version='0.9.0', author='Casey Deccio', author_email='casey@deccio.net', url='https://github.com/dnsviz/dnsviz/', -- cgit v1.2.3