diff --git a/.gitignore b/.gitignore index b1cbf36..0ab8e29 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /pyroute2-0.2.7.tar.gz /pyroute2-0.3.2.tar.gz /pyroute2-0.3.3.tar.gz +/pyroute2-0.3.4.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 792dead..86add51 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,7 +1,7 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ @@ -31,6 +31,11 @@ IPQ. %{python_sitelib}/%{pkgname}* %changelog +* Thu Jan 8 2015 Peter V. Saveliev 0.3.4-1 +- Network namespaces support +- Veth, tuntap +- Route metrics + * Fri Dec 5 2014 Peter V. Saveliev 0.3.3-1 - Fix-ups, 0.3.3 - Bugfixes for Python 2.6 diff --git a/sources b/sources index 1e5af2f..91a47c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88a7474e4f18d5464fd77d5de994f1e6 pyroute2-0.3.3.tar.gz +9cca08465a52db6d2a19935445edcf7c pyroute2-0.3.4.tar.gz