CUPS 1.2svn Weekly Snapshot, r4830

Created at 21:01 Nov 11, 2005 by mike, last modified at 21:01 Nov 11, 2005

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

------------------------------------------------------------------------
r4830 | mike | 2005-11-11 22:27:16 -0500 (Fri, 11 Nov 2005) | 4 lines

Load/delete subscriptions and stop notifiers as needed.

Don't display error when rename fails because of a missing file.

------------------------------------------------------------------------
r4829 | mike | 2005-11-11 22:15:10 -0500 (Fri, 11 Nov 2005) | 34 lines

Save process-based notifier support and test notifier.

Fix raster read/write functions.

filter/raster.c:
    - cupd_read(), cups_write(): Fix test for EINTR.

notifier/testnotify.c:
    - Added.

scheduler/main.c:
    - main(): Check notifier status pipe.

scheduler/notify.h:
    - Removed.

scheduler/subscriptions.c:
    - Rename cupsUpdateNotiferStatus() to cupsUpdateNotifierStatus().
    - cupsdAddSubscription(): Initialize pipe to -1.
    - cupsdDeleteSubscription(): Close pipe if open.
    - cupsdSendNotification(): Create notifier process and send
      notification message.
    - cupsdStopAllNotifiers(): Only close notifier pipes when
      open.
    - cupsdUpdateNotifierStatus(): Don't check for NULL error.
    - cups_start_notifier(): Added.

scheduler/subscriptions.h:
    - Rename cupsUpdateNotiferStatus() to cupsUpdateNotifierStatus().

test/run-stp-tests.sh:
    - Add notifier directory to test setup.


------------------------------------------------------------------------
r4828 | mike | 2005-11-11 07:53:38 -0500 (Fri, 11 Nov 2005) | 1 line

Implement DLL project for CUPS API on WIN32 (STR #366)
------------------------------------------------------------------------
r4827 | mike | 2005-11-10 12:36:06 -0500 (Thu, 10 Nov 2005) | 3 lines

Do not allow users to configure CUPS with "User" set to "root" or any
other account with a UID == 0.

------------------------------------------------------------------------
r4826 | mike | 2005-11-10 12:17:42 -0500 (Thu, 10 Nov 2005) | 5 lines

Move VC++ files to new vcnet subdirectory (will only be supporting
VC++.NET
from now on...)

Add DLL .def file for Windows.

------------------------------------------------------------------------
r4825 | mike | 2005-11-07 21:05:59 -0500 (Mon, 07 Nov 2005) | 2 lines

Fix SLP compile problem.

------------------------------------------------------------------------
r4824 | mike | 2005-11-07 14:38:46 -0500 (Mon, 07 Nov 2005) | 7 lines

Fix duplicate printer bug.

scheduler/dirsvc.c:
    - cupdSendBrowseList(): Save/restore current array position
      when deleting/timing out a printer, otherwise we can get
      confused and either crash or duplicate a printer.

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

Comments

Submit Comment