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-01-20 08:21:30 +0300
committerCasey Deccio <casey@deccio.net>2021-01-20 08:44:47 +0300
commitc9025cf09559f7495ba0ad847f1ef234d6643e34 (patch)
tree4b3a38d97414c46eaf48263e6df21e7b178e67e0
parentf1e67dd608addea15ab8719d79e0c9b42821d50b (diff)
Bump version to 0.9.1v0.9.1
-rw-r--r--contrib/dnsviz.spec4
-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, 11 insertions, 9 deletions
diff --git a/contrib/dnsviz.spec b/contrib/dnsviz.spec
index 529e1f9..c7f4e8f 100644
--- a/contrib/dnsviz.spec
+++ b/contrib/dnsviz.spec
@@ -1,5 +1,5 @@
Name: dnsviz
-Version: 0.9.0
+Version: 0.9.1
Release: 1%{?dist}
Summary: Tools for analyzing and visualizing DNS and DNSSEC behavior
@@ -58,6 +58,8 @@ rm -rf %{buildroot}
%{_mandir}/man1/%{name}-query.1*
%changelog
+* Tue Jan 19 2021 Casey Deccio
+ 0.9.1 release
* Fri Jan 8 2021 Casey Deccio
0.9.0 release
* Wed Feb 6 2019 Casey Deccio
diff --git a/dnsviz/transport.py b/dnsviz/transport.py
index 98e2e2e..b0b4aec 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.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 = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.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_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 70d7d50..a92bc91 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz-probe 1 "19 Jan 2021" "0.9.1"
.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 c99b60f..984f206 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz-grok 1 "19 Jan 2021" "0.9.1"
.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 7b02c06..9b22b57 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz-print 1 "19 Jan 2021" "0.9.1"
.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 150254b..83896ff 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz-probe 1 "19 Jan 2021" "0.9.1"
.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 52e63a6..2a50cdf 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz-query 1 "19 Jan 2021" "0.9.1"
.SH NAME
dnsviz-query \- assess a DNS query
.SH SYNOPSIS
diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1
index ba47ee2..1fb912d 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 "8 Jan 2021" "0.9.0"
+.TH dnsviz 1 "19 Jan 2021" "0.9.1"
.SH NAME
dnsviz \- issue and assess diagnostic DNS queries
.SH SYNOPSIS
diff --git a/setup.py b/setup.py
index cbc728c..e4ce7e8 100644
--- a/setup.py
+++ b/setup.py
@@ -120,7 +120,7 @@ else:
create_config('')
setup(name='dnsviz',
- version='0.9.0',
+ version='0.9.1',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',