File: Changes

package info (click to toggle)
libnet-mac-vendor-perl 1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 10
  • sloc: perl: 97; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,874 bytes parent folder | download | duplicates (2)
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
# $Id: Changes 2337 2007-10-28 01:38:00Z comdog $

1.18 - Sat Oct 27 20:37:52 2007
	* distro cleanups after moving from CVS to SVN

1.17 - Tue Jan  9 22:35:52 2007
	* updated copyright and license info
	* no code changes, so no need to upgrade

1.16 - Fri Nov 17 10:23:46 2006
	* Fixed case-typo in docs s/Mac/MAC/. That's important to some 
	operating systems. :)
	* No code updates.

1.15 - Sun Jun 25 22:08:28 2006
	* Fixed up missing dependency, error in fetch_oui.t that 
	should have been a conditional test

1.13 - Fri Jun 23 15:01:56 2006
	* Improved caching that uses DBM::Deep if available
	* Added fetch_oui_from_cache, so you can avoid the network
	if you really don't want to use it
	* Added fetch_oui_from_ieee, if you only want to fetch it
	from the network (and not from cache)
	* fetch_oui now comprises those two functions, trying the
	cache first

1.11 - Fri Jun 16 01:06:31 2006
	* Load any oui.txt source that you like (another URL or local 
	file://)

1.01 - Thu May 25 03:58:41 2006
	* The last release forgot to bump the version number. There's no
	need to upgrade since this only fixes a missing MANIFEST.

0.24 - Thu May 25 03:31:33 2006
	* MANIFEST was missing from diff. I've fixed that.

0.24 - Sat May 20 02:59:48 2006
	* Minor distro updates, kwalitee cleanups, and typo squashing.
	No need to upgrade.

0.23 - Thu Apr  6 11:06:46 2006
	* Added Changes to MANIFEST so you can see this file.
	* There's no need to upgrade.

0.22 - Fri Mar 11 22:03:03 2005
	* Added POD coverage tests and fixed problems it found
	* No code updates, so no need to upgrade

0.21 - Tue Sep  7 21:34:36 2004
* added README to dist
* no need to upgrade

0.1 - Wed Sep  1 00:07:37 2004
* first pass: there is still a lot of work to do and a lot of
tests to write

0.1 - Tue Aug 31 22:06:50 CDT 2004
	* first pass, a bit of a monster that grew out of a simple
	script.