File: Changes

package info (click to toggle)
libsys-hostip-perl 2.120-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 487; makefile: 2
file content (136 lines) | stat: -rw-r--r-- 4,696 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Revision history for Perl extension Sys::HostIP.

2.120     2019-08-29 15:00:44+03:00 Asia/Jerusalem

    * Fix test failures on systems with a Russian locale.
    * Warn users if the interface can't be detected.

2.110     2019-02-23 17:40:31+02:00 Asia/Jerusalem

    * Implement fallback to `ip` on systems which don't have `ifconfig`.
      (Adam Balali)
    * Increase perlcritic compliance.

2.100     2018-01-20 23:17:24+01:00 Europe/Amsterdam

    * Work around ip() failures on non-English systems.
      (Paul Cochrane)
    * Better diagnostics in case of failure. (Paul Cochrane)

2.000     2017-03-27 14:20:12+02:00 Europe/Amsterdam

    * Fix Windows 7 Finish, Italian, French, German.
      (Paul Cochrane)
    * Fix Swedish.
      (Paul Cochrane)

1.99      2017-03-22 13:52:36+01:00 Europe/Amsterdam

    * Restore missing NAME section. (Nick Morrott)
    * Add Travis-CI. (Paul Cochrane)
    * Cleanup whitespace. (Paul Cochrane)
    * Minimum Perl version (5.6). (Paul Cochrane)
    * Add missing build prereqs. (Paul Cochrane)
    * Add copyright and license info to docs and README.
      (Paul Cochrane)

1.98      2016-08-27 08:56:19+02:00 Europe/Amsterdam

           * Accept empty interfaces names on Windows. (Hilko Bengen)
           * Add Windows 10 test (en-US). (Hilko Bengen)

1.97    03.02.13
        * Adding support for Tru64 UNIX.
          (Thank you, Robert Urban!)

1.96    25.10.12
        * No functional changes.
        * RT #80399: doc typo by Peter Newman.

1.95    23.02.12
        * Trying to please testers more. (I'm looking at you, Chris!)

1.94    18.02.12
        * Don't return 127.0.0.1 as default device if it wasn't really found.
          (tests have verified some machines don't have it)

1.93    14.02.12
        * GH #4: Matthew Musgrove (Mr. Muskrat) unearthed a bug in tests that
          would plan an incorrect number of tests by operating system. Fixed.

1.92    14.02.12
        * GH #3, RT #74701: Doc fix by Mr. Muskrat.
        * Dump some data in tests to try and fix failing tests.

1.91    06.02.12
        * Functional interface is back.                 *
        * Sys::HostIP will remain backwards compatible. *
        * Fix bug reported by Mr. Muskrat where ifconfig would be searched
          even on Windows. This failed because Windows doesn't have ifconfig.
        * Refactoring, cleanups.

1.90    05.02.12
        * Functional interface is now deprecated.
        * Fix taint mode, use File::Basename for it.
        * Remove need for Test::TinyMocker, Test::Exception.
        * Other cleanups.

1.81    20.01.11
        * Refactoring testing code.
        * Adding test to Windows 7 (Hilko Bengen).

1.8     18.01.11
        * More tests, thanks to fenderson (Amir Meiry).
        * Fix for Windows 7 (Hilko Bengen).
        * Adding test data for Windows XP and Windows 2K (Hilko Bengen).
        * Clean ups.

1.7     15.09.10
        * Refactoring, refactoring, refactoring.
        * If you're using object oriented style, the data is now cached!
        * Create if_info on edit.
        * Sorted version numbers

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

1.4     11.09.10
        * New maintainer: Sawyer X (XSAWYERX)
        * Fixed RT #24002 (thanks gmc@gmcx.net and MARKLE)
        * Fixed RT #44845 (thanks Mikhael <miihael@sfc.ru>)
        * 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.

1.3.0 Mon Sep 29 00:42::55 PST 2003
    finally rewrote _get_win32_interface_info from scratch.
    All methods seem to work now. $/ is now localized before every system call
    (thanks martin.thurn@ngc.com).
    added aix support (thanks benny@discoveringmontana.com).

1.2.2 Thu Jan  9 12:46:59 PST 2003
    fixed error with || precedence on line 24 that spit out a warning for non
    linux systems (thanks saad@docisland.org and nipotan@k5.dion.ne.jp)
    changed default ifconfig command to include "-a" flag

1.2.1 Mon Jul  8 01:02:03 2002
    fixed typo on line 58

1.2  Sun Apr  7 21:05:23 2002
    now ip() is exported (and works as a normal sub instead of a class
    method) to insure compatability with old module

1.1  Sun Apr  7 17:30:15 2002
    almost complete rewrite of old (1.0) version