CUPS 1.3svn Weekly Snapshot, r6287

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

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

------------------------------------------------------------------------
r6286 | mike | 2007-02-18 08:28:41 -0500 (Sun, 18 Feb 2007) | 2 lines

Fix prettyprint crash bug (STR #2158)

------------------------------------------------------------------------
r6285 | mike | 2007-02-15 20:10:55 -0500 (Thu, 15 Feb 2007) | 5 lines

Don't lose Authorization field value when doing TLS upgrade.

cups/http.c:
    - http_upgrade(): Preserve field_authorization value.

------------------------------------------------------------------------
r6284 | mike | 2007-02-15 19:57:53 -0500 (Thu, 15 Feb 2007) | 6 lines

Kerberos fix...

scheduler/auth.c:
    - get_gss_creds(): Don't free server name until after we log the
      result.

------------------------------------------------------------------------
r6281 | mike | 2007-02-14 11:32:42 -0500 (Wed, 14 Feb 2007) | 2 lines

Clean up documentation.

------------------------------------------------------------------------
r6277 | mike | 2007-02-14 11:07:28 -0500 (Wed, 14 Feb 2007) | 11 lines

Job operations (cancel, hold, release, etc.) from the web
interface now return back to the original page (STR #2239)

cgi-bin/jobs.c:
    - do_job_op(): Use HTTP_REFERER environment variable to
      redirect back to the original page.

scheduler/client.c:
    - pipe_command(): Pass Referer: header as HTTP_REFERER
      environment variable.

------------------------------------------------------------------------
r6276 | mike | 2007-02-14 10:35:10 -0500 (Wed, 14 Feb 2007) | 7 lines

The classes or printers list is now shown after a successful
deletion from the web interface (STR #1999)

cgi-bin/admin.c:
    - do_delete_class(): Redirect to /classes.
    - do_delete_printer(): Redirect to /printers.

------------------------------------------------------------------------
r6275 | mike | 2007-02-13 21:18:26 -0500 (Tue, 13 Feb 2007) | 6 lines

Add support for cleartomark, stopped, {, and } operators, and make the
DSC test case set the page size to Tabloid so we can verify that the
operations work.

Also log more error diagnostics for PS errors.

------------------------------------------------------------------------
r6274 | mike | 2007-02-13 16:05:28 -0500 (Tue, 13 Feb 2007) | 20 lines

Add cupsRasterErrorString() function and infrastruture for better error
handling.

filter/error.c:
    - Added.

filter/interpret.c:
    - cupsRasterInterpretPPD(): Use _cupsRasterClearError() and
      _cupsRasterAddError().
    - _cupsRasterExecPS(): Use _cupsRasterAddError().
    - error_object(): Added.
    - error_stack(): Added.

filter/raster.c:
    - cupsRasterOpen(): Use _cupsRasterClearError() and
      _cupsRasterAddError().

filter/testraster.c:
    - main(): Use cupsRasterErrorString().

------------------------------------------------------------------------
r6273 | mike | 2007-02-13 08:00:47 -0500 (Tue, 13 Feb 2007) | 2 lines

Add %%Begin/EndFeature test code.

------------------------------------------------------------------------
r6272 | mike | 2007-02-12 16:10:14 -0500 (Mon, 12 Feb 2007) | 2 lines

Fix comment.

------------------------------------------------------------------------
r6271 | mike | 2007-02-12 09:29:21 -0500 (Mon, 12 Feb 2007) | 4 lines

Remove BUILDROOT from MENUDIR and ICONDIR definitions, since we need
to conditionally install to these directories and the top-level makefile
already adds BUILDROOT.

------------------------------------------------------------------------
r6270 | mike | 2007-02-12 09:27:47 -0500 (Mon, 12 Feb 2007) | 6 lines

Fix _cupsAdminSetServerSettings() bug.

cups/adminutil.c:
    - _cupsAdminSetServerSettings(): Don't use old_remote_any,
      just remote_any.

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

Comments

Submit Comment