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>2019-03-13 01:56:26 +0300
committerCasey Deccio <casey@deccio.net>2019-03-13 01:56:26 +0300
commitdfe8a0b18cf9c3f91b0285019cda492416111f1f (patch)
tree71116d8fbdb130f66fa6ba442ed80dfa17da53e9
parentb83e8b57078bd96ccdf25da73bbfca0f0bcaee2b (diff)
Bump version number to 0.8.2v0.8.2maintenance/0.8.x
-rw-r--r--contrib/dnsviz-py2.spec4
-rw-r--r--contrib/dnsviz-py3.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
10 files changed, 14 insertions, 10 deletions
diff --git a/contrib/dnsviz-py2.spec b/contrib/dnsviz-py2.spec
index 0bea597..409c0f3 100644
--- a/contrib/dnsviz-py2.spec
+++ b/contrib/dnsviz-py2.spec
@@ -1,5 +1,5 @@
Name: dnsviz
-Version: 0.8.1
+Version: 0.8.2
Release: 1%{?dist}
Summary: Tools for analyzing and visualizing DNS and DNSSEC behavior
@@ -60,6 +60,8 @@ rm -rf %{buildroot}
%{_mandir}/man1/%{name}-query.1*
%changelog
+* Tue Mar 12 2019 Casey Deccio
+ 0.8.2 release
* Wed Feb 6 2019 Casey Deccio
0.8.1 release
* Fri Jan 25 2019 Casey Deccio
diff --git a/contrib/dnsviz-py3.spec b/contrib/dnsviz-py3.spec
index ef25f4b..6347441 100644
--- a/contrib/dnsviz-py3.spec
+++ b/contrib/dnsviz-py3.spec
@@ -1,5 +1,5 @@
Name: dnsviz
-Version: 0.8.0
+Version: 0.8.2
Release: 1%{?dist}
Summary: Tools for analyzing and visualizing DNS and DNSSEC behavior
@@ -60,6 +60,8 @@ rm -rf %{buildroot}
%{_mandir}/man1/%{name}-query.1*
%changelog
+* Tue Mar 12 2019 Casey Deccio
+ 0.8.2 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 2c4798c..954a443 100644
--- a/dnsviz/transport.py
+++ b/dnsviz/transport.py
@@ -797,7 +797,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.8.2\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 c6b6f5a..197f8df 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz-probe 1 "12 Mar 2019" "0.8.2"
.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 3f0b352..c98ce71 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz-grok 1 "12 Mar 2019" "0.8.2"
.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 cd5fec8..85d8dea 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz-print 1 "12 Mar 2019" "0.8.2"
.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 eeb5152..b7e1ebd 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz-probe 1 "12 Mar 2019" "0.8.2"
.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..38f1165 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz-query 1 "12 Mar 2019" "0.8.2"
.SH NAME
dnsviz-query \- assess a DNS query
.SH SYNOPSIS
diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1
index 9ca6f7a..f8c1f67 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 "25 Jan 2019" "0.8.1"
+.TH dnsviz 1 "12 Mar 2019" "0.8.2"
.SH NAME
dnsviz \- issue and assess diagnostic DNS queries
.SH SYNOPSIS
diff --git a/setup.py b/setup.py
index ba1016e..b354da1 100644
--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,7 @@ else:
create_config('')
setup(name='dnsviz',
- version='0.8.1',
+ version='0.8.2',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',