Update compiler entries.
Note the 100% total death of /dev/*sd*.
This commit is contained in:
parent
cd052235cd
commit
aac7434a63
@ -115,6 +115,12 @@ Support has been added for forwarding IP datagrams without inspecting or
|
||||
decreasing the TTL in order to make gateways and firewalls less visible
|
||||
and therefore less exposed to attacks. [MERGED]
|
||||
|
||||
The old `sd' (SCSI Disk) backwards compatibility support has been removed.
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replace by "/dev/da*".
|
||||
In addition, any useage of "/dev/*sd*" in scripts need to be changed.
|
||||
Even if you have old `sd' device entries in /dev, they will no longer work.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
|
||||
@ -125,18 +131,15 @@ additional flexibility in creating secure process execution environments.
|
||||
1.3. USERLAND CHANGES
|
||||
---------------------
|
||||
|
||||
The base C/C++ compiler has been upgraded from GCC 2.7.2 to EGCS 1.1.2.
|
||||
This gives users full ISO C++ support.
|
||||
The base C/C++ compiler has been upgraded from GCC 2.7.2 to GCC 2.95.2.
|
||||
This gives users full ISO C++ support, and preliminary C9x support.
|
||||
|
||||
The timezone database has been updated to catch all of the recent changes
|
||||
in Europe, the former Soviet Union, and Central and South America.
|
||||
The timezone data files now contain a magic number allowing for easy
|
||||
identification.
|
||||
|
||||
The f77 emulation via f2c has been updated to a current version.
|
||||
|
||||
The Internet Software Consortium's DHCP client has been added to the
|
||||
base system.
|
||||
The f77 emulation via f2c has been replaced by a native F77 compiler.
|
||||
|
||||
Groff/troff/eqn has been updated to version 1.11.
|
||||
|
||||
|
@ -117,6 +117,12 @@ Support has been added for forwarding IP datagrams without inspecting or
|
||||
decreasing the TTL in order to make gateways and firewalls less visible
|
||||
and therefore less exposed to attacks. [MERGED]
|
||||
|
||||
The old `sd' (SCSI Disk) backwards compatibility support has been removed.
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replace by "/dev/da*".
|
||||
In addition, any useage of "/dev/*sd*" in scripts need to be changed.
|
||||
Even if you have old `sd' device entries in /dev, they will no longer work.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
|
||||
@ -127,19 +133,16 @@ additional flexibility in creating secure process execution environments.
|
||||
1.3. USERLAND CHANGES
|
||||
---------------------
|
||||
|
||||
The base C/C++ compiler has been upgraded from GCC 2.7.2 to EGCS 1.1.2.
|
||||
This gives users full ISO C++ support.
|
||||
The base C/C++ compiler has been upgraded from GCC 2.7.2 to GCC 2.95.2.
|
||||
This gives users full ISO C++ support, and preliminary C9x support.
|
||||
|
||||
The f77 emulation via f2c has been replaced by a native F77 compiler.
|
||||
|
||||
The timezone database has been updated to catch all of the recent changes
|
||||
in Europe, the former Soviet Union, and Central and South America.
|
||||
The timezone data files now contain a magic number allowing for easy
|
||||
identification.
|
||||
|
||||
The f77 emulation via f2c has been updated to a current version.
|
||||
|
||||
The Internet Software Consortium's DHCP client has been added to the
|
||||
base system.
|
||||
|
||||
Groff/troff/eqn has been updated to version 1.11.
|
||||
|
||||
Gdb has been updated to version 4.18 and is now part of the standard
|
||||
|
Loading…
Reference in New Issue
Block a user