内容简介:Tails 3.6 发布了。主要更新内容如下: 新功能 您现在可以通过单击系统菜单中的按钮来锁定屏幕。 改进了附加软件持久性功能的后端 安装 pdf-redact-tools 命令行工具,通过将元数据转换为 PNG 图像来清理元数据并...
Tails 3.6 发布了。主要更新内容如下:
新功能
您现在可以通过单击系统菜单中的按钮来锁定屏幕。
改进了附加软件持久性功能的后端
安装 pdf-redact-tools 命令行工具,通过将元数据转换为 PNG 图像来清理元数据并对其进行编辑。
当Tails无法启动GNOME时,现在会显示一条指示显卡名称的错误消息。
其他更新
The Tails documentation launcher on the desktop now opens the documentation on our website if you are online.
Install drivers for the Video Acceleration API to improve the display of videos on many graphics cards.
Upgrade Electrum from 2.7.9 to 3.0.6.
Upgrade Linux to 4.15.0.
Upgrade Tor to 0.3.2.10.
Upgrade Thunderbird 52.6.0.
We also activated the AppArmor profile of Thunderbird from Debian to confine Thunderbird for security.
Rewrite some internal scripts from shell scripting to Python, thanks to GoodCrypto.
修复的问题:
Remove the display of debug and error messages when starting.
Fix the ISO image selection being unavailable in Tails Installer in languages other than English. (#15233)
Fix OpenPGP Applet being unresponsive when decrypting a lot of text. (#6398)
详情请查看官方博客。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Tails 3.2 发布,内建因特网匿名访问的 Linux 发行版
- Tails 3.3 发布,内建因特网匿名访问的 Linux 发行版
- Tails 3.4 发布,内建因特网匿名访问的 Linux 发行版
- Tails 3.9 发布,内建因特网匿名访问的 Linux 发行版
- Tails 3.9.1 发布,内建因特网匿名访问的 Linux 发行版
- Tails 3.10.1 发布,内建因特网匿名访问的 Linux 发行版
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
测试驱动开发的艺术
Lasse Koskela / 李贝 / 人民邮电出版社 / 20101023 / 59.00元
在传统的软件开发中,开发人员对于代码是否正确心中无底,一切依赖于后期的测试环节。极限编程反其道而行之,主张采用测试驱动开发(TDD)的方法,即通过测试定义所要开发的功能的接口,然后实现功能的开发过程。TDD通过不断地测试推动代码的开发,既简化了代码,又保证了软件质量。 本书采用“手把手”的教学方式,通过大量实例来解释TDD,还专门用几章的篇幅来讲解如何为难于测试的技术编写单元测试。全书内容循......一起来看看 《测试驱动开发的艺术》 这本书的介绍吧!