forked from perl-libwin32/win32-netadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
68 lines (53 loc) · 2.07 KB
/
Changes
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
Revision history for Perl extension Win32::NetAdmin.
0.12 Thu Nov 28 2013
- Fix required perl version 5.6 -> 5.006.
- Add Github repo link to META.yml
- Typo fixes by David Steinbrunner
- Add LICENSE section to pod [rt#41181]
0.11 Wed Jul 02 2008
- Skip tests when running on Windows 95.
0.10 Mon Jun 23 2008
- Skip tests when not running as an administrator.
0.09 Tue Apr 15 2008
- version 0.09 for separate upload to CPAN
- updated email addresses
- simplified Makefile.PL
- added META.yml
- added ppport.h
0.08 Mon May 22 21:22:33 2000
- move last error variable to interpreter (thanks to
Doug Lankshear <[email protected]>)
0.07 Mon May 22 21:22:33 2000
- support for passing Unicode strings to methods (thanks to
Doug Lankshear <[email protected]>)
0.062 Wed Aug 4 7:51:33 1999
- added docs to EXAMPLE
0.061 (unreleased)
- added a NetAdmin example from Robert Spier <[email protected]>.
- minor changes for Perl 5.005xx compatibility
0.06 Mon Sep 7 19:47:20 1998
- fixed GPF in LocalGroupIsMember()
0.05 Sun May 10 22:39:01 1998
- removed broken #ifdefs that disabled UserChangePassword() and
other functions
- fix broken constants and add new ones (courtesy Dave Roth
- export :ALL functions (courtesy Tye McQueen <[email protected]>)
- New functions GetAliasFromRID(), GetUserGroupFromRID(), and
GetServerDisks(). LocalGroupGetMembersWithDomain() fixes
(courtesy Jutta M. Klebe <[email protected]>)
0.04 (unreleased)
- added LocalGroupGetMembersWithDomain() via
David Gardiner <[email protected]>
0.03 Fri Feb 6 21:02:31 1998
- fixes and enhancements courtesy Jutta Klebe <[email protected]>
* New functions: LoggedOnUsers(), GetTransports()
* GetUsers() and GetServers() now accept hashrefs
- misc. pod fixes
0.02 Sat Dec 13 19:11:52 1997
- Fixes for enumeration functions from Joe Doss <[email protected]>
- Various tweaks to the fixes
- Added changes in ActiveState version
0.01 Sat Apr 5 14:24:05 1997
- original version; created by h2xs 1.18
- imported ActiveWare version