Fedora 11 (Leonidas) Alpha 发布

Fedora 项目组在短暂的延期后于近日发布了 Fedora 11 Alpha 版本,供公众测试并提交 Bug 。

以下内容是对发行日志的简化翻译

Fedora 11 Alpha的新功能:

  • Windows Cross Compiler:无需 Windows 即可在熟悉的 Linux 环境下编译跨平台程序
  • Ext4 File System:使用 Ext4 作为默认文件系统
  • Btrfs File System:增加对于 Btrfs 下一代文件系统的支持,需要在引导时添加 icantbelieveitsnotbtr 参数
  • New Volume Control:重新设计的 GNOME 音量管理控件
  • PackageKit Firmware Support:PackageKit 支持依据需要安装固件
  • GNOME 2.26:包含了 GNOME 2.26 开发快照
  • KDE 4.2 Release Candidate 2:包含了 KDE4.2 RC2版本。4.2 最终版将以升级方式提供。
  • Xfce 4.6 Beta :包含了 Xfce 4.6 Beta 版本。
  • NetBeans 6.5 :将 NetBeans 升级到最新的 6.5 版本
  • Python 2.6 :将对于所有使用 Python 的程序将兼容 Python 2.6 版本。这是向不提供向后兼容的 Python 3.X 迈进的第一步(译注:对此感到困惑的朋友请参考下面的留言)
  • X Server :默认禁用 Ctrl-Alt-Backspace 杀死 X Server,如果要启用该功能的话在 xorg.conf 中增加 Option "DontZap" "false"到 ServerFlags 字段。
  • Git 1.6.1.1 :升级到 Git 1.6.1.1 ,依照建议,git-* 命令现在并不包括在 PATH 变量下。
翻译结束

Fedora 11 Alpha 提供 LiveCD 版本镜像,也可以使用 livecd-tools 工具将其转化为 USB 镜像使用,所以无须安装到硬盘上即可进行测试。

为了预期与2009年5月24日发布的 Fedora 11 的正式版本能以最佳的状态展现在最终用户面前,希望有兴趣的朋友能积极参测试并提交 Bug 。

FedoraForum Alpha/Beta/RC 测试专区 英文发行日志 发布时间表 官方下载

Read More:

13 Comments

  1. 1 xia0er Commented @ 2009-02-06 6:33Reply to this comment

    python2.6是python2.5到python3.0的过度版本。python2.6提供前向兼容支持,以前的代码经过适当改写,可以用自动转换工具获得分别能在python2.x和python3.x中运行的版本: http://www.python.org/dev/peps/pep-3000/#compatibility-and-transition

  2. 2 eric Commented @ 2009-02-06 8:36Reply to this comment

    这么快?我还以为至少要等三月份才会放出测试版的。神速啊~

  3. 3 Toy Commented @ 2009-02-06 8:47Reply to this comment

    黑兄真早 :)

  4. 4 uframer Commented @ 2009-02-06 9:00Reply to this comment

    需要在引导时添加 icantbelieveitsnotbtr 参数

    真是搞啊

  5. 5 landrew Commented @ 2009-02-06 9:26Reply to this comment

    好东东啊,这么多新特性。 个人感兴趣的是:Windows Cross Compiler; Ext4 File System;New Volume Control。

    据说还有不少的新特性:如DeviceKit,powermanagenent等

    又是一个值得期待的版本

  6. 6 anonymity Commented @ 2009-02-06 9:41Reply to this comment

    Windows Cross Compiler!赞红帽一个~

  7. 7 alen Commented @ 2009-02-06 10:33Reply to this comment

    i cant believe its not btr....

  8. 8 ext- Commented @ 2009-02-06 11:11Reply to this comment

    The major theme of Python 2.6 is preparing the migration path to Python 3.0, a major redesign of the language. Whenever possible, Python 2.6 incorporates new features and syntax from 3.0 while remaining compatible with existing code by not removing older features or syntax. When it’s not possible to do that, Python 2.6 tries to do what it can, adding compatibility functions in a future_builtins module and a -3 switch to warn about usages that will become unsupported in 3.0.

  9. 9 danath Commented @ 2009-02-06 17:08Reply to this comment

    Windows Cross Compiler:无需 Windows 即可在熟悉的 Linux 环境下编译跨平台程序

    编出来再用wine运行?有意思。

  10. 10 yegle Commented @ 2009-02-06 21:21Reply to this comment

    @danath 是直接编译出exe或者dll文件来

  11. 11 Hello World! Commented @ 2009-02-07 20:50Reply to this comment

    Windows Cross Compiler?这个东东很有用。

  12. 12 Matt Commented @ 2009-02-07 22:31Reply to this comment

    Windows Cross Compiler?是整合了mingw32的GCC cross compiler吗?具体有什么独特之处?

  13. 13 黑日白月 Commented @ 2009-02-08 12:39Reply to this comment

    @Matt 正解! 省去了在 Windows 下调试 MinGW 的麻烦,方便不少~