CUPS 1.3svn Weekly Snapshot, r5688

Created at 21:00 Jun 25, 2006 by mike, last modified at 21:00 Jun 25, 2006

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

------------------------------------------------------------------------
r5687 | mike | 2006-06-23 16:32:47 -0400 (Fri, 23 Jun 2006) | 3 lines

Fix order of libraries reported by cups-config - libz needs to be after
CUPS library...

------------------------------------------------------------------------
r5685 | mike | 2006-06-21 17:02:05 -0400 (Wed, 21 Jun 2006) | 3 lines

Update PPD API test program to test for custom page sizes, to track down
STR #1787...

------------------------------------------------------------------------
r5684 | mike | 2006-06-21 16:32:26 -0400 (Wed, 21 Jun 2006) | 3 lines

Also make sure we use one of the MIME types associated with the file
(STR #1786)

------------------------------------------------------------------------
r5683 | mike | 2006-06-21 16:28:12 -0400 (Wed, 21 Jun 2006) | 4 lines

Sending raw jobs from a client system could cause the client's
scheduler to eventually crash (STR #1786)


------------------------------------------------------------------------
r5682 | mike | 2006-06-21 14:24:17 -0400 (Wed, 21 Jun 2006) | 8 lines

The scheduler now reports the supported notify-recipient schemes
based on the contents of the ServerBin/notifier directory.

scheduler/printers.c:
    - cupsdCreateCommonData(): Scan ServerBin/notifier for
      executable programs, and add them to the
      notify-schemes-supported attribute.

------------------------------------------------------------------------
r5681 | mike | 2006-06-21 14:05:05 -0400 (Wed, 21 Jun 2006) | 8 lines

The scheduler now checks that the notifier exists prior to
accepting a new subscription request.

scheduler/ipp.c:
    - create_subscription(): Validate notify-recipient and
      notify-pull-method, returning errors if they are no good.


------------------------------------------------------------------------
r5680 | mike | 2006-06-20 16:12:26 -0400 (Tue, 20 Jun 2006) | 3 lines

Add PAPI spec to standards, for whenever we implement PAPI on top of
CUPS...

------------------------------------------------------------------------
r5678 | mike | 2006-06-20 10:44:55 -0400 (Tue, 20 Jun 2006) | 11 lines

Fix httpAddrGetList() on systems without getaddrinfo().

cups/http-addrlist.c:
    - httpAddrGetList(): Copy address information into the
      address portion of the structure - don't overwrite the
      family and port...

cups/testhttp.c:
    - main(): Add test of httpAddrGetList() list of values and
      fail if httpAddrString() returns "UNKNOWN"...

------------------------------------------------------------------------
r5677 | mike | 2006-06-19 17:02:55 -0400 (Mon, 19 Jun 2006) | 2 lines

Mirror fix from 1.1.x for "test -f" vs. "test -e".

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

Comments

Submit Comment