Cygwin: document dropping 32 bit support
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b563f5974f
commit
762dcfc658
|
@ -3,6 +3,8 @@ What's new:
|
||||||
|
|
||||||
- Drop support for Vista and Server 2008.
|
- Drop support for Vista and Server 2008.
|
||||||
|
|
||||||
|
- Drop support for 32 bit Windows and WOW64.
|
||||||
|
|
||||||
- Add code to handle setrlimit(RLIMIT_AS).
|
- Add code to handle setrlimit(RLIMIT_AS).
|
||||||
|
|
||||||
- Add code to handle signal masks in /proc/<PID>/status.
|
- Add code to handle signal masks in /proc/<PID>/status.
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
Drop support for Vista and Server 2008.
|
Drop support for Vista and Server 2008.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Drop support for 32 bit Windows and WOW64.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Add code to handle setrlimit(RLIMIT_AS).
|
Add code to handle setrlimit(RLIMIT_AS).
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
Loading…
Reference in New Issue