diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
commit | 1fd5e000ace55b323124c7e556a7a864b972a5c4 (patch) | |
tree | dc4fcf1e5e22a040716ef92c496b8d94959b2baa /winsup/doc/relnotes.texinfo | |
parent | 369d8a8fd5e887eca547bf34bccfdf755c9e5397 (diff) | |
download | cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.gz cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.bz2 cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.zip |
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/doc/relnotes.texinfo')
-rw-r--r-- | winsup/doc/relnotes.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/doc/relnotes.texinfo b/winsup/doc/relnotes.texinfo new file mode 100644 index 000000000..5c3020304 --- /dev/null +++ b/winsup/doc/relnotes.texinfo @@ -0,0 +1,15 @@ +@chapter Known/potential Problems in the B20.1 Release + +@section Windows 95 freezing up +While this problem may have been worse under B19, Control-c's in bash +under Win 95 may still be able to lock up the Win 95 kernel, freezing +your machine. This problem can be fixed if you are running the OSR2 +version of Win 95 by installing the USB patch available on OSR2 CDs or +on MSDN subscription CDs. More information about OSR2 and the USB patch +is available from @file{http://www.compuclinic.com/osr2faq/index.html}. + +@section Some programs can't deal with // pathname scheme in arguments +gcc and other tools aren't fully compatible with the current pathname +scheme: it can't grok an argument of -I//d/foo which means it is vital +that when attempting to configure/build UNIX packages, that only normal +paths with single slashes are used. |