Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3DD2AB55.4010505@ece.gatech.edu> Date: Wed, 13 Nov 2002 14:43:17 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANN] cygipc-1.13 now available Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cygipc is an implementation of IPC services for cygwin. Although it will eventually be replaced by the developing "cygwin daemon", cygipc is currently the more complete implementation and is used by postgresql as well as by the kde-cygwin project. cygipc-1.13 fixes some long-standing problems experienced by postgresql, and now returns "correct" error values when ipc-daemon is not running (Jason Tishler). Also, there have been some changes in the options (although the old option switches are still supported). This change is so that we can support more finely graded levels of error reporting in the future. Previously, error logging was controlled by these two switches: -d, --debug extra verbose error reporting/logging -q, --quiet minimal error reporting/logging Now, these functions are controlled by a single option: -D, --debug-level= Set verboseness of output. 0=quiet mode 1=normal (default) 2=verbose mode -d/--debug and -q/--quiet are still supported, but their effect is now simply: -d, --debug sets --debug-level=2 -q, --quiet sets --debug-level=0 Now, while you don't NEED to take any action, you might want to edit your ipc-daemon startup scripts or registry entries and change '-q' to '-D 0', etc. Enjoy, Chuck (just visiting, and not really "back") -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/