From 4fe1d30bb314c5923a80463852c120e72290ee00 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Sun, 12 Sep 2010 01:12:46 +0200 Subject: [PATCH] changes for 1.6 --- Changes | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Changes b/Changes index e39b273..893144d 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,23 @@ Revision history for Perl extension Sys::HostIP. +1.6 12.09.10 + * ifconfig attr as documented in POD + * Sorting ifconfig sub to _get_ifconfig + 1.5 11.09.10 - * Moved to proper object oriented interface - * Cleaning up all the POD - * Cleaning up code + * Moved to proper object oriented interface + * Cleaning up all the POD + * Cleaning up code 1.4 11.09.10 - * New maintainer: Sawyer X (XSAWYERX) - * Fixed RT #24002 (thanks gmc@gmcx.net and MARKLE) - * Fixed RT #44845 (thanks Mikhael ) - * Rewrote tests, doubled them - * Using clean EXPORT_OK now - * Allow multiple 127.0.0.1 in tests (VPS servers sometimes have multiple) - * Moved to Dist::Zilla - * Cleaned up the Changes (reversed the order, hell yes) - * Cleaned up the POD a bit + * New maintainer: Sawyer X (XSAWYERX) + * Fixed RT #24002 (thanks gmc@gmcx.net and MARKLE) + * Fixed RT #44845 (thanks Mikhael ) + * Rewrote tests, doubled them + * Using clean EXPORT_OK now + * Allow multiple 127.0.0.1 in tests (VPS servers may have multiple) + * Moved to Dist::Zilla + * Cleaned up the Changes (reversed the order, hell yes) + * Cleaned up the POD a bit 1.3.1 Mon Sep 29 20:37:07 PST 2003 fixed line wrapping in documentation.