Created at 01:04 Jun 27, 2008 by mike, last modified at 01:04 Jun 27, 2008
A new weekly snapshot of CUPS 1.4svn (r7696) 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:
------------------------------------------------------------------------ r7696 | mike | 2008-06-25 17:54:42 -0700 (Wed, 25 Jun 2008) | 2 lines Encode job-impressions as an integer. ------------------------------------------------------------------------ r7695 | mike | 2008-06-25 17:46:24 -0700 (Wed, 25 Jun 2008) | 6 lines First working USB backend based on libusb 0.1 - no backchannel or sidechannel support yet, but it does work to print unidirectionally. Make the default for Mac OS X to use the IOKit implementation - can be overridden with "--enable-libusb" configure option. ------------------------------------------------------------------------ r7694 | mike | 2008-06-25 17:23:20 -0700 (Wed, 25 Jun 2008) | 10 lines Fix MIME database support for multiple directories - we need to read all of the types and then all of the filters. Removed mimeMerge() and mimeNew(). Added mimeLoadFilters() and mimeLoadTypes(). Updated test suite to put mime.types and mime.convs in the DataDir/mime location. ------------------------------------------------------------------------ r7693 | mike | 2008-06-25 10:12:28 -0700 (Wed, 25 Jun 2008) | 3 lines Mark all of the old localization packages as replaced by the main CUPS 1.4 package. ------------------------------------------------------------------------ r7691 | mike | 2008-06-24 15:45:12 -0700 (Tue, 24 Jun 2008) | 11 lines Pull serial number from device as needed. Don't retry connections in open_device(), since we'll get stuck on a busy printer. Instead, do the retry in print_device(). Don't map manufacturer names for the device URI on Mac OS X. Make and pass the device URI to the callback function from find_device(). Start implementing print_device(). ------------------------------------------------------------------------ r7689 | mike | 2008-06-24 13:50:57 -0700 (Tue, 24 Jun 2008) | 2 lines Fix number-up problem with cgpdftops output. ------------------------------------------------------------------------ r7688 | mike | 2008-06-23 21:34:52 -0700 (Mon, 23 Jun 2008) | 2 lines Include CUPS string header for strlcat/cpy. ------------------------------------------------------------------------ r7687 | mike | 2008-06-23 18:28:36 -0700 (Mon, 23 Jun 2008) | 2 lines Save work on new libusb-based USB backend. ------------------------------------------------------------------------ r7685 | mike | 2008-06-23 09:49:18 -0700 (Mon, 23 Jun 2008) | 2 lines Show the hostname we are trying to resolve in the test. ------------------------------------------------------------------------ r7684 | mike | 2008-06-23 09:47:38 -0700 (Mon, 23 Jun 2008) | 2 lines Documentation fixes for typos reported by Detlef Riekenberg. ------------------------------------------------------------------------ r7682 | mike | 2008-06-20 17:06:02 -0700 (Fri, 20 Jun 2008) | 11 lines The scheduler would crash if you started a printer that pointed to a backend that did not exist (STR #2865) scheduler/ipp.c: - send_document(): Delay calling cupsdCheckJobs() until after we add the response info. scheduler/job.c: - start_job(): Always reset filters pointer after calling cupsArrayDelete() if we don't return right away. ------------------------------------------------------------------------ r7681 | mike | 2008-06-20 14:06:02 -0700 (Fri, 20 Jun 2008) | 3 lines Use unlink() when cleaning temporary directory, since cupsdRemoveFile() can take a long time on large files. ------------------------------------------------------------------------ r7680 | mike | 2008-06-20 10:37:43 -0700 (Fri, 20 Jun 2008) | 3 lines Make authenticated policy always authenticate - local users will probably get to use peer credentials... ------------------------------------------------------------------------Download · Home Page · Listing