This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add Forefront TMG to the BLODA


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=76b5c03bd726a70251d6b9e85961f62a0810fd8a

commit 76b5c03bd726a70251d6b9e85961f62a0810fd8a
Author: David Macek <david.macek.0@gmail.com>
Date:   Tue Nov 24 23:29:34 2015 +0100

    Add Forefront TMG to the BLODA
    
    A user of MSYS2 had non-deterministic segfaults when running simple
    command from bash started from cmd. We've isolated the cause to
    `C:\Program Files (x86)\Forefront TMG Client\FwcWsp64.dll`. See
    <http://sourceforge.net/p/msys2/tickets/212/> for a little more
    information.
    
    It seems enough to include the software in BLODA, but if not, sorry for
    the unsolicited patch and let's discuss.
    
    	* faq-using.xml: Add Forefront TMG to the BLODA
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/ChangeLog     | 4 ++++
 winsup/doc/faq-using.xml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 8d42f00..9185f21 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-24  David Macek  <david.macek.0@gmail.com>
+
+	* faq-using.xml: Add Forefront TMG to the BLODA.
+
 2015-11-21  Corinna Vinschen  <corinna@vinschen.de>
 
 	* new-features.xml (ov-new2.4): Document fa_IR and ps_AF locale fixes.
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 4cfc822..35370f6 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -1317,6 +1317,7 @@ behaviour which affect the operation of other programs, such as Cygwin.
 <listitem><para>AVAST (disable FILESYSTEM and BEHAVIOR realtime shields)</para></listitem>
 <listitem><para>Citrix Metaframe Presentation Server/XenApp (see <ulink url="http://support.citrix.com/article/CTX107825";>Citrix Support page</ulink>)</para></listitem>
 <listitem><para>Lavasoft Web Companion</para></listitem>
+<listitem><para>Forefront TMG</para></listitem>
 </itemizedlist></para>
 <para>Sometimes these problems can be worked around, by temporarily or partially
 disabling the offending software.  For instance, it may be possible to disable


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]