--------------------------------------------------------------------------------
-- 0.7.X -----------------------------------------------------------------------
--------------------------------------------------------------------------------

Win32::Printer 0.7.1 (2004-XX-XX)
  1) Global variables removed (caused object interference); IMPORTANT FIX!!!
     debug parametre and Debug methods still may interfere;
  2) Changed filename suggestion order - filename, description, "Printer";
  3) Fixed _SaveAs;
  3) Random seed added to temporary PostScript files when creating PDF;
  4) Unit method corrected;
  5) Debug method corrected;
  6) Added few error messages and warnings;
  7) Constructor and Next method cleaned from unnecessary Space method;

Win32::Printer 0.7.0 (2003-01-07)
  1) Now this library is distributed under terms of LESSER GPL;
  2) Debug method added;
  3) "debug" attribute added;
  4) Prompt for filename attribute "prompt" added;
  5) Win32::Printer::Enum method Drivers() returns array in {DependentFiles};
  6) Save to file fixed and enchanced for print dialog;
  7) Ghostscript output log to nul fixed;
  8) Fixed bug in XS _GetWinMetaFile;
  9) Ghostscript param set to "-dORIENT1=true" which is correct in most cases;
 10) Units() argument ratio fixed;
 11) User specific page sizes added ("height", "width" attributes);
 12) Document collation API and documentation was reviewed and fixed;
 13) PClip documentation was reviewed and fixed;
 14) Overall documentation reviews and fixes;
 15) "pdf" attribute fixed - again! Now You may use "-" as pdf STDOUT filename;
 13) EBar barcode support and test file added (note that EBar is not publically
     available at the moment);
 14) Now DelayLoad and import libraries are used for EBar, FreeImage and
     Ghostscript;
 15) Now latest FreeImage 3.0.4 may be used (added XBM, XPM);
 16) Makefile.PL rewritten for delayload;
 17) "printer" and "file" attributes now support forward-slashes;
 18) End(), Abort(), Close() now returns possibly modified filename if "file"
     attribute is set;

--------------------------------------------------------------------------------
-- 0.6.X -----------------------------------------------------------------------
--------------------------------------------------------------------------------

Win32::Printer 0.6.6.1 (2003-11-03)
  1) Bug in Win32::Printer::Enum Printers() method fixed (It didn't correctly
     recognise flag or server as parameter);

Win32::Printer 0.6.6 (2003-10-28)
  1) Updated "pdf" attribute for different log output;
  2) Now Image() supports original image size and also returns it in
     array context;

Win32::Printer 0.6.5 (2003-10-13)
  1) Save to file added;
  2) Save to PDF added. It uses GhostScript Postscript interpreter;
  3) Test splited in to 3 tests - NATIVE, FreeImage and GhostScript;
  4) Image may be referenced by it's path not only in Image() but also in
     Close() method;

Win32::Printer 0.6.4 (2003-09-22)
  1) Caps() method added to Win32::Printer;
  2) Added "dc" parameter to initialise device context without starting
     document;
  3) Fixed Printer::Enum::Drivers() bug. Drivers() crashed on (null) string;

Win32::Printer 0.6.3.1 (2003-08-28)

  1) Value of "printer" attribute is used to initialise printer in dialog;
  2) Sub module Win32::Printer::Enum added;

Win32::Printer 0.6.2 (2003-08-14)

  1) Added support for printer "friendly" names;
  2) In XS _CreatePrinter GlobalUnlock was setting LastError to 0, this
     is fixed;

--------------------------------------------------------------------------------
-- Pre 0.6.2 -------------------------------------------------------------------
--------------------------------------------------------------------------------

N/A
