From 6ec6477f688f9b2110a30b42f4e9d9fc842babf6 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 1 Aug 2017 15:10:02 +0200 Subject: [PATCH] Format release notes --- README.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 25e7413..8f9da45 100644 --- a/README.rst +++ b/README.rst @@ -90,28 +90,28 @@ _________________ This release seeks to clean up the codebase (sparingly!) and introduce Windows compatibility. - * Removing ill-defined ``encoding`` keyword arg from ``ifcfg.get_parser`` - * Removed no-op Linux Kernel 2.x parsing and ``kernel`` keyword arg - * Removed class ``ifcfg.IfcfgParser``, use ``UnixParser`` instead - * All strings are UTF-8, also in Py 2.7 - * Only cross-platform features are now guaranteed to be in the result set: - ``['inet', 'ether', 'inet6', 'netmask']`` - * IPv6 addresses are now stored in a list. - * Removed prefixlen, as it should be added to one IPv6 address, not the - interface +* Removing ill-defined ``encoding`` keyword arg from ``ifcfg.get_parser`` +* Removed no-op Linux Kernel 2.x parsing and ``kernel`` keyword arg +* Removed class ``ifcfg.IfcfgParser``, use ``UnixParser`` instead +* All strings are UTF-8, also in Py 2.7 +* Only cross-platform features are now guaranteed to be in the result set: + ``['inet', 'ether', 'inet6', 'netmask']`` +* IPv6 addresses are now stored in a list. +* Removed prefixlen, as it should be added to one IPv6 address, not the + interface 0.10.1 -____ +______ - * Fixed encoding issues, preventing ``default_interface`` to be detected +* Fixed encoding issues, preventing ``default_interface`` to be detected 0.10 ____ - * Support for Unix systems w/o ``ifconfig``, for instance newer Ubuntu/Debian - * Refactored to use ``src/`` hierarchy +* Support for Unix systems w/o ``ifconfig``, for instance newer Ubuntu/Debian +* Refactored to use ``src/`` hierarchy