CUPS 1.3svn Weekly Snapshot, r5706

Created at 21:01 Jul 02, 2006 by mike, last modified at 21:01 Jul 02, 2006

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

------------------------------------------------------------------------
r5704 | mike | 2006-06-29 21:07:03 -0400 (Thu, 29 Jun 2006) | 2 lines

Don't automatically add +DAportable to ARCHFLAGS.

------------------------------------------------------------------------
r5702 | mike | 2006-06-29 14:07:37 -0400 (Thu, 29 Jun 2006) | 9 lines

Printing to continuous rolls did not work properly with the CPCL driver.

filter/rastertolabel.c:
    - StartPage(): Set label width and height.
    - EndPage(): Only use FORM command with separated labels.

ppd/zebracpl.ppd:
    - Add zeMediaTracking option to CPCL PPD file.

------------------------------------------------------------------------
r5699 | mike | 2006-06-26 15:14:46 -0400 (Mon, 26 Jun 2006) | 8 lines

The scheduler used up the CPU if BrowseRemoteProtocols was empty
(STR #1792)

scheduler/dirsvc.c:
    - cupsdStartBrowsing(): Don't add BrowseSocket to the input
      set unless CUPS is enabled in BrowseRemoteProtocols.


------------------------------------------------------------------------
r5698 | mike | 2006-06-26 14:54:30 -0400 (Mon, 26 Jun 2006) | 15 lines

Custom page sizes did not work (STR #1787)

cups/emit.c:
    - Add lots of DEBUG_printf's.

cups/mark.c:
    - ppdMarkOption(): When marking a custom option, we need to
      compare against the string "Custom", so reset "choice" to
      "Custom" before the mark logic at the bottom of the
      function.

cups/testppd.c:
    - Fix custom PS output (swapped width and height...)


------------------------------------------------------------------------
r5697 | mike | 2006-06-26 14:37:42 -0400 (Mon, 26 Jun 2006) | 2 lines

Fix crash in SNMP backend (STR #1789)

------------------------------------------------------------------------
r5695 | mike | 2006-06-26 13:50:07 -0400 (Mon, 26 Jun 2006) | 2 lines

Make sure http pointer is reset to NULL when handling -h option.

------------------------------------------------------------------------
r5694 | mike | 2006-06-26 13:48:16 -0400 (Mon, 26 Jun 2006) | 5 lines

"lprm -h hostname" did not work (STR #1800)

berkeley/lprm.c:
    - main(): Fix handling of -h, and re-read the destination list.

------------------------------------------------------------------------
r5693 | mike | 2006-06-26 13:26:17 -0400 (Mon, 26 Jun 2006) | 15 lines

Browsing could produce some funny printer names when
ServerName was set to an IP address (STR #1799)

scheduler/conf.c:
    - cupsdReadConfiguration(): Scan the ServerName value to see
      if it is a valid IPv4 address.

scheduler/conf.h:
    - Add ServerNameIsIP global.

scheduler/dirsvc.c:
    - Only drop domain name portion of server names when the
      ServerName value is not an IP address.


------------------------------------------------------------------------
r5692 | mike | 2006-06-26 13:17:50 -0400 (Mon, 26 Jun 2006) | 6 lines

Fixed the log message for BrowseRelay (STR #1798)

scheduler/conf.c:
    - read_configuration(): Swap cupsdLogMessage() arguments for
      the BrowseRelay "Relaying from %s to %s:%d" message.

------------------------------------------------------------------------
r5691 | mike | 2006-06-26 13:15:14 -0400 (Mon, 26 Jun 2006) | 3 lines

Fixes to allow CUPS to compile on MirBSD (STR #1796)


------------------------------------------------------------------------
r5690 | mike | 2006-06-26 13:11:48 -0400 (Mon, 26 Jun 2006) | 7 lines

The scheduler incorrectly set the FINAL_CONTENT_TYPE environment
variable (STR #1795)

scheduler/job.c:
    - start_job(): Set FINAL_CONTENT_TYPE to source type of last
      filter.

------------------------------------------------------------------------
r5689 | mike | 2006-06-26 12:57:19 -0400 (Mon, 26 Jun 2006) | 5 lines

The pdftops filter incorrectly embedded a "produced by" comment,
causing PDF printing not to work on some operating systems (STR
#1801)


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

Comments

Submit Comment