CUPS 1.3svn Weekly Snapshot, r6121

Created at 21:00 Nov 19, 2006 by mike, last modified at 21:00 Nov 19, 2006

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

------------------------------------------------------------------------
r6119 | mike | 2006-11-16 08:38:20 -0500 (Thu, 16 Nov 2006) | 2 lines

Changelog and credits...

------------------------------------------------------------------------
r6117 | mike | 2006-11-16 08:33:33 -0500 (Thu, 16 Nov 2006) | 2 lines

Add Italian translation (STR #2105)

------------------------------------------------------------------------
r6114 | mike | 2006-11-15 17:20:23 -0500 (Wed, 15 Nov 2006) | 8 lines

Use internal conversion code for UTF-8 to/from ISO-8859-1.

cups/transcode.c:
    - cupsCharsetToUTF8(): Implement direct conversion from
      ISO-8859-1 to UTF-8.
    - cupsUTF8ToCharset(): Implement direct conversion from
      UTF-8 to ISO-8859-1.

------------------------------------------------------------------------
r6112 | mike | 2006-11-15 15:37:16 -0500 (Wed, 15 Nov 2006) | 3 lines

Drop openssl command from test script since cupsd now runs the appropriate
commands/functions to generate a self-signed certificate as needed.

------------------------------------------------------------------------
r6110 | mike | 2006-11-15 15:27:40 -0500 (Wed, 15 Nov 2006) | 2 lines

Implement read timeouts for CDSA encryption, too.

------------------------------------------------------------------------
r6109 | mike | 2006-11-15 15:10:23 -0500 (Wed, 15 Nov 2006) | 2 lines

Don't use %s to add plural form to "N ERRORS FOUND" message.

------------------------------------------------------------------------
r6108 | mike | 2006-11-15 13:49:54 -0500 (Wed, 15 Nov 2006) | 2 lines

Fix logic for disabling of backchannel in UNIX/Linux USB code (STR #2104)

------------------------------------------------------------------------
r6104 | mike | 2006-11-15 09:11:23 -0500 (Wed, 15 Nov 2006) | 2 lines

Add _httpBIOMethods to AIX shared library export file.

------------------------------------------------------------------------
r6097 | mike | 2006-11-14 12:06:55 -0500 (Tue, 14 Nov 2006) | 2 lines

Changelog.

------------------------------------------------------------------------
r6095 | mike | 2006-11-14 12:04:56 -0500 (Tue, 14 Nov 2006) | 3 lines

Clarify that the default value for APRequiresFlippedMargin follows the
cupsFlipDuplex setting (STR #2089)

------------------------------------------------------------------------
r6093 | mike | 2006-11-14 11:53:58 -0500 (Tue, 14 Nov 2006) | 5 lines

Adjust PageBoundingBox and BoundingBox for orientation of document (STR
#2079)

filter/pstops.c:
    - copy_page(): Rotate page bounding box for new orientation.

------------------------------------------------------------------------
r6091 | mike | 2006-11-14 11:35:57 -0500 (Tue, 14 Nov 2006) | 2 lines

Changelog.

------------------------------------------------------------------------
r6089 | mike | 2006-11-14 11:07:59 -0500 (Tue, 14 Nov 2006) | 2 lines

Don't load remote.cache when browsing is disabled.

------------------------------------------------------------------------
r6088 | mike | 2006-11-14 11:06:09 -0500 (Tue, 14 Nov 2006) | 3 lines

Don't write launchd config file if we don't have to.


------------------------------------------------------------------------
r6087 | mike | 2006-11-14 10:48:34 -0500 (Tue, 14 Nov 2006) | 16 lines

Updated the USB and PAP backends for Mac OS X (STR #2086)

usb-darwin.c:
 -When a class driver can't be loaded set the
"apple-missing-usbclassdriver-error"
printer-state-reason and log a fatal error.
- Fix serial number comparision when looking for a particular printer.
- Trim whitespace characters from the device URI components make, model &
serial# since we do the same to the 1284 strings before matching.

pap.c:
- Use cupsBackendDeviceURI()
- Use cupsBackChannelWrite() to send backchannel data.
- Emit a legacy style announcement when listDevices() finds no devices.
- Add connecting-to-device printer-state-reason.
- Improved nbp_lookup() failure reporting.


------------------------------------------------------------------------
r6086 | mike | 2006-11-14 10:43:55 -0500 (Tue, 14 Nov 2006) | 18 lines

The scheduler now picks up on changes to IPv6 and DNS
configuration on Mac OS X (STR #2085)

scheduler/main.c:
    - main(): Add NetIFUpdate and netif_time tracking for non-Mac
      OS X.

scheduler/network.c:
    - cupsdNetIFFind(): Only update if NetIFUpdate is set.
    - cupsdNetIFUpdate(): Use NetIFUpdate.

scheduler/network.h:
    - Remove NetIFTime and add NetIFUpdate.

scheduler/sysman.c:
    - Request and handle IPv6 and DNS events.


------------------------------------------------------------------------
r6085 | mike | 2006-11-14 09:48:16 -0500 (Tue, 14 Nov 2006) | 3 lines

Added a new --with-max-copies configure option (STR #2090)


------------------------------------------------------------------------
r6084 | mike | 2006-11-14 09:35:53 -0500 (Tue, 14 Nov 2006) | 3 lines

The lpstat program could still hang (STR #2098)


------------------------------------------------------------------------
r6083 | mike | 2006-11-14 09:32:05 -0500 (Tue, 14 Nov 2006) | 3 lines

Remove extra semicolon that interfered with the early IPP rejection code
(STR #2100)

------------------------------------------------------------------------
r6081 | mike | 2006-11-14 00:04:05 -0500 (Tue, 14 Nov 2006) | 2 lines

Implement OpenSSL BIO methods so we can do timeouts.

------------------------------------------------------------------------
r6079 | mike | 2006-11-13 15:53:12 -0500 (Mon, 13 Nov 2006) | 2 lines

Implement a 10-second timeout for SSL negotiations.

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

Comments

Submit Comment