CUPS 1.3svn Weekly Snapshot, r6269

Created at 21:00 Feb 11, 2007 by mike, last modified at 21:00 Feb 11, 2007

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

------------------------------------------------------------------------
r6269 | mike | 2007-02-11 22:23:01 -0500 (Sun, 11 Feb 2007) | 2 lines

Start work on "What's New in CUPS 1.3" help document.

------------------------------------------------------------------------
r6268 | mike | 2007-02-11 21:46:11 -0500 (Sun, 11 Feb 2007) | 20 lines

The default configuration now allows browse packets from any address
(STR #2008)

The web interface now provides an "allow printing from the Internet"
check box (STR #1897)

cgi-bin/admin.c:
    - do_config_server(): Add support for CUPS_SERVER_REMOTE_ANY
      setting.
    - do_menu(): Add support for CUPS_SERVER_REMOTE_ANY setting.

cups/adminutil.c:
    - _cupsAdminGetServerSettings(): Add support for
      CUPS_SERVER_REMOTE_ANY setting.
    - _cupsAdminSetServerSettings(): Add support for
      CUPS_SERVER_REMOTE_ANY setting.

cups/adminutil.h:
    - Add CUPS_SERVER_REMOTE_ANY setting.

------------------------------------------------------------------------
r6267 | mike | 2007-02-11 18:24:22 -0500 (Sun, 11 Feb 2007) | 16 lines

The notify-events-default and notify-lease-duration-default
attributes can now be set (STR #1671)

cups/encode.c:
    - Add default notify attributes, fix spelling of
      notify-lease-duration.

scheduler/ipp.c:
    - create_subscription(): Use default notify values.

scheduler/printers.c:
    - cupsdCreateCommonData(): Remove notify-events-default and
      notify-lease-duration-default.
    - add_printer_defaults(): Add notify-events-default and
      notify-lease-duration-default.

------------------------------------------------------------------------
r6265 | mike | 2007-02-11 14:42:42 -0500 (Sun, 11 Feb 2007) | 17 lines

Server-side default options are now sent to clients when the
"printer-defaults" attribute group is requested (STR #1923)

cups/dest.c:
    - cups_get_sdests(): Add support for server-side default options.

scheduler/ipp.c:
    - create_requested_array(): Add support for "printer-defaults"
      group name.

scheduler/printers.c:
    - add_printer_defaults(): Maintain common default attribute
      names array.

scheduler/printers.h:
    - Add CommonDefaults array.

------------------------------------------------------------------------
r6264 | mike | 2007-02-11 12:11:15 -0500 (Sun, 11 Feb 2007) | 2 lines

Copyright...

------------------------------------------------------------------------
r6263 | mike | 2007-02-11 12:09:38 -0500 (Sun, 11 Feb 2007) | 2 lines

Add support for GCC relro (STR #1614)

------------------------------------------------------------------------
r6261 | mike | 2007-02-11 11:57:42 -0500 (Sun, 11 Feb 2007) | 3 lines

Fix Order/Allow/Deny handling so we don't lose them when changing only
a single setting (more on STR #1993)

------------------------------------------------------------------------
r6260 | mike | 2007-02-11 10:50:55 -0500 (Sun, 11 Feb 2007) | 4 lines

Add --with-menudir, --with-icondir, and --with-dbusdir options (STR #1692)

Clean up help text.

------------------------------------------------------------------------
r6259 | mike | 2007-02-11 08:36:47 -0500 (Sun, 11 Feb 2007) | 5 lines

CUPS now validates the number-up option value (STR #1329)

scheduler/ipp.c:
    - add_job(): Check for valid number-up values.

------------------------------------------------------------------------
r6258 | mike | 2007-02-10 20:16:31 -0500 (Sat, 10 Feb 2007) | 2 lines

Make sure we clear the word list for updated files.

------------------------------------------------------------------------
r6257 | mike | 2007-02-10 20:11:57 -0500 (Sat, 10 Feb 2007) | 22 lines

Improve on-line help searching (STR #1701)

cgi-bin/help-index.c:
    - helpDeleteIndex(): Don't bother removing elements from the
      arrays - we're deleting them anyways...
    - helpLoadIndex(): Bump file format version to 2, add word
      loading.
    - helpSaveIndex(): Bump file format version to 2, add word
      saving.
    - helpSearchIndex(): Add searching of words.
    - help_add_word(): Added.
    - help_delete_node(): Remove words.
    - help_delete_word(): Added.
    - help_load_file(): Load words from each line.
    - help_sort_words(): Added.

cgi-bin/help-index.h:
    - Add help_word_t structure.

cgi-bin/testhi.c:
    - list_nodes(): Show number of words attached to each node.

------------------------------------------------------------------------
r6256 | mike | 2007-02-10 14:44:22 -0500 (Sat, 10 Feb 2007) | 2 lines

Make sure we add the cost of pre-filters...

------------------------------------------------------------------------
r6255 | mike | 2007-02-10 14:37:59 -0500 (Sat, 10 Feb 2007) | 7 lines

The web interface "Add This Printer" button now allows you to change the
printer
name, description, and location (STR #1646)

cgi-bin/admin.c:
    - do_admin_menu(): Pass TEMPLATE_NAME instead of PRINTER_NAME
      in device_options variable.

------------------------------------------------------------------------
r6254 | mike | 2007-02-10 14:16:53 -0500 (Sat, 10 Feb 2007) | 2 lines

Add documentation on GSSServiceName (STR #2131)

------------------------------------------------------------------------
r6253 | mike | 2007-02-10 13:48:40 -0500 (Sat, 10 Feb 2007) | 2 lines

Add support for Mac OS X authorization services (STR #2206)

------------------------------------------------------------------------
r6252 | mike | 2007-02-10 10:34:18 -0500 (Sat, 10 Feb 2007) | 2 lines

Add pre-filter support (STR #2108)

------------------------------------------------------------------------
r6250 | mike | 2007-02-09 16:54:12 -0500 (Fri, 09 Feb 2007) | 3 lines

Revise the network printer help page with documentation on the supported
URIs and options, along with SNMP troubleshooting documentation.

------------------------------------------------------------------------
r6248 | mike | 2007-02-09 11:44:21 -0500 (Fri, 09 Feb 2007) | 2 lines

Remove old documentation.

------------------------------------------------------------------------
r6246 | mike | 2007-02-07 15:49:30 -0500 (Wed, 07 Feb 2007) | 3 lines

Fix bounding box rotation - wasn't accounting for PageWidth and PageLength
already being swapped (STR #2079)

------------------------------------------------------------------------
r6245 | mike | 2007-02-07 14:57:13 -0500 (Wed, 07 Feb 2007) | 6 lines

The HTTP upgrade redirection used by the scheduler did not work
with Internet Explorer (STR #2235)

scheduler/client.c:
    - cupsdSendError(): Add "URL=" to the redirection meta data.

------------------------------------------------------------------------
r6243 | mike | 2007-02-06 16:08:45 -0500 (Tue, 06 Feb 2007) | 7 lines

Members of a class with Unicode names did not appear correctly in
the web interface (STR #2154)

cgi-bin/ipp-var.c:
    - cgiSetIPPObjectVars(): Use the original URI and not the
      URL-encoded URI when showing the member name.

------------------------------------------------------------------------
r6241 | mike | 2007-02-06 15:53:49 -0500 (Tue, 06 Feb 2007) | 7 lines

Changing the "Save debugging information" setting in the web
interface no longer affects the other server settings (STR #1993)

cups/adminutil.c:
    - _cupsAdminSetServerSettings(): Only update the basic
      settings if they have changed.

------------------------------------------------------------------------
r6239 | mike | 2007-02-06 11:08:53 -0500 (Tue, 06 Feb 2007) | 2 lines

Fix RPM spec file (missing description for French localization package.)

------------------------------------------------------------------------
r6237 | mike | 2007-02-06 10:56:14 -0500 (Tue, 06 Feb 2007) | 3 lines

Get rid of compile warnings on 10.4 and check for new headers, when
available.

------------------------------------------------------------------------
r6235 | mike | 2007-02-05 16:03:49 -0500 (Mon, 05 Feb 2007) | 2 lines

Copyright notice update.

------------------------------------------------------------------------
r6233 | mike | 2007-02-05 15:23:00 -0500 (Mon, 05 Feb 2007) | 2 lines

Fix some spacing issues...

------------------------------------------------------------------------
r6232 | mike | 2007-02-05 15:17:40 -0500 (Mon, 05 Feb 2007) | 2 lines

Add proper SSL certificate selection on Mac OS X (STR #2225)

------------------------------------------------------------------------
r6231 | mike | 2007-02-05 15:12:10 -0500 (Mon, 05 Feb 2007) | 2 lines

Fix typo in USB backend code...

------------------------------------------------------------------------
r6230 | mike | 2007-02-05 15:08:47 -0500 (Mon, 05 Feb 2007) | 6 lines

Make sure all read timeouts result in the returning of an error (STR
#2179)

cups/ipp.c:
    - ippReadIO(): Error out if the read callback doesn't return a
      value/group tag.

------------------------------------------------------------------------
r6229 | mike | 2007-02-05 14:59:22 -0500 (Mon, 05 Feb 2007) | 2 lines

Updates for Spanish localization in trunk (STR #2224)

------------------------------------------------------------------------
r6228 | mike | 2007-02-05 14:57:46 -0500 (Mon, 05 Feb 2007) | 2 lines

Fix class list.

------------------------------------------------------------------------
r6227 | mike | 2007-02-05 14:55:55 -0500 (Mon, 05 Feb 2007) | 3 lines

Use case-insensitive comparison for konica minolta USB printer workaround
(STR #2104)

------------------------------------------------------------------------
r6226 | mike | 2007-02-05 14:48:04 -0500 (Mon, 05 Feb 2007) | 7 lines

The scheduler could get in an infinite loop when printing to a
remote class (STR #2228)

scheduler/job.c:
    - cupsdCheckJobs(): Stop immediately if we are printing to
      a remote class.

------------------------------------------------------------------------
r6225 | mike | 2007-02-05 14:42:32 -0500 (Mon, 05 Feb 2007) | 4 lines

The jobs web page did not have separating space after the number
of pages column (STR #2230)


------------------------------------------------------------------------
r6224 | mike | 2007-02-05 14:37:04 -0500 (Mon, 05 Feb 2007) | 2 lines

Add French localization (STR #2221)

------------------------------------------------------------------------
r6223 | mike | 2007-02-05 14:11:14 -0500 (Mon, 05 Feb 2007) | 3 lines

Updated Spanish localization (STR #2223)


------------------------------------------------------------------------
r6222 | mike | 2007-02-05 14:08:29 -0500 (Mon, 05 Feb 2007) | 3 lines

Updated Japanese localization (STR #2216)


------------------------------------------------------------------------
r6221 | mike | 2007-02-05 14:04:26 -0500 (Mon, 05 Feb 2007) | 6 lines

cupsBorderlessScalingFacter was limited to a range of 0.9 to 1.1,
but some printers need larger values (STR #2222)

filter/interpret.c:
    - cupsRasterInterpretPPD(): Allow scaling factors from 0.5 to 2.0.

------------------------------------------------------------------------
r6220 | mike | 2007-02-05 14:00:22 -0500 (Mon, 05 Feb 2007) | 6 lines

Landscape printing of PDF files did not always work (STR #2149)

pdftops/PSOutputDev.cxx:
    - PSOutputDev::writeHeader(): Write cupsRotation comment.
    - PSOutputDev::startPage(): Detect more auto-rotate conditions.

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

Comments

Submit Comment