-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
90 lines (73 loc) · 3.31 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Revision history for Perl extension Win32::EventLog.
0.077
- fix for skipped record when reading in SEQUENTIAL mode
(RT#61484) by Olivier Mengué. The OFFSET argument is now
completely ignored in SEQUENTIAL read as in the underlying
Win32 implementation. A '0' value previously had a special
behaviour which bypassed the cache and so gave unpredictable
results.
- added test for RT#61484 by Olivier Mengué.
- refactored ReadEventLog (in SEEK mode in the case where we are
reading sequentially) to use the cached entries instead of
re-reading every time. Olivier Mengué.
0.076 Wed Jul 02 2008 (Jan Dubois)
- Make sure the regression tests are properly skipped on Win95
0.075 Tue Apr 15 2008 (Jan Dubois)
- version 0.075 for separate upload to CPAN
- simplified Makefile.PL
- added META.yml
- added ppport.h
- fixes for Win64 support
0.074 (unreleased)
- EventLog can sometimes fail to retrieve messages (fix suggested
by Patrice M. I. Parmentier in
http://rt.perl.org/rt2/Ticket/Display.html?id=17457)
0.073 Fri May 17 2002 (Brett Williams <[email protected]>)
- fix for incorrect number of parameters passed from method
Win32::EventLog::Report to method Win32::EventLog::WriteEventLog
- fix for method Win32::EventLog::WriteEventLog ignoring 'reserved'
parameter
0.072 Tue Aug 14 2001 (Jan Dubois)
- GetEventLogText fixes:
- EventMessageFile can actually be a *list* of files
- provide additional bogus inserts to cope with broken
message files / eventlog entries
0.071 Fri Aug 25 12:34:56 2000 (Jan Dubois)
- remove limit of 16 fields for GetEventLogText
- fix endless loop problem in GetEventLogText
0.07 Mon May 22 21:02:26 2000
- support for passing Unicode strings to underlying calls (thanks
to Jan Dubois <[email protected]>)
- various other cleanups for the code and the documentation
(Jan Dubois <[email protected]>)
0.062 Mon May 22 21:02:26 2000
- fix for memory leak in EventLog due to lack of DESTROY()
(suggested by Jan Dubois <[email protected]>)
- Report() method uses 'Source' and 'Computer' fields in passed
hashref if they exist, and uses the same fields from the EventLog
object if they don't. NOTE: THIS IS A POTENTIAL COMPATIBILITY
ISSUE.
0.06 Tue Feb 2 20:52:00 1999
- new method overloaded to support backup eventlogs
- GetEventLogText now processes embedded %%xxx strings.
- Automatic call to GetEventLogMessageText removed from Read
method.
- GetMessageText function and variable added
- Message field supported by previous version now only
available either by setting $Win32::EventLog::GetMessageText=1
or calling Win32::EventLog::GetMessageText function.
- Some documentation added.
0.05 Sat Nov 14 23:04:41 1998
- support 'User' and 'Message' fields (suggested by
Martin Pauley <[email protected]>)
0.04 Mon Sep 7 22:41:27 1998
- grow buffer for ReadEventLog() as needed
0.03 Fri Feb 6 20:54:54 1998
- Fix Read(...,\%foo)
0.02 Thu Dec 4 16:16:47 1997
- Open() method has been renamed to new()
- Perl code is cleaner
- cosmetic tweaks
0.01 Sat Apr 5 15:20:38 1997
- original version; created by h2xs 1.18
- imported from Actiware version