------------------------------------------------------------------------
r44 | cfuhrman | 2004-10-18 21:34:45 -0400 (Mon, 18 Oct 2004) | 3 lines

 - Documentation clarification


------------------------------------------------------------------------
r42 | cfuhrman | 2003-03-15 09:05:05 -0500 (Sat, 15 Mar 2003) | 5 lines

 - New function printerror in the event Net::Printer finds an error
 - Cleaned up debugging
 - Export functions properly
 - queuestatus is now more consistent in returning array

------------------------------------------------------------------------
r41 | cfuhrman | 2003-02-23 10:28:56 -0500 (Sun, 23 Feb 2003) | 2 lines

 - A little humor...

------------------------------------------------------------------------
r39 | cfuhrman | 2003-02-20 05:59:14 -0500 (Thu, 20 Feb 2003) | 2 lines

 - Update version

------------------------------------------------------------------------
r38 | cfuhrman | 2003-02-20 05:56:31 -0500 (Thu, 20 Feb 2003) | 2 lines

 - Added Matt Selsky

------------------------------------------------------------------------
r37 | cfuhrman | 2003-02-18 21:06:28 -0500 (Tue, 18 Feb 2003) | 5 lines

 - Net::Printer definitely needs perl 5.6.0 or greater
 - Added rfc1179 compliance mode (thanks to selsky)
 - Removed extraneous whitespace in POD documentation
 - POD documentation clean-up

------------------------------------------------------------------------
r36 | cfuhrman | 2003-02-18 21:03:10 -0500 (Tue, 18 Feb 2003) | 3 lines

 - Fix potential name-space collision
 - Added rfc1179 default to "No"

------------------------------------------------------------------------
r34 | cfuhrman | 2003-02-12 20:54:20 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Added line about PRINTER environment variable

------------------------------------------------------------------------
r33 | cfuhrman | 2003-02-12 20:53:42 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Added commented out test for printstring function

------------------------------------------------------------------------
r32 | cfuhrman | 2003-02-12 20:53:07 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Added printstring function

------------------------------------------------------------------------
r31 | cfuhrman | 2003-02-12 09:45:42 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Only thing left to do that I can think of is failover to lpr/lp

------------------------------------------------------------------------
r30 | cfuhrman | 2003-02-12 09:42:40 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Added README.v30

------------------------------------------------------------------------
r29 | cfuhrman | 2003-02-12 09:41:59 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Removed pointer to COPYRIGHT.  People should read README.v30

------------------------------------------------------------------------
r28 | cfuhrman | 2003-02-12 09:41:32 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Initial entry

------------------------------------------------------------------------
r26 | cfuhrman | 2003-02-10 13:38:04 -0500 (Mon, 10 Feb 2003) | 2 lines

 - Added e-mail addy

------------------------------------------------------------------------
r25 | cfuhrman | 2003-02-10 13:37:56 -0500 (Mon, 10 Feb 2003) | 2 lines

 - Updated with new version 0.30 information

------------------------------------------------------------------------
r24 | cfuhrman | 2003-02-10 13:24:33 -0500 (Mon, 10 Feb 2003) | 7 lines

 - Clean up top comments
 - Can use perl 5.005 although not yet tested
 - Implement queuestatus
 - printfile can now take filename as argument
 - Added destroy method
 - Added perl documentation for perldoc

------------------------------------------------------------------------
r23 | cfuhrman | 2003-02-10 13:18:40 -0500 (Mon, 10 Feb 2003) | 2 lines

 - Now support queuestatus

------------------------------------------------------------------------
r22 | cfuhrman | 2003-02-09 21:35:37 -0500 (Sun, 09 Feb 2003) | 2 lines

 - New copyright notice about dual-license

------------------------------------------------------------------------
r21 | cfuhrman | 2003-02-09 21:05:23 -0500 (Sun, 09 Feb 2003) | 2 lines

 - Update with latest files

------------------------------------------------------------------------
r20 | cfuhrman | 2003-02-09 21:04:46 -0500 (Sun, 09 Feb 2003) | 2 lines

 - New re-written version

------------------------------------------------------------------------
r19 | cfuhrman | 2003-02-09 21:04:31 -0500 (Sun, 09 Feb 2003) | 2 lines

 - Initial entry

------------------------------------------------------------------------
r18 | cfuhrman | 2003-02-09 21:03:12 -0500 (Sun, 09 Feb 2003) | 2 lines

 - Latest todo list

------------------------------------------------------------------------
r17 | cfuhrman | 2003-02-09 20:56:21 -0500 (Sun, 09 Feb 2003) | 2 lines

 - Initial entry

------------------------------------------------------------------------
r14 | cfuhrman | 2001-03-11 11:46:27 -0500 (Sun, 11 Mar 2001) | 2 lines

 - Initial entry

------------------------------------------------------------------------
r13 | cfuhrman | 2001-03-11 11:46:11 -0500 (Sun, 11 Mar 2001) | 2 lines

 - Added Cygwin Port (Neil Lunn)

------------------------------------------------------------------------
r12 | cfuhrman | 2001-03-11 11:43:33 -0500 (Sun, 11 Mar 2001) | 5 lines

 - Checked the current OS for use of getpwdent().  This is a problem
   on non *nix architectures. (Neil Lunn)
 - Solve the sprintf problem.  $result from sysread can be returned as
   undef.  When it is we set it to 0. (Neil Lunn)

------------------------------------------------------------------------
r10 | cfuhrman | 2000-06-07 17:23:42 -0400 (Wed, 07 Jun 2000) | 2 lines

 - Added note about sprintf problem

------------------------------------------------------------------------
r9 | cfuhrman | 2000-06-07 17:22:38 -0400 (Wed, 07 Jun 2000) | 3 lines

 - Added Sun SPARC to list of tested machines.
 - Added BUGS section

------------------------------------------------------------------------
r8 | cfuhrman | 2000-06-07 17:20:39 -0400 (Wed, 07 Jun 2000) | 2 lines

 - Added TODO

------------------------------------------------------------------------
r7 | cfuhrman | 2000-06-07 17:20:18 -0400 (Wed, 07 Jun 2000) | 2 lines

 - Added sprintf comment

------------------------------------------------------------------------
r6 | cfuhrman | 2000-06-07 17:19:53 -0400 (Wed, 07 Jun 2000) | 4 lines

 - Fixed bug where perl -w complains a blank string is being used with
   an ne (Not Equal To) operator.  Please note that a couple of
   sprintf's generate the same warning.

------------------------------------------------------------------------
r5 | cfuhrman | 2000-06-07 17:17:53 -0400 (Wed, 07 Jun 2000) | 2 lines

 - Initial Entry based

------------------------------------------------------------------------
r4 | cfuhrman | 2000-06-06 17:12:08 -0400 (Tue, 06 Jun 2000) | 2 lines

 - Initial Entry

------------------------------------------------------------------------
r3 | cfuhrman | 2000-06-06 17:09:40 -0400 (Tue, 06 Jun 2000) | 2 lines

 - Initial entry into repository

------------------------------------------------------------------------
r2 | cfuhrman | 2000-06-06 17:08:51 -0400 (Tue, 06 Jun 2000) | 2 lines

 - New revision replaces LinePrinter.pm module

------------------------------------------------------------------------
r1 | (no author) | 2000-06-06 17:08:51 -0400 (Tue, 06 Jun 2000) | 1 line

New repository initialized by cvs2svn.
------------------------------------------------------------------------