CUPS 1.3svn Weekly Snapshot, r5779

Created at 21:01 Jul 30, 2006 by mike, last modified at 21:01 Jul 30, 2006

A new weekly snapshot of CUPS 1.3svn (r5779) 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:

------------------------------------------------------------------------
r5778 | mike | 2006-07-27 16:32:08 -0400 (Thu, 27 Jul 2006) | 18 lines

SNMP backend improvements (STR #1737, STR #1742, STR #1790, STR
#1835)

Attempt to minimize the time that the SNMP backend probes IPP
devices, and report the printers we find as we find them...

backend/snmp.c:
    - main(): Don't list all of the devices at the end.
    - add_cache(): List the device if we have a URI.
    - do_request(): Added - only does simple IPP requests without
      retries, authentication, or Expect headers.
    - list_device(): Added
    - list_devices(): Removed
    - probe_device(): Change how we instrument the IPP probes so
      that we have better timing info when problems arise; also
      use new do_request() function.
    - update_cache(): List the device.

------------------------------------------------------------------------
r5777 | mike | 2006-07-27 15:46:00 -0400 (Thu, 27 Jul 2006) | 6 lines

The scheduler erroneously reported an error with the CGI pipe
(STR #1860)

scheduler/client.c:
    - cupsdUpdateCGI(): Clear errno before reading the pipe.

------------------------------------------------------------------------
r5775 | mike | 2006-07-26 16:39:07 -0400 (Wed, 26 Jul 2006) | 5 lines

Make sure we support domain sockets on HP-UX and others (STR #1859)

cups/http.h:
    - Define AF_LOCAL to AF_UNIX if the latter is defined but not the
former.

------------------------------------------------------------------------
r5774 | mike | 2006-07-26 16:32:36 -0400 (Wed, 26 Jul 2006) | 7 lines

Fix HP-UX compiles (STR #1858)

backend/runloop.c:
    - Conditionally include <sys/types.h> on HP-UX instead of
      <sys/select.h>, like we do in serial.c and parallel.c.


------------------------------------------------------------------------
r5773 | mike | 2006-07-26 16:17:41 -0400 (Wed, 26 Jul 2006) | 2 lines

Fix incorrect reuse of "i" looping var, which caused random crashes (STR
#1864)

------------------------------------------------------------------------
r5772 | mike | 2006-07-26 10:48:25 -0400 (Wed, 26 Jul 2006) | 2 lines

HP-UX C compiler warning: get_charmap wasn't declared static in both
places.

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

Comments

Submit Comment