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>2016-10-28 17:37:39 +0300
committerCasey Deccio <casey@deccio.net>2016-10-28 17:37:39 +0300
commit6ca9a9d14b6f605213c8e3d04a035a545b80d384 (patch)
tree7793231cae599b720b4f595ffe2703f3832ec564
parent6fcc518132f7ffe17dcbccd6bc8efe4c59e21d14 (diff)
Bump version
-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
8 files changed, 8 insertions, 8 deletions
diff --git a/dnsviz/transport.py b/dnsviz/transport.py
index 75c932c..6a7223b 100644
--- a/dnsviz/transport.py
+++ b/dnsviz/transport.py
@@ -658,7 +658,7 @@ class DNSQueryTransportHandlerHTTP(DNSQueryTransportHandlerMulti):
def init_req(self):
data = self._post_data()
- self.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.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.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.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.req_len = len(self.req)
self.req_index = 0
diff --git a/doc/man/dnsviz-graph.1 b/doc/man/dnsviz-graph.1
index 503edb6..a28be66 100644
--- a/doc/man/dnsviz-graph.1
+++ b/doc/man/dnsviz-graph.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz-probe 1 "28 Oct 2016" "0.6.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 569248f..e66b657 100644
--- a/doc/man/dnsviz-grok.1
+++ b/doc/man/dnsviz-grok.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz-grok 1 "28 Oct 2016" "0.6.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 a01d371..5304c53 100644
--- a/doc/man/dnsviz-print.1
+++ b/doc/man/dnsviz-print.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz-print 1 "28 Oct 2016" "0.6.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 a0715fc..8b96210 100644
--- a/doc/man/dnsviz-probe.1
+++ b/doc/man/dnsviz-probe.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz-probe 1 "28 Oct 2016" "0.6.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 63bec6a..6695fbc 100644
--- a/doc/man/dnsviz-query.1
+++ b/doc/man/dnsviz-query.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz-query 1 "28 Oct 2016" "0.6.4"
.SH NAME
dnsviz-query \- assess a DNS query
.SH SYNOPSIS
diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1
index 9793a0a..f8fdb37 100644
--- a/doc/man/dnsviz.1
+++ b/doc/man/dnsviz.1
@@ -18,7 +18,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 "29 Sep 2016" "0.6.3"
+.TH dnsviz 1 "28 Oct 2016" "0.6.4"
.SH NAME
dnsviz \- issue and assess diagnostic DNS queries
.SH SYNOPSIS
diff --git a/setup.py b/setup.py
index 158c103..b93ae7d 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ else:
map_func = lambda x: codecs.decode(x, 'latin1')
setup(name='dnsviz',
- version='0.6.3',
+ version='0.6.4',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',