CUPS 1.3svn Weekly Snapshot, r5984

Created at 21:00 Sep 24, 2006 by mike, last modified at 21:00 Sep 24, 2006

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

------------------------------------------------------------------------
r5983 | mike | 2006-09-22 15:57:05 -0400 (Fri, 22 Sep 2006) | 2 lines

Ignore IRIX-generated files.

------------------------------------------------------------------------
r5978 | mike | 2006-09-21 11:41:25 -0400 (Thu, 21 Sep 2006) | 3 lines

The --with-printcap configure option did not work (STR #1984)


------------------------------------------------------------------------
r5977 | mike | 2006-09-21 11:35:26 -0400 (Thu, 21 Sep 2006) | 7 lines

The character set reported by cupsLangGet() did not always
reflect the default character set of a given locale (STR #1983)

cups/language.c:
    - cupsLangGet(): Delay assigning of UTF-8 character set until
      after checking the NL_CODESET information.

------------------------------------------------------------------------
r5975 | mike | 2006-09-20 18:45:41 -0400 (Wed, 20 Sep 2006) | 8 lines

Older Lexmark and Tektronix printers did not work with IPP (STR
#1980)

backend/snmp.c:
    - probe_device(): Add Lexmark and Tektronix to the list of
      non-IPP devices.


------------------------------------------------------------------------
r5973 | mike | 2006-09-20 14:41:07 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix failsafe retries on classes and implicit classes (PR #6328)

------------------------------------------------------------------------
r5971 | mike | 2006-09-19 16:43:31 -0400 (Tue, 19 Sep 2006) | 6 lines

Some web interface redirects did not work (STR #1978)

scheduler/client.c:
    - cupsdWriteClient(): Keep track of whether there will be
      chunked content from the CGI program.

------------------------------------------------------------------------
r5969 | mike | 2006-09-19 16:09:24 -0400 (Tue, 19 Sep 2006) | 35 lines

More documentation and notification fixes associated with STR #1954.

scheduler/ipp.c:
    - add_file(): Call cupsdCancelJob() with IPP_JOB_ABORTED.
    - cancel_job(): Call cupsdCancelJob() with IPP_JOB_CANCELED.
    - set_job_attrs(): Call cupsdCancelJob() with the new job-state
      value.

scheduler/job.c:
    - cupsdCancelJob(): Add newstate argument, send notifications
      based on the new state.
    - cupsdCancelAllJobs(): Call cupsdCancelJob() with
      IPP_JOB_CANCELED.
    - cupsdCheckJobs(): Call cupsdCancelJob() with
      IPP_JOB_ABORTED.
    - cupsdCleanJobs(): Call cupsdCancelJob() with
      IPP_JOB_CANCELED.
    - cupsdFinishJob(): Call cupsdCancelJob() with the correct
      new state and remove all job event notifications.
    - cupsdStopJob(): Only change the printer state if necessary.
    - cupsdUpdateJob(): Send printer state change event if needed.
    - start_job(): Call cupsdCancelJob() with the correct new
      state and let it handle the event notifications.

scheduler/job.h:
    - Add newstate argument to cupsdCancelJob().

scheduler/printers.c:
    - cupsdStopPrinter(): Send job-stopped event.

scheduler/quotas.c:
    - cupsdUpdateQuota(): Call cupsdCancelJob() with
      IPP_JOB_CANCELED.


------------------------------------------------------------------------
r5968 | mike | 2006-09-19 13:54:55 -0400 (Tue, 19 Sep 2006) | 2 lines

Fix mapping of "Listen x.y.z.w:nnn" to "Port 0" (STR #1979)

------------------------------------------------------------------------
r5966 | mike | 2006-09-19 12:33:00 -0400 (Tue, 19 Sep 2006) | 11 lines

Update dependencies and fix a compile issue.

Also fix a restart bug associated with STR #1976.

cups/md5passwd.c:
    - Include http-private.h for md5.h.

scheduler/printers.c:
    - cupsdUpdatePrinters(): Update the policy pointer before
      setting the attributes.

------------------------------------------------------------------------
r5965 | mike | 2006-09-19 12:28:44 -0400 (Tue, 19 Sep 2006) | 5 lines

Include md5.h from http-private.h, and don't include md5.h in packages
anymore.

Update headers in EPM list file.

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

Comments

Submit Comment