]> git.ipfire.org Git - thirdparty/cups.git/commit
Update PPD files for CUPS 1.2 and use the proper manufacturer and
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 15 Dec 2005 16:19:46 +0000 (16:19 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 15 Dec 2005 16:19:46 +0000 (16:19 +0000)
commit68955207c1701932a9c9dcda5dc36f34d66478a6
tree626a1a834be459f887fe6c65b8891a3186c48c00
parent44282ef02680818c417395aa8dfe8f676ff78553
Update PPD files for CUPS 1.2 and use the proper manufacturer and
product strings.

Check for and log PPD get errors in the add/modify printer web
interface.

Make sure files are sent using a content length.

cgi-bin/admin.c:
    - do_am_printer(): Check for GET errors and log them.

ppd/*.ppd:
    - Use correct Manufacturer and Product strings.
    - Update FileVersion, cupsVersion, and NickName fields to
      reflect new minor version number.

scheduler/client.c:
    - cupsdSendFile(): Force content-length based encoding.

templates/printers.tmpl:
    - Show printer-make-and-model attribute, too.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4880 7a7537e8-13f0-0310-91df-b6672ffda945
16 files changed:
cgi-bin/admin.c
ppd/deskjet.ppd
ppd/deskjet2.ppd
ppd/dymo.ppd
ppd/epson24.ppd
ppd/epson9.ppd
ppd/laserjet.ppd
ppd/okidat24.ppd
ppd/okidata9.ppd
ppd/stcolor.ppd
ppd/stcolor2.ppd
ppd/stphoto.ppd
ppd/stphoto2.ppd
ppd/zebra.ppd
scheduler/client.c
templates/printers.tmpl