From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34427 invoked by alias); 24 Jan 2017 22:33:00 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 112511 invoked by uid 89); 24 Jan 2017 22:28:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=8x, H*r:10.200.42, HX-Received:10.55.19.224, enjoy X-HELO: out02-01.mailfilter.webhostingserver.nl X-Gm-Message-State: AIkVDXJHRbxLtKzihx+SpyzTGapep0ROx93ivlofiuJdQBEEiyQqH96sWhTcNVxUvCtB4rUDt5jG71y0Vbvgng== X-Received: by 10.55.19.224 with SMTP id 93mr34003951qkt.198.1485296909163; Tue, 24 Jan 2017 14:28:29 -0800 (PST) MIME-Version: 1.0 From: Frank Fesevur Date: Tue, 24 Jan 2017 22:33:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Updated: shutdown 2.0-2 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SpamExperts-Domain: s216.webhostingserver.nl X-SpamExperts-Username: 195.211.72.33 Authentication-Results: mailfilter.webhostingserver.nl; auth=pass smtp.auth=195.211.72.33@s216.webhostingserver.nl X-SpamExperts-Outgoing-Class: unsure X-SpamExperts-Outgoing-Evidence: Combined (0.40) X-Recommended-Action: accept X-Filter-ID: s0sct1PQhAABKnZB5plbIUviBJ+mZAhCvfs64yBfkouqE5z38/9dpMtQZaoK8YSr4FQ0v8z34c8V o//lpoVsPAqBIiqeK1dZEGRxKwyIIxo8BufcwUyQAFDNTnqyNgvQNadP+Mku8ZTIvKzZrMCab6JO sN6zqQKwaZvqP+8upPDu50KUqTrdyuO33Tyhg1XcvxWDzCyIvjTRnP8DDjc07/Al62T0kYQ5leJ2 4OwXv2A0zZyOo3prC80r9LZJIYsf17NirEYyqwqMBGrw8ELiqGkvS+8oHFVTv73fjDlJRHI4ixak XeFQQmGEJ3lxs9ShMnEsecBy2alcq9Ln5jfw+YRFxnFgf3mFn8SE/FpZnO7zlTMax7Pg8zsGvaCH /C0oQo1rWtnOPYUIdrncgI2lZftCV9OpnBxxnjuthmDIVnh80ZgbSMv98hfOFVwO0TZf/Gcg+fFb Zxt0QxNsCv7713oGa1ADTAUiF8kX7A13+i0ydWf0LYMa8a6E8lux2cPbeBjjfDJ/v2JjHCj74xEq Yw67p0FqwusWvHylIedu4JRAd0SkDJcDuYOf4GnmAlY0D9Bxlr/T+oNr7mCypbC+6BK57ihgr8PJ LVwGCFfZKBQbiu9NSTlIIu3MJErxUgVw685YUwEAvdUToX5XErpUT8BRX+Jt3BaXgbaKCwGcgGcB IkUL/j1Y48GvmeURQjjE2uNDVg1Eb9FW+4zzqJLcHj8FIprDRrySYpUp+LukEmRP+qeGbrS9CWnl RNrQ0NUpJV3o6YG1RW2+aKAkPXfqg7XWKEZgISoPVmXisN8ICCOPuBsVSLxqP706MzPnKev4FAxd i4jaY3tO9ViKU4fVL9SOUS4UCHJ9nS41WPPc1zRfNyUU6TcLubeUih2ztiGAAO5R696RhRrf4bJT SZwgXQ== X-Report-Abuse-To: spam@node01.mailfilter.webhostingserver.nl X-SW-Source: 2017-01/txt/msg00041.txt.bz2 Hi, I've just updated the version of shutdown to v2.0-2 and it can be found at a server near you. This release fixes a build issue in the package. The 64-bit package actually contained a 32-bit shutdown.exe https://cygwin.com/ml/cygwin/2017-01/msg00194.html FULL CHANGELOG (since shutdown-1.10-1) ====================================== * Added --install to install Windows Updates during shutdown/reboot. The InitiateShutdown() Windows API call is used for this. This function is only available from Windows 6.0 (aka Vista or Server 2008) or higher. To assure backwards compatibility with WinXP and Server 2003, InitiateShutdown() is loaded dynamically at runtime. Since Cygwin 2.6 support for Windows XP and Server 2003 has been dropped, so this backward compatibility will be removed in a future release. * Added --hybrid to shutdown in hybrid mode. Hybrid is the default shutdown method with shutting down with the UI of Windows 8.x and higher. * The default shutdown messages will give more information on what is about to happen. * User can supply his own shutdown message on the command line. Enjoy! Regards, Frank