lpr (1:2006.11.04) unstable; urgency=low

  * Added upstream patches
     + lpr.c [rev. 1.39] - portability patch s/0/SEEK_SET/ in lseek
  * /var/log/lp-{acct,errs} are now rotated weekly with lp:adm
     ownership with 0640 permissions. The latter is to counteract any
     security related information being leaked from filter's stderr to
     the log to the user. (closes: #390720)

 -- Adam Majer <adamm@zombino.com>  Sat,  4 Nov 2006 23:21:59 -0600

lpr (1:2006.08.03) unstable; urgency=low

  * Fixed the changelog errors (closes: #307753)
  * (lpd/lpd.8) Manpage update clarifying that lpd will silently drop print
    requests if reverse DNS lookup fails.
  * Remove /etc/printcap conffile on purge only if it was not modified
    (closes: #326046)
  * Added a slightly modified patch to enable lpd to recognize
    hosts.equiv and hosts.lpd lines without trailing newline (closes:
    #323063)
  * Applied a patch from Martin Michlmayr that moves the dot in the init
    script next to the lpd name. This is to make the init script consistent
    with the other deamon's init scrips. (closes: #337222)
  * Plug a memory leak in displayq.c when nitems==0. Patch from
    OpenBSD cvs - originally from NetBSD.
  * Fixed lprm to function correctly when the - parameters is
    used. (closes: #337743)
  * Added LSB formatted dependencies to the init script (closes:
    #376960)
  * Updated Standards to 3.7.2. No changes.

 -- Adam Majer <adamm@zombino.com>  Thu,  3 Aug 2006 18:12:19 -0500

lpr (1:2005.05.01) unstable; urgency=low

  * Changed to Debian native package. It is still based from OpenBSD cvs, but
    syncing with upstream now occurs on an ongoing basis.
  * (lpd/printjob.c) Applied a slightly modified patch from upstream to
    pstatus which could cause possible stack corruption if vnsprintf failed.

 -- Adam Majer <adamm@zombino.com>  Sun,  1 May 2005 17:56:18 -0500

lpr (1:2005.01.28-5) unstable; urgency=low

  * Fix a FTBFS - logcheck is not present as a group. Use dh_installlogcheck

 -- Adam Majer <adamm@zombino.com>  Wed, 13 Apr 2005 02:14:04 -0500

lpr (1:2005.01.28-4) unstable; urgency=low

  * Added logcheck ignore files for server configuration.
  * Added a patch from upstream that fixes handling of command line options
    for lpr (lpr.c 1.37 revision upstream)
  * Using dpatch for upstream patches which should keep things easier to sync
    when upstream is synced.

 -- Adam Majer <adamm@zombino.com>  Tue, 12 Apr 2005 18:31:45 -0500

lpr (1:2005.01.28-3) unstable; urgency=low

  * Added a timeout to question in postrm regarding removal the spool
    directory during purge. Timeout is needed to handle non-interactive
    removals. (closes: #293308)
  * Added a hint (daemon not running) to error condition when connection to
    daemon fails. (closes: #180287)

 -- Adam Majer <adamm@zombino.com>  Thu, 17 Feb 2005 12:35:59 -0600

lpr (1:2005.01.28-2) unstable; urgency=low

  * Apply patch from Junio Hamano that makes the rotated log uid=lp instead of
    root (closes: #283172)
  * Apply a patch from NIIBE Yutaka to make cross-compile easier (closes:
    #286618)

 -- Adam Majer <adamm@zombino.com>  Mon, 31 Jan 2005 11:49:41 -0600

lpr (1:2005.01.28-1) unstable; urgency=low

  * Sync to new upstream version
      - adds -j option to specify job name
      - fixes banner printing
  * Remove extraneous $i from postinst

 -- Adam Majer <adamm@zombino.com>  Sun,  30 Jan 2005 08:01:11 -0500

lpr (1:2003.09.23-7) unstable; urgency=high

  * Remove bash specific syntax in postinst. To make sure permissions are fixed
    for the new lpr, rerun permission fixups on /var/spool/lpd/*, again.
    (closes: #261590)

 -- Adam Majer <adamm@zombino.com>  Tue, 27 Jul 2004 16:45:19 -0500

lpr (1:2003.09.23-6) unstable; urgency=low

  * Fixed a possible null deference in checkremote() (closes: #258539)
  * Added date listing in the printout of `lpq -l` (closes: #155053)
  * If bind to a socket fails (busy), waits for up to 35 seconds
    before giving up on it
  * Fetches the numeric uid of UID(lp) instead of relying that
    it is always 7 (closes: #258478)

 -- Adam Majer <adamm@zombino.com>  Tue, 13 Jul 2004 14:14:39 -0500

lpr (1:2003.09.23-5) unstable; urgency=low

  * Added __ivaliduser_sa from OpenBSD so that hosts.lpd can
    again include IP addresses (closes: #85133)
    This should also re-enable netgroup support in both,
    hosts.equiv and hosts.lpd (closes: #70521)
    Also seems to fix printing over IPv6 sockets :)
  * debian/postinst:
      + Updat permissions of the .seq files in the
        spool directories (closes: #258478)

 -- Adam Majer <adamm@zombino.com>  Sat, 10 Jul 2004 15:36:14 -0500

lpr (1:2003.09.23-4) unstable; urgency=low

  * Quiet postinst a bit.

 -- Adam Majer <adamm@zombino.com>  Sun,  4 Jul 2004 20:25:53 -0500

lpr (1:2003.09.23-3) unstable; urgency=low

  * debian/postinst: `chown` now uses : not . (closes: #256984)
  * debian/printcap.5: "new" upstream version
  * lpr/lpr.c:
     + Fixed some nasty getopt parsing bugs
     + pr(1) filter (lpr -p) now uses form-feed to get to new page.
  * lpd/printjob.c:
     + Fixed banner printing by adding \r
  * Added /etc/default/lpd file that controls startup options of
    lpr. By default, lpr will no longer listen on TCP port. You may
    choose to re-enable this if you need to accept print requests
    over the network.
  * Fixed upgrade from pre-1:2003.09.23 version of lpr
  * Added some configuration notes in README.Debian (closes: #180274)

 -- Adam Majer <adamm@zombino.com>  Sun,  4 Jul 2004 14:51:06 -0500

lpr (1:2003.09.23-2) unstable; urgency=low

  * Applied patch to fix -s option thanks to Joachim H. Kaiser
    (closes: #214445)
  * Fixed a bug in lpd/lpd.c where lines with whitespace in
    hosts.{lpd,equiv} were treated as EOF instead of being ignored
  * Added filter's path to the logged error message when input
    filter dies. (closes: #138367)
  * Fixed a bug introduced in porting from OpenBSD in common_source/displaq.c
    by adding vis.c fetched from latest OpenBSD source (closes: #255852)
  * Fixed a locking problem where multiple printjobs (one for each printjob)
    were launched simultaneously. lpr now uses flock() for locking
    instead of OpenBSD's O_EXLOCK in open().
  * Fixed cron.weekly to no longer start the daemon if it is not running
    (closes: #142115)

 -- Adam Majer <adamm@zombino.com>  Thu, 24 Jun 2004 19:34:10 -0500

lpr (1:2003.09.23-1) unstable; urgency=low

  * Upload of IPv6 capable lpr to Sid. Note that you'll need a relatively new
    kernel, like debian 2.4.24 kernel, to listen on IPv6 socket.
  * Change the ownership of all the files in the spool directory /var/spool/lpd
    to lp.lp in the postinst.
  * Added a lock file to /var/spool/lpd as required by the FHS (closes: #228542)
  * New init script thanks to Ryan VanMiddlesworth should clean up 
    all lpd processes, not just one. (closes: #56359)

 -- Adam Majer <adamm@zombino.com>  Sun, 20 Jun 2004 18:43:22 -0500

lpr (1:2003.09.23-0test1) experimental; urgency=low

  * New upstream release (sync with CVS on 2003-09-23)
     - you may need to change permissions of files in the spool directory
       to 'lp' from 'root'.
  * Removed build-depends on pmake - lpr will now use GNU make

 -- Adam Majer <adamm@zombino.com>  Tue,  4 Nov 2003 08:06:38 -0600

lpr (1:2000.05.07-5) unstable; urgency=low

  * New maintainer (closes: #182928)
  * Acknowledge some NMUs (closes: #116728, #103562, #112523, #186478)
  * Updated standards to 3.6.1

 -- Adam Majer <adamm@zombino.com>  Wed, 24 Sep 2003 02:32:42 -0500

lpr (1:2000.05.07-4.20) unstable; urgency=high

  * Non-maintainer upload by the Security Team
  * Rebuilt for sid so the update for woody can enter the archive

 -- Martin Schulze <joey@infodrom.org>  Thu, 20 Mar 2003 20:03:29 +0100

lpr (1:2000.05.07-4.3) stable-security; urgency=high

  * Non-maintainer upload by the Security Team
  * Applied patch from SuSE to fix buffer overvlow and arbitrary file access

 -- Martin Schulze <joey@infodrom.org>  Sat, 15 Mar 2003 14:54:38 +0100

lpr (1:2000.05.07-4.2) unstable; urgency=low

  * NMU
  * Fix lpr -# handling (closes: #103562, #112523)

 -- Julian Gilbey <jdg@debian.org>  Thu, 21 Mar 2002 15:14:38 +0000

lpr (1:2000.05.07-4.1) unstable; urgency=low

  * NMU
  * handle non-tty remove's, patch in bts.  Closes: #116728.

 -- LaMont Jones <lamont@debian.org>  Mon, 11 Mar 2002 11:37:43 -0700

lpr (1:2000.05.07-4) unstable; urgency=low

  * Reverted to mktemp() for now, because for some inexplicable reason I
    didn't notice that mkstemp() isn't a drop-in replacement

 -- Adam Klein <aklein@debian.org>  Thu, 18 Jan 2001 20:40:53 -0800

lpr (1:2000.05.07-3) unstable; urgency=low

  * Applied patch from Matt Zimmerman <mdz@debian.org> to have lpd
    itself parse hosts.{equiv,lpd} instead of using an internal glibc
    function (closes: #67044)
  * Modified lpr to use getopt() (closes: #51157)
  * Removed suidmanager use
  * Removed potato build stuff from rules
  * Use mkstemp() in place of mktemp() in printjob.c
  * Moved the master lockfile back to /var/run/lpd.pid for the Nth time
    (closes: #80486)

 -- Adam Klein <aklein@debian.org>  Mon, 15 Jan 2001 15:17:34 -0800

lpr (1:2000.05.07-2) unstable; urgency=low

  * Got rid of duplicate fclose()s in getcap.c (closes: #64199, #63929)

 -- Adam Klein <aklein@debian.org>  Tue, 16 May 2000 23:15:24 -0700

lpr (1:2000.05.07-1) unstable; urgency=low

  * Now using OpenBSD as upstream source (may close many bugs)

 -- Adam Klein <aklein@debian.org>  Sun,  7 May 2000 21:40:41 -0700

lpr (1:0.48-1) unstable; urgency=low

  * New upstream version; Security fixes:
    + Tighten host authentication
    + Don't let user supply arguments to sendmail
  * Added note to BUGS section of lpr manpage about not support multiple
    options after a dash (makes #51157 a wishlist bug)

 -- Adam Klein <aklein@debian.org>  Sat,  8 Jan 2000 01:38:12 -0800

lpr (1:0.46-1-3) unstable; urgency=low

  * Moved socket back to /dev/printer after rereading the relevant
    passage in the FHS

 -- Adam Klein <aklein@debian.org>  Wed,  8 Dec 1999 15:37:01 -0800

lpr (1:0.46-1-2) unstable; urgency=low

  * Fixed up build files to make builds _really_ work on slink
  * cron.weekly now checks that lpr is installed (closes: #49092)
  * Policy 3.1.0: added Build-Depends

 -- Adam Klein <aklein@debian.org>  Thu, 11 Nov 1999 14:10:50 -0800

lpr (1:0.46-1-1) unstable; urgency=low

  * New upstream version
  * Once again, may fix some bugs

 -- Adam Klein <aklein@debian.org>  Tue, 26 Oct 1999 18:42:41 -0700

lpr (1:0.44-1-1) unstable; urgency=low

  * New upstream version (stupid typo fix release)
  * May fix bugs 45820, 47006, 48037

 -- Adam Klein <aklein@debian.org>  Sat, 23 Oct 1999 10:42:53 -0700

lpr (1:0.43-2-1) unstable; urgency=low

  * Upped version number to correspond to upstream
  * Should compile cleanly on slink
  * Removed debhelper v2 support for now

 -- Adam Klein <aklein@debian.org>  Mon, 18 Oct 1999 22:03:35 -0700

lpr (1:0.43-1-1) unstable; urgency=low

  * New upstream release
  * Fixes two security problems: one permissions race, one symlink attack
  * Removed BUGS section from printcap.5

 -- Adam Klein <aklein@debian.org>  Sat, 16 Oct 1999 14:15:48 -0700

lpr (1:0.42-1-1) unstable; urgency=low

  * New upstream release
  * Possible fix for bugs 45820, 46888, 46633, 47006
  * Switch to using upstream versioning (makes it a bit
    more confusing, but more correct)
  * "No" is now the default in the postrm (closes: #46402)
  * Removed install-stamp target

 -- Adam Klein <aklein@debian.org>  Mon, 11 Oct 1999 19:14:11 -0700

lpr (1:0.41.2-1) unstable; urgency=low

  * New upstream version: 'sh' now works for remote printers (closes: #37625)

 -- Adam Klein <aklein@debian.org>  Mon, 20 Sep 1999 14:25:49 -0700

lpr (1:0.39.3-3) unstable; urgency=low

  * Corrected location of example printcap file (closes: #44560)

 -- Adam Klein <aklein@debian.org>  Tue,  7 Sep 1999 22:58:22 -0700

lpr (1:0.39.3-2) unstable; urgency=low

  * Updated to FHS compliance with new debhelper (Policy version 3.0.1)
  * Check for existance of /usr/sbin/pac instead of doc dir

 -- Adam Klein <aklein@debian.org>  Mon,  6 Sep 1999 01:35:52 -0700

lpr (1:0.39.3-1) unstable; urgency=low

  * New upstream version

 -- Adam Klein <aklein@debian.org>  Sun, 29 Aug 1999 10:26:22 -0700

lpr (1:0.39-1) unstable; urgency=low

  * New upstream source
      + Possible fix for #36794
  * Changed DEFUID to 7 (lp), fixes #36582

 -- Adam Klein <aklein@debian.org>  Sat,  7 Aug 1999 13:35:20 -0700

lpr (1:0.35-6) unstable; urgency=low

  * Okay, here's the situation: lpd pid/lock file is in
    /var/spool/lpd/lpd.lock, and that's the file the init script references
    
 -- Adam Klein <aklein@debian.org>  Mon, 12 Jul 1999 10:46:58 -0700

lpr (1:0.35-5) unstable; urgency=low

  * Instead of including printcap in the package, it's now copied from
    /usr/doc/lpr/examples if it doesn't exist; this seems much more
    reasonable, as most people will be using magicfilter or apsfilter.
  * Added info to control about why magicfilter/apsfilter should be
    installed
  * Also suggest gs

 -- Adam Klein <aklein@debian.org>  Thu,  1 Jul 1999 23:25:38 -0700

lpr (1:0.35-4) unstable; urgency=low

  * update-mime is now run if upgrading from a version prior to 1:0.35-3
  * Changed default printcap file to use /dev/lp0 (closes: #40537)
  * Added a BUGS section to printcap.5 noting that the `sh' option doesn't
    work for remote printers (makes #37625 a wishlist bug)

 -- Adam Klein <aklein@debian.org>  Wed, 30 Jun 1999 19:51:33 -0700

lpr (1:0.35-3) unstable; urgency=low

  * Removed MIME entry, as it was breaking lynx and was apparently
    going against the RFC (closes: #36943)
  * Moved pid file back to /var/run/lpd.pid, just for fun :)
  * Fixed up init script with help from Joey Hess (closes: #39185)
  * Put quotes in the proper places in postrm (closes: #39457)
  * Removed second killing of lpd, as it doesn't seem to run two
    daemons when using remote printers (any more?). If I'm wrong,
    please whack me over the head and I'll put it back.

 -- Adam Klein <aklein@debian.org>  Thu, 17 Jun 1999 10:03:45 -0700

lpr (1:0.35-2) unstable; urgency=low

  * Added two 'sleep 1' commands to init script; this may fix the
    "lpd mysteriously disappears" problem. (please test)

 -- Adam Klein <aklein@debian.org>  Tue,  8 Jun 1999 21:33:31 -0700

lpr (1:0.35-1) unstable; urgency=low

  * New upstream version
    + Fixes the problem with remote users and filters: without 'rs',
      the filter will run as user 'lp'. (closes: Bug#33687)
  * Use dh_installmime
  * No longer installs filter.{ps,pcl}.  People should really be using
    magicfilter or apsfilter or something. (Makes #33564 a wishlist bug)

 -- Adam Klein <aklein@debian.org>  Sat, 15 May 1999 11:38:08 -0700

lpr (1:0.33-7) unstable; urgency=low

  * Okay, now it _really_ redirects stderr to /dev/null

 -- Adam Klein <aklein@debian.org>  Mon, 19 Apr 1999 08:03:08 -0700

lpr (1:0.33-6) unstable; urgency=low

  * Only check that local users have an account if we need to run a filter
    (part of #33687)
  * Added info on this to README.debian
  * Added PATH=/bin:/usr/bin:/sbin:/usr/sbin to init script
  * Really add '2>&1 >/dev/null' this time

 -- Adam Klein <aklein@debian.org>  Fri,  9 Apr 1999 19:53:19 -0700

lpr (1:0.33-5) unstable; urgency=low

  * Added a '2>&1 >/dev/null' to the killing of the second lpd process
    (closes: #38549)

 -- Adam Klein <aklein@debian.org>  Thu,  1 Apr 1999 22:52:27 -0800

lpr (1:0.33-4) unstable; urgency=low

  * Include a minimal manpage for lpf (closes: #2556)
  * Ask in the postrm if we should remove /var/spool/lpd (closes: #5165)
  * Tweaked rules file

 -- Adam Klein <aklein@debian.org>  Sat, 20 Feb 1999 12:31:34 -0800

lpr (1:0.33-3) frozen unstable; urgency=low

  * Reupload, including upstream source (DOH!)
  * Upload to frozen
    (This version is more secure than the old 5.9 based versions)
  * Pristine upstream source

 -- Adam Klein <aklein@debian.org>  Fri,  5 Feb 1999 20:17:18 -0800

lpr (1:0.33-2) unstable; urgency=low

  * Applied lpr-security.patch from Chris Evans <chris@ferret.lmh.ox.ac.uk>

 -- Adam Klein <aklein@debian.org>  Thu,  4 Feb 1999 08:38:07 -0800

lpr (1:0.33-1) unstable; urgency=low

  * New upstream source from Red Hat.
  * Possible fix for many bugs; please test.
  * Cleaned up around the edges.
  * New debian/rules file.
  * Use --name with start-stop-daemon instead of pidfile.
  * Moved pidfile (which is actually a lock file) to /var/spool/lpd.
  * Updated to standards version 2.5.0.0 (no changes).

 -- Adam Klein <aklein@debian.org>  Sun, 29 Nov 1998 11:50:17 -0800

lpr (5.9-34) frozen unstable; urgency=high

  * security fix: lpd no longer segfaults on requests from hosts with long
    names. (part of Bug#29872)

 -- Adam Klein <aklein@debian.org>  Sat, 28 Nov 1998 23:06:25 -0800

lpr (5.9-33) unstable; urgency=low

  * Added patches for the Alpha from Paul Slootman (closes: Bug#28549)
  * This patch also cleans up the code here and there (thanks!)

 -- Adam Klein <aklein@debian.org>  Wed, 28 Oct 1998 19:59:15 -0800

lpr (5.9-32) unstable; urgency=low

  * Correctly install MIME file (closes: Bug#27882)
  * Install binaries with correct permissions by commenting out dh_fixperms in debian/rules
    (closes: Bug#27884)

 -- Adam Klein <aklein@debian.org>  Tue, 13 Oct 1998 19:30:21 -0700

lpr (5.9-31) unstable; urgency=low

  * Now includes MIME support (closes: Bug#25889)

 -- Adam Klein <aklein@debian.org>  Sat, 10 Oct 1998 11:44:38 -0700

lpr (5.9-30) unstable; urgency=low

  * lpd now removes /var/run/lpd.pid when it exits (closes: Bug#24833)
    (may also fix Bug#22837)
  * Removed bashism from init script (closes: Bug#25364)
  * init script now checks for existance of /usr/doc/lpr
    (work-around for Bug#23756)

 -- Adam Klein <aklein@debian.org>  Wed, 12 Aug 1998 11:01:37 -0700

lpr (5.9-29) frozen unstable; urgency=low

  * lprm no longer truncates the queue name to 2 characters
    when communicating with remote printers (closes: important Bug#24440)

 -- Adam Klein <aklein@debian.org>  Thu,  2 Jul 1998 23:38:16 -0700

lpr (5.9-28) unstable; urgency=low

  * Added "kill $(pidof lpd)" to init script (closes: Bug#22805)

 -- Adam Klein <aklein@debian.org>  Thu, 11 Jun 1998 10:03:08 -0700

lpr (5.9-27) frozen unstable; urgency=medium

  * Work-around for release-critical Bug#22837: Added "sleep 2" to restart
    (thanks to Nils Rennebarth)
  * fs and fc are now read as unsigned longs (closes: Bug#16153)
    (fix taken from RedHat version of lpr)
  * Removed "TODO" file (it was _very_ out of date)

 -- Adam Klein <aklein@debian.org>  Tue,  2 Jun 1998 07:50:16 -0700

lpr (5.9-26.1) frozen unstable; urgency=high

  * Non-maintainer release to fix buffer overflow in lprm

 -- Hamish Moffatt <hamish@debian.org>  Sun, 26 Apr 1998 01:42:00 +1100

lpr (5.9-26) frozen unstable; urgency=low

  * Now "Depends" on netbase (closes: #20807)
  * Moved heavily modified rc.lpd to debian/init
  * Changes to debian/rules:
        + Requires version 0.72 or greater of debhelper
        + Use "dh_installinit --init-script=lpd"
        + Use dh_fixperms

 -- Adam Klein <aklein@debian.org>  Fri, 10 Apr 1998 16:27:46 -0400

lpr (5.9-25) frozen unstable; urgency=low

  * Added patch for Alpha (closes: #19551)

 -- Adam Klein <aklein@debian.org>  Sun, 22 Mar 1998 01:19:11 -0500

lpr (5.9-24) unstable; urgency=low

  * Tweaked preinst 
  * Removed "set -e" from init.d script
  * Corrected spelling in description (closes: #18937) 
  * Removed dh_du call in debian/rules
  * Symlink lpf.1 to undocumented.7
  * Tweaked init.d script
  * Changes made in the last version but not documented:
    Added a cron.weekly script (closes: #7409)
    Added "Suggests: magicfilter" to debian/control

 -- Adam Klein <aklein@debian.org>  Sat, 21 Feb 1998 21:41:53 -0800

lpr (5.9-23) unstable; urgency=low

  * Uses debhelper
  * lpr/lpr.c: fixed symlink inode validation (closes: #16205)
  * Uses printcap.5 manpage from Jim Van Zandt <jrv@vanzandt.mv.com>
    (closes: #16946)
  * Tweaked preinst
  * Updated to Standards-Version 2.4.0.0

 -- Adam Klein <aklein@debian.org>  Tue, 10 Feb 1998 20:28:57 -0800

lpr (5.9-22) unstable; urgency=low

  * New maintainer

 -- Adam Klein <aklein@debian.org>  Tue, 10 Feb 1998 20:04:30 -0800

lpr (5.9-21) unstable; urgency=low

  * recompiled against libc6
  * lpd/lpd.c: use __ivaliduser instead of _validuser
  * debian/rules: strip executables (#14564, #15323)
  * lpr/lpr.c: set char host[] length to MAXHOSTNAMELEN
  * lpr/lpr.c: print symlink inode validation info as unsigned
  * debian/rules: clean target: remove */*~
  * debian/rules: install debian/changelog (#12673)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Mon, 22 Dec 1997 16:55:35 +0100

lpr (5.9-20) stable unstable; urgency=low

  * debian/postinst: add $i to chown call

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Wed, 30 Jul 1997 23:10:15 +0200

lpr (5.9-19) stable unstable; urgency=low

  * upload to stable with long changelog
  * create logfiles in postinst (part of #7409)
  * debian/control: extended description changed

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Wed, 30 Jul 1997 12:00:23 +0200

lpr (5.9-18) stable unstable; urgency=low

  * upload to stable

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 20 Jul 1997 15:46:43 +0200

lpr (5.9-17) unstable; urgency=low

  * debian/rules: don't reset permission/ownership for lpr etc.

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 15 Jul 1997 13:05:56 +0200

lpr (5.9-16) unstable; urgency=low

  * lpr/lpr.c: avoid buffer overflow via strcat

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Wed, 9 Jul 1997 22:11:43 +0200

lpr (5.9-15) unstable; urgency=low

  * lpc/cmds.c: added workaround for new HP-UX bug; by
		Miquel van Smoorenburg <miquels@cistron.nl>

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 8 Jul 1997 23:29:25 +0200

lpr (5.9-14) unstable; urgency=low

  * converted to Standards-Version: 2.1.0.0 (#7117)
  * lprm/lprm.c: use FQDN for permission checking; patch by 
		 Juan-Mariano de Goyeneche <goyenech@dat.etsit.upm.es>
		 (#5791, #6085, #7589, #7611, #8438, #8689, #11032)
  * Makefile: don't set -N -s for LDFLAGS

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 6 Jul 1997 22:04:45 +0200

lpr (5.9-13) unstable; urgency=low

Sun Nov 24 21:03:28 1996  Sven Rudolph <sr1@inf.tu-dresden.de>

	* lpr/lpr.c: fixed buffer-overflow security bug

Mon Jul 29 22:38:55 1996  Sven Rudolph <sr1@inf.tu-dresden.de>

	* debian.rules: added multi-architecture support (Bug#3346)

	* lpr/lpr.c: added fix for canonizing hostname (Bug#3034, patch 
		     in Bug#3038)

	* lpd/recvjob.c: chksize should work now (Bug#3935)

	* debian.rules: fixed typo in clean rule, deleted some junk (Bug#2555)

	* new maintainer

Sat Nov 25 17:04:59 EST 1995   D.J. Gregor <dgregor@gregor.com>

	lpr-5.9-7:

	* removed if filter from etc.printcap

	* changed maintainer


Fri May 12 01:17:37 MET DST 1995  Peter Tobias  <tobias@et-inf.fho-emden.de>

	lpr-5.9-6:

	* moved filter.ps/filter.pcl files to /etc and added them to
	  conffiles (Bug#858)

	* Added a short notice about filter entries to /etc/printcap
