- 由 LAONB 发布于
2009-07-28 18:51:36 |
访问量 796 次 |
No comments
相关Tags
下一篇
Amaya 11.2Transmission 1.73为大家带来了期待已久的DHT(Distributed hash table)支持。Transmission是以小巧快速著称的BT下载软件,这次推出的新版本相信将赢得更多的国内用户。根据官方的更新日志,该版本还对Web、GTK+、Qt等截面进行了改善,并修正了上一版的缺陷。

Mac OS X

GTK+

Qt
Change Log
2009-07-19
All Platforms
•Fix bug where user-configured peer limits could be exceeded
•Use less memory in some high-peer situations
•Better estimation of time left to download
•Support supportcrypto and requirecrypto flags in http tracker announces
•Update to newer snapshots of libnatpmp and miniupnpc
•Make DHT a compile-time option
GTK+
•Use GDK-safe versions of g_idle_add() and g_timeout_add*()
•Save some space in GTK+ >= 2.16.0 by not building SexyIconEntry
Qt
•Fix bug that crashed Qt client when setting alternative up/down speeds
Daemon
•Add umask support
Web Client
•Inspector and Add Torrent buttons for iPhone/iPod Touch
•Add location field to inspector
CLI
•Some torrent files created with transmission-cli were invalid



呵呵,很不错的软件。
我现在用的是epiphany-webkit浏览器,也是webkit内核的哦。
速度还不错
@muxueqz
看了网上的介绍,像是给GNOME也做了个集成浏览器。有空试试,而且还有DEB包。
@LAONB
呵呵,epiphany就是Gnome项目之一。Debian下直接sudo apt-get install epiphany-webkit就可以,Ubuntu应也一样
@muxueqz
Ubuntu很多东西不全,所以装个源代码费尽,而且听说源代码装完很难清理
@LAONB
呵呵,指定目录就好清理了嘛,直接删除目录。
Ubuntu的编译环境固然不全,但Apt却是神器。
sudo apt-get build-dep 软件名
可以根据软件名补全编译这软件所需的依赖关系
@muxueqz
等会我就试试看,我一直以为APT是书写方式呢,就像DIR一样。
@LAONB
呵呵,Apt在包管理中绝对是首屈一指的。其他的只能说各有特色,都不能与Apt并列。