Revision history for Perl extension Win32::EventLog. 0.077 Fri Dec 6 2013 - Fix required perl version 5.6 -> 5.006. - Add Github repo link to META.yml - Typo fixes by David Steinbrunner Note: This release does not contain the changes from the 'master' branch of the repo related to [rt#61484]. See https://rt.cpan.org/Public/Bug/Display.html?id=61484#txn-838619 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 ) - 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 ) - various other cleanups for the code and the documentation (Jan Dubois ) 0.062 Mon May 22 21:02:26 2000 - fix for memory leak in EventLog due to lack of DESTROY() (suggested by Jan Dubois ) - 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 ) 0.04 Mon