CUPS 1.4svn Development Snapshot, r7893

Created at 01:01 Sep 01, 2008 by mike, last modified at 01:01 Sep 01, 2008

A new development snapshot of CUPS 1.4svn (r7893) 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:

------------------------------------------------------------------------
r7893 | mike | 2008-08-31 23:09:18 -0700 (Sun, 31 Aug 2008) | 2 lines

Add -k option to continue past compile/link errors.

------------------------------------------------------------------------
r7892 | mike | 2008-08-31 22:58:47 -0700 (Sun, 31 Aug 2008) | 2 lines

Cleanup "clang" target.

------------------------------------------------------------------------
r7891 | mike | 2008-08-29 15:34:02 -0700 (Fri, 29 Aug 2008) | 2 lines

Relay com.apple.print.recoverable-message messages.

------------------------------------------------------------------------
r7890 | mike | 2008-08-29 15:19:39 -0700 (Fri, 29 Aug 2008) | 2 lines

Rename mdns backend to "dnssd".

------------------------------------------------------------------------
r7889 | mike | 2008-08-29 15:03:35 -0700 (Fri, 29 Aug 2008) | 2 lines

Update documentation to explain how the default printer is chosen.

------------------------------------------------------------------------
r7888 | mike | 2008-08-29 14:16:56 -0700 (Fri, 29 Aug 2008) | 2 lines

Add sharing check box to add/modify printer page.

------------------------------------------------------------------------
r7886 | mike | 2008-08-28 18:51:57 -0700 (Thu, 28 Aug 2008) | 2 lines

Fix mirrored landscape output.

------------------------------------------------------------------------
r7885 | mike | 2008-08-28 15:56:15 -0700 (Thu, 28 Aug 2008) | 4 lines

Add error checking to posix_spawnattr_setbinpref_np and initialize ocount
to 1.

Build usb backend with all architectures.

------------------------------------------------------------------------
r7884 | mike | 2008-08-28 15:17:13 -0700 (Thu, 28 Aug 2008) | 2 lines

Cleanup for job-media-progress attribute.

------------------------------------------------------------------------
r7883 | mike | 2008-08-28 13:38:13 -0700 (Thu, 28 Aug 2008) | 2 lines

Add support for job-media-progress attribute.

------------------------------------------------------------------------
r7881 | mike | 2008-08-28 13:21:56 -0700 (Thu, 28 Aug 2008) | 2 lines

Revise code to wait up to 5 seconds.  We'll tune the numbers later...

------------------------------------------------------------------------
r7880 | mike | 2008-08-28 13:14:34 -0700 (Thu, 28 Aug 2008) | 2 lines

Revert change - always use printer-name for profile registrations.

------------------------------------------------------------------------
r7879 | mike | 2008-08-27 17:08:56 -0700 (Wed, 27 Aug 2008) | 4 lines

The scheduler did not correctly update the auth-info-required value(s) if
the
AuthType was Default.


------------------------------------------------------------------------
r7877 | mike | 2008-08-27 16:23:18 -0700 (Wed, 27 Aug 2008) | 2 lines

Also check that printer->info is not the empty string.

------------------------------------------------------------------------
r7876 | mike | 2008-08-27 16:19:30 -0700 (Wed, 27 Aug 2008) | 2 lines

Register human-readable name instead of queue ID, if defined.

------------------------------------------------------------------------
r7875 | mike | 2008-08-27 15:53:31 -0700 (Wed, 27 Aug 2008) | 2 lines

Also separate unit tests for drivers and scheduler.

------------------------------------------------------------------------
r7874 | mike | 2008-08-27 14:48:41 -0700 (Wed, 27 Aug 2008) | 2 lines

Allow a NULL pointer to _httpAddrPort().

------------------------------------------------------------------------
r7872 | mike | 2008-08-27 14:30:44 -0700 (Wed, 27 Aug 2008) | 4 lines

The scheduler required Kerberos authentication for all operations on
remote
Kerberized printers instead of just for the operations that needed it.


------------------------------------------------------------------------
r7871 | mike | 2008-08-27 14:12:43 -0700 (Wed, 27 Aug 2008) | 4 lines

Make unit tests a configurable build option.

Make debug printfs a separate configurable build option.

------------------------------------------------------------------------
r7870 | mike | 2008-08-27 11:14:10 -0700 (Wed, 27 Aug 2008) | 2 lines

Use _cupsStrFree on last status message in thread destructor.

------------------------------------------------------------------------
r7868 | mike | 2008-08-27 10:14:46 -0700 (Wed, 27 Aug 2008) | 3 lines

The socket backend could wait indefinitely for back-channel data with some
devices.

------------------------------------------------------------------------
r7866 | mike | 2008-08-26 21:12:36 -0700 (Tue, 26 Aug 2008) | 2 lines

Changelog.

------------------------------------------------------------------------
r7865 | mike | 2008-08-26 21:11:52 -0700 (Tue, 26 Aug 2008) | 2 lines

Update PostScript docos (STR #2904)

------------------------------------------------------------------------
r7863 | mike | 2008-08-25 20:39:59 -0700 (Mon, 25 Aug 2008) | 3 lines

PJL panel messages were not reset correctly on older printers (STR #2909)


------------------------------------------------------------------------
r7862 | mike | 2008-08-25 20:37:33 -0700 (Mon, 25 Aug 2008) | 3 lines

cupsfilter used the wrong default path (STR #2908)


------------------------------------------------------------------------
r7861 | mike | 2008-08-25 20:15:14 -0700 (Mon, 25 Aug 2008) | 5 lines

Fix address matching for "BrowseAddress @IF(name)" (STR #2910)

Fix "make clang" target.


------------------------------------------------------------------------
r7860 | mike | 2008-08-25 14:21:40 -0700 (Mon, 25 Aug 2008) | 4 lines

Update API docos.

Use size_t for launchd functions.

------------------------------------------------------------------------
r7859 | mike | 2008-08-25 13:54:30 -0700 (Mon, 25 Aug 2008) | 7 lines

Don't apply resolvers when they change the current option/choice.

Don't override the current option/choice.

Update test program to check for proper operation with and without passing
a
current option.

------------------------------------------------------------------------
r7858 | mike | 2008-08-22 23:06:50 -0700 (Fri, 22 Aug 2008) | 3 lines

Rename appleGetLocations to appleCopyLocations to reflect that a new copy
is
created.  Also release the locations array.

------------------------------------------------------------------------
r7857 | mike | 2008-08-22 22:33:25 -0700 (Fri, 22 Aug 2008) | 2 lines

Protect against divide-by-zero when SNMP printer MIB returns invalid
values.

------------------------------------------------------------------------
r7856 | mike | 2008-08-21 19:40:57 -0700 (Thu, 21 Aug 2008) | 3 lines

Update cupsResolveConflicts to try non-default option choices to resolve
conflicts.

------------------------------------------------------------------------
r7855 | mike | 2008-08-21 19:37:29 -0700 (Thu, 21 Aug 2008) | 2 lines

Add cupsResolveConflicts test program.

------------------------------------------------------------------------
r7854 | mike | 2008-08-21 13:33:06 -0700 (Thu, 21 Aug 2008) | 2 lines

Reorder functions.

------------------------------------------------------------------------
r7852 | mike | 2008-08-20 21:19:45 -0700 (Wed, 20 Aug 2008) | 2 lines

Allow cupsBorderlessScalingFactor to be as low as 0.1.

------------------------------------------------------------------------
r7851 | mike | 2008-08-19 17:14:36 -0700 (Tue, 19 Aug 2008) | 3 lines

Set last error to IPP_OK when there are destinations, IPP_INTERNAL_ERROR
for bad arguments...

------------------------------------------------------------------------
r7850 | mike | 2008-08-19 17:07:25 -0700 (Tue, 19 Aug 2008) | 6 lines

_cupsSNMPWrite() incorrectly changed the address that was passed to it.

Add _httpAddrPort() function.

Update debug messages and code to use new _httpAddrPort() function.

------------------------------------------------------------------------
r7849 | mike | 2008-08-18 21:44:07 -0700 (Mon, 18 Aug 2008) | 2 lines

Fix one more compile bug when we don't have LDAP+SSL.

------------------------------------------------------------------------
r7848 | mike | 2008-08-18 21:40:10 -0700 (Mon, 18 Aug 2008) | 2 lines

Fix compile error with LDAP.

------------------------------------------------------------------------
r7847 | mike | 2008-08-18 21:22:14 -0700 (Mon, 18 Aug 2008) | 13 lines

Add ippTagString/Value APIs.

Allow no-value tags in 1setOf arrays of string attributes, to work around
a Brother IPP bug.

Add more debug printfs, and make them all consistent.

Reconnect before sending a request if the last response had
"Connection: close" as one of the headers.

The test suite should expect 17 errors since we now log IPP errors in
error_log.

------------------------------------------------------------------------
r7845 | mike | 2008-08-15 18:37:09 -0700 (Fri, 15 Aug 2008) | 3 lines

cupsAdminGetServerSettings with CUPS_HTTP_DEFAULT immediately connects to
cupsd instead of trying to read cupsd.conf directly first.

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

Comments

Submit Comment