CUPS 1.3svn Weekly Snapshot, r6481

Created at 21:00 Apr 29, 2007 by mike, last modified at 21:00 Apr 29, 2007

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

------------------------------------------------------------------------
r6480 | mike | 2007-04-27 14:53:20 -0400 (Fri, 27 Apr 2007) | 5 lines

Don't install templates as config files anymore.

Do a killall on cupsd between the launchctl commands to avoid
having to do a reboot.

------------------------------------------------------------------------
r6479 | mike | 2007-04-27 07:44:10 -0400 (Fri, 27 Apr 2007) | 2 lines

Drop toupper - we don't need it.

------------------------------------------------------------------------
r6478 | mike | 2007-04-27 07:08:57 -0400 (Fri, 27 Apr 2007) | 2 lines

Map option names to lowercase when hashing.

------------------------------------------------------------------------
r6477 | mike | 2007-04-25 15:55:45 -0400 (Wed, 25 Apr 2007) | 30 lines

Merge ppdConflicts() optimizations and new hashed array support
(STR #2358)

cups/array.c:
    - Add hash data to _cups_array_s.
    - cupsArrayDelete(): Free hash array.
    - cupsArrayFind(): Use hash array.
    - cupsArrayNew(): Call cupsArrayNew2().
    - cupsArrayNew2(): Added.

cups/array.h:
    - Add cups_ahash_func_t definition for hash functions.
    - Add cupsArrayNew2() with hash function and hash size
      arguments.

cups/mark.c:
    - ppdConflicts(): Cache the last 

cups/ppd.c:
    - ppdClose(): Destroy "marked" array.
    - ppdOpen2(): Create "marked" array for marked options, use a
      hash for the options array for faster lookups, and sort the
      UIConstraints.
    - ppd_compare_choices(): Added.
    - ppd_compare_consts(): Added.
    - ppd_hash_option(): Added.

cups/ppd.h:
    - Add "marked" array to ppd_file_t.

------------------------------------------------------------------------
r6464 | mike | 2007-04-23 16:35:44 -0400 (Mon, 23 Apr 2007) | 2 lines

Changelog...

------------------------------------------------------------------------
r6463 | mike | 2007-04-23 16:34:38 -0400 (Mon, 23 Apr 2007) | 2 lines

Fix PDF rotation bug (STR #2348)

------------------------------------------------------------------------
r6462 | mike | 2007-04-23 15:25:13 -0400 (Mon, 23 Apr 2007) | 2 lines

Fix crash when a printer points to a bad file: URL...

------------------------------------------------------------------------
r6461 | mike | 2007-04-23 15:14:47 -0400 (Mon, 23 Apr 2007) | 2 lines

Return notify-lease-duration from renew_subscription (STR #2346)

------------------------------------------------------------------------
r6459 | mike | 2007-04-23 13:33:45 -0400 (Mon, 23 Apr 2007) | 2 lines

Fix IPP printing for Xerox printers (STR #2349)

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

Comments

Submit Comment