Created at 21:01 Aug 06, 2006 by mike, last modified at 21:01 Aug 06, 2006
A new weekly snapshot of CUPS 1.3svn (r5805) 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:
------------------------------------------------------------------------ r5803 | mike | 2006-08-04 12:43:22 -0400 (Fri, 04 Aug 2006) | 3 lines Fix --without-languages and --with-languages with non-existing translations (STR #1879) ------------------------------------------------------------------------ r5802 | mike | 2006-08-04 12:28:44 -0400 (Fri, 04 Aug 2006) | 2 lines Don't set FINAL_CONTENT_TYPE for remote jobs (STR #1881) ------------------------------------------------------------------------ r5800 | mike | 2006-08-02 21:56:07 -0400 (Wed, 02 Aug 2006) | 2 lines Install the cups/backend.h header file. ------------------------------------------------------------------------ r5798 | mike | 2006-08-02 20:53:58 -0400 (Wed, 02 Aug 2006) | 20 lines Autoconf 2.60 changes. Basically, they added a whole new layer of directory indirection - datarootdir defaults to ${prefix}/share and datadir defaults to ${datarootdir}. datarootdir is now the "standard" place to put data files, while datadir gets "idiosyncratic" data files, whatever they are (perhaps a data file listing the GNU developer(s) that came up with this idea?) As an unfortunate side-effect, man pages now default to ${datarootdir}/man, which is not compatible with most UNIX operating systems. Thus, we also have to check if mandir is set to ${datarootdir}/man and revert this so that our OS-specific man page logic still works (so that users can actually read their man pages...) The changes to cups-config.in and packaging/cups.list.in add datarootdir, which should not be referenced but will otherwise result in a warning at configure time (and possibly an error in future autoconf releases...) ------------------------------------------------------------------------ r5796 | mike | 2006-08-02 14:11:14 -0400 (Wed, 02 Aug 2006) | 2 lines Ignore generated files. ------------------------------------------------------------------------ r5794 | mike | 2006-08-02 13:38:55 -0400 (Wed, 02 Aug 2006) | 2 lines Clear errno after EINTR... ------------------------------------------------------------------------ r5793 | mike | 2006-08-02 13:37:46 -0400 (Wed, 02 Aug 2006) | 18 lines Only treat NULL line from status pipe as error if errno is also set. scheduler/client.c: - cupsdUpdateCGI(): Remove errno initialization - now in cupsdStatBufUpdate()... scheduler/dirsvc.c: - cupsdUpdatePolling(): Only stop polling if we get an error back from the pipe. scheduler/job.c: - cupsdUpdateJob(): Check for error when the pipe returns no line. scheduler/statbuf.c: - cupsdStatBufUpdate(): Initialize errno to 0. ------------------------------------------------------------------------ r5791 | mike | 2006-08-01 15:51:03 -0400 (Tue, 01 Aug 2006) | 5 lines Fix compiler warning. scheduler/cups-polld.c: - poll_server(): Set start seconds before sending request. ------------------------------------------------------------------------ r5781 | mike | 2006-07-31 13:42:30 -0400 (Mon, 31 Jul 2006) | 2 lines Add MaxRunTime option to SNMP backend to fix long scans (STR #1835) ------------------------------------------------------------------------ r5780 | mike | 2006-07-31 10:46:23 -0400 (Mon, 31 Jul 2006) | 8 lines Send requested-attributes with a value tag of IPP_TAG_KEYWORD, not IPP_TAG_NAME. Otherwise you'll see strange "printer-state not found" errors (PR #6250) scheduler/cups-lpd.c: - get_printer(): Change requested-attributes to IPP_TAG_KEYWORD. ------------------------------------------------------------------------Download · Home Page · Listing