Written byMichael Larabel inFedora on 12 July 2020 at 07:04 AM EDT.29 Comments
At this week's Fedora Engineering and Steering Committee (FESCo) meeting, more features were approved for the Fedora 33 release due out this fall.
Most notable is the change of the default terminal text editor with Fedora 33 but other changes were also accepted. Highlights of this week's FESCo decisions include:
- The change to make nano the default text editor was approved. Nano will be the new default over Vi.
- LLVM 11 along with Clang 11.0 and friends will come for Fedora 33. No surprise though really with LLVM 11.0 should be shipping by September. This will ensure this LLVM toolchain is the latest version shipping and also providing the likes of the newest AMDGPU LLVM and other compiler innovations.
- GNU Binutils 2.35 has been approved for those newest core utilities.
- GNU C Library 2.32 has been approved as another updated component of the GNU toolchain.
- The automatic RPM dependency handling for Python software will be updated for handling the generation of requirements on Python extras when needed.
- GHC 8.8 and Haskell Storage LTS 13 were approved.
All the details via the meeting notes .
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Unix/Linux编程实践教程
Bruce Molay、杨宗源、黄海涛 / 杨宗源、黄海涛 / 清华大学出版社 / 2004-10-1 / 56.00元
操作系统是计算机最重要的系统软件。Unix操作系统历经了几十年,至今仍是主流的操作系统。本书通过解释Unix的工作原理,循序渐进地讲解实现Unix中系统命令的方法,让读者理解并逐步精通Unix系统编程,进而具有编制Unix应用程序的能力。书中采用启发式、举一反三、图示讲解等多种方法讲授,语言生动、结构合理、易于理解。每一章后均附有大量的习题和编程练习,以供参考。 本书适合作为高等院校计算机及......一起来看看 《Unix/Linux编程实践教程》 这本书的介绍吧!