[Python-modules-commits] [python-zeroconf] 15/17: Prepare release 0.17.4

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Oct 5 07:56:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository python-zeroconf.

commit 0b9093de863928d7f13092aaf2be1f0a33f4ead2
Author: Jakub Stasiak <jakub at stasiak.at>
Date:   Tue Sep 22 00:05:02 2015 +0100

    Prepare release 0.17.4
---
 README.rst  | 6 ++++++
 zeroconf.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 082ada9..bb86229 100644
--- a/README.rst
+++ b/README.rst
@@ -115,6 +115,12 @@ See examples directory for more.
 Changelog
 =========
 
+0.17.4
+------
+
+* Fixed support for Linux kernel versions < 3.9 (thanks to Giovanni Harting
+  and Luckydonald, GitHub pull request #26)
+
 0.17.3
 ------
 
diff --git a/zeroconf.py b/zeroconf.py
index 3348fb6..2d67563 100644
--- a/zeroconf.py
+++ b/zeroconf.py
@@ -38,7 +38,7 @@ from six.moves import xrange
 
 __author__ = 'Paul Scott-Murphy, William McBrine'
 __maintainer__ = 'Jakub Stasiak <jakub at stasiak.at>'
-__version__ = '0.17.3'
+__version__ = '0.17.4'
 __license__ = 'LGPL'
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list