Created at 01:03 Apr 18, 2008 by mike, last modified at 01:03 Apr 18, 2008
A new weekly snapshot of CUPS 1.4svn (r7464) 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:
------------------------------------------------------------------------ r7464 | mike | 2008-04-16 17:48:34 -0700 (Wed, 16 Apr 2008) | 4 lines Update documentation for new cupsGetDevices API. Move get/put file APIs to the HTTP/IPP docs. ------------------------------------------------------------------------ r7463 | mike | 2008-04-16 17:24:25 -0700 (Wed, 16 Apr 2008) | 11 lines Fix a streaming issue from cupsd - wasn't flushing the output buffer after a write. Fix some DEBUG_printf's. _cups_debug_printf now quotes C strings so that the log doesn't contain extra newlines. ippRead() no longer overrides the blocking flag if there is pending data. ------------------------------------------------------------------------ r7461 | mike | 2008-04-16 13:03:24 -0700 (Wed, 16 Apr 2008) | 3 lines Stub _cups_debug_* functions on Mac OS X when we aren't building with debug enabled. ------------------------------------------------------------------------ r7460 | mike | 2008-04-15 19:19:54 -0700 (Tue, 15 Apr 2008) | 7 lines Add cupsGetDevices API (still issues with streaming). Revamp DEBUG_printf/puts stuff to support logging to a file, and to include a timestamp with every message. Update Server: header to report CUPS/1.4 by default. ------------------------------------------------------------------------ r7458 | mike | 2008-04-14 17:59:26 -0700 (Mon, 14 Apr 2008) | 3 lines Add support for timeout and exclude-schemes attributes in CUPS-Get-Devices requests. ------------------------------------------------------------------------ r7457 | mike | 2008-04-14 16:22:54 -0700 (Mon, 14 Apr 2008) | 2 lines Clean up the end-of-file handling for poll() on Linux. ------------------------------------------------------------------------ r7456 | mike | 2008-04-14 15:32:26 -0700 (Mon, 14 Apr 2008) | 3 lines Clean up cups-deviced to do proper signal handling of child processes and to log more debugging info. ------------------------------------------------------------------------ r7455 | mike | 2008-04-14 14:53:36 -0700 (Mon, 14 Apr 2008) | 2 lines Use pipe for cupsFileOpenFd test. ------------------------------------------------------------------------ r7454 | mike | 2008-04-14 14:06:27 -0700 (Mon, 14 Apr 2008) | 2 lines Add cupsFileOpenFd test with no read. ------------------------------------------------------------------------ r7452 | mike | 2008-04-14 13:16:30 -0700 (Mon, 14 Apr 2008) | 3 lines The scheduler now ensures that the RSS directory has the correct permissions. ------------------------------------------------------------------------ r7451 | mike | 2008-04-14 13:02:39 -0700 (Mon, 14 Apr 2008) | 4 lines The RSS notifier did not quote the feed URL in the RSS file it created (STR #2801) ------------------------------------------------------------------------ r7450 | mike | 2008-04-14 12:39:02 -0700 (Mon, 14 Apr 2008) | 2 lines Remove unused variables. ------------------------------------------------------------------------ r7449 | mike | 2008-04-14 11:27:53 -0700 (Mon, 14 Apr 2008) | 2 lines Add support for Ghostscript PDF to PostScript conversion. ------------------------------------------------------------------------ r7447 | mike | 2008-04-14 11:07:40 -0700 (Mon, 14 Apr 2008) | 2 lines The default MaxCopies on Mac OS X should be 9999. ------------------------------------------------------------------------ r7446 | mike | 2008-04-11 17:37:21 -0700 (Fri, 11 Apr 2008) | 3 lines Run backends in parallel to get results faster and to stream devices instead of providing them at the end of the scan... ------------------------------------------------------------------------ r7445 | mike | 2008-04-11 15:02:13 -0700 (Fri, 11 Apr 2008) | 2 lines Sigh... Solaris defines strrchr as returning const char * instead of char *. ------------------------------------------------------------------------Download · Home Page · Listing