CUPS 1.2svn Weekly Snapshot, r4892

Created at 21:00 Jan 06, 2006 by mike, last modified at 21:00 Jan 06, 2006

A new weekly snapshot of CUPS 1.2svn (r4892) is now available on the download page:

    http://www.cups.org/software.php

This snapshot contains pre-release software and should not be used on production systems.

Commit Log:

------------------------------------------------------------------------
r4892 | mike | 2006-01-06 23:57:59 -0500 (Fri, 06 Jan 2006) | 2 lines

Fix includes.

------------------------------------------------------------------------
r4891 | mike | 2006-01-06 23:50:14 -0500 (Fri, 06 Jan 2006) | 10 lines

Commit new message catalog stuff and make sure the private APIs start with
an underscore.

Add status-message attribute in responses for better error reporting.

Put directory paths in _cups_globals_t structure, to make checking for
CUPS_DATADIR, etc. simpler.

Remove old message catalogs.

------------------------------------------------------------------------
r4890 | mike | 2006-01-05 16:01:13 -0500 (Thu, 05 Jan 2006) | 3 lines

Add "PCL 4/5" to LaserJet driver PPD, as we now have a PCL 6 LaserJet
driver from ESP Ghostscript as well.

------------------------------------------------------------------------
r4889 | mike | 2006-01-05 11:50:50 -0500 (Thu, 05 Jan 2006) | 10 lines

Add 1284 device ID test program, and fix some bugs in the implementation
of the generic get_device_id code.

backend/test1284.c:
    - Added.

backend/ieee1284.c:
    - get_device_id(): Fix use device_id_size instead of
      sizeof(device_id).

------------------------------------------------------------------------
r4888 | mike | 2006-01-05 10:45:45 -0500 (Thu, 05 Jan 2006) | 13 lines

Fix nagging "duplicate printers" error that cropped up after a
SIGHUP-style
restart.

cups/array.c:
    - cupsArrayRemove(): If the removed element is <= (not just
      <) the current and saved elements, then decrement the
      corresponding index.  This allows cupsArrayNext()-based
      iteration to work properly.

scheduler/printers.c:
    - cupsdDeletePrinter(): Add debug2 message.
    - write_irix_config(): Remove unused variable.

------------------------------------------------------------------------
r4887 | mike | 2006-01-05 08:40:11 -0500 (Thu, 05 Jan 2006) | 2 lines

Save/restore in cupsdDeletePrinter().

------------------------------------------------------------------------
r4886 | mike | 2006-01-04 17:20:39 -0500 (Wed, 04 Jan 2006) | 2 lines

Add save/restore stack.

------------------------------------------------------------------------
Download  ·  Home Page  ·  Listing

Comments

Submit Comment