即时通讯Pidgin 2.6.0 发布
- lu8010252
- 帖子: 333
- 注册时间: 2008-12-25 17:37
- 联系:
即时通讯Pidgin 2.6.0 发布
即时通讯客户端 Pidgin 已发布 2.6.0 版本。除 Pidgin 本身和 libpurple 库外,该版本还对 AIM、Gadu-Gadu、MSN、XMPP、Yahoo! 等协议进行了改进和修正。
以下为 Pidgin 2.6.0 的重要变化,完整的变化列表可以查看其 ChangeLog:
* 在 libpurple 中添加了主题支持
* 在 libpurple 中添加了语音/视频框架
* 针对 MSN 添加了接收 ink 消息、音频剪辑支持
* 针对 XMPP 添加了语音/视频支持(Jingle)、语音支持(GTalk)、语音/视频支持(GMail web client)
* 针对 Yahoo! 添加了 P2P 文件传输功能
你可以从 Pidgin 官方网站下载此版本。(责任编辑:A6)
原文链接:http://linuxtoy.org/archives/pidgin-260-released.html
以下为 Pidgin 2.6.0 的重要变化,完整的变化列表可以查看其 ChangeLog:
* 在 libpurple 中添加了主题支持
* 在 libpurple 中添加了语音/视频框架
* 针对 MSN 添加了接收 ink 消息、音频剪辑支持
* 针对 XMPP 添加了语音/视频支持(Jingle)、语音支持(GTalk)、语音/视频支持(GMail web client)
* 针对 Yahoo! 添加了 P2P 文件传输功能
你可以从 Pidgin 官方网站下载此版本。(责任编辑:A6)
原文链接:http://linuxtoy.org/archives/pidgin-260-released.html
- tenzu
- 论坛版主
- 帖子: 36924
- 注册时间: 2008-11-21 20:26
- lu8010252
- 帖子: 333
- 注册时间: 2008-12-25 17:37
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
应该是真的吧,这个不能瞎扯吧,王没有Gtalk好友,呵呵
- lerosua
- 论坛版主
- 帖子: 8455
- 注册时间: 2007-11-29 9:41
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
装上了,但没找着语音选项...
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
http://planet.pidgin.im/
Well, by now most people probably realize that we've released Pidgin 2.6.0. It feels like this has been in the works forever, particularly these last couple weeks.
First off, some statistics for this release:
* 99 bullet points in the ChangeLog.
* 221 tickets closed for the release (that is, 221 tickets that we believe are fixed or are patches that we accepted).
* 2 major new features
* More other new features than I care to count
For the new features:
Voice and Video support - Thanks to Mike Ruprecht and his Summer of Code project from 2008, libpurple now has a voice and video framework that can be used to add these features to our protocol plugins. Currently we support these features only on XMPP, but Mike is working on other protocols as I write this and hopes to have more protocols at least partially supported soon. The dependencies are a bit of a mess for the uninitiated, but unfortunately that's unavoidable. I'm hoping most distributions will be able to catch up with this soon and make it completely effortless for users, but this is a headache even for some distributions. The biggest setback thus far is we're currently not able to support these features on Windows--but we're working on it! Please be patient!
Theme support - Another Summer of Code project from 2008, this time by Justin Rodriguez, adds theming support to libpurple and Pidgin. This currently isn't very well documented at all, but themes are now supported for the buddy list, sounds, and status icons.
Yahoo users will notice a few changes. First and foremost, we split the Yahoo protocol plugin into two, one to handle the Yahoo JAPAN network and one to handle the rest of the world's Yahoo network. This has the side effect that if you happen to have the exact same account registered on both networks, you'll finally be able to use both accounts in Pidgin. It's also a lot more obvious to people looking to use their Yahoo JAPAN accounts in Pidgin. Sulabh Mahajan, another Summer of Code student from 2008, implemented a ton of new stuff for Yahoo and Yahoo JAPAN. Among the changes are the addition of SMS support. You can now send SMS messages by sending to "+<country code><phone number>". Sulabh also implemented peer-to-peer file transfers for Yahoo as well as adding MSN buddies to the buddy list of a Yahoo account. Unfortunately, proper support of adding MSN buddies isn't possible to do until 3.0.0 when we can make some major changes to the internal workings, but for now, if you want to add an MSN buddy to a Yahoo account, add them as "msn/[email protected]". The "msn/" is the important part--this tells our Yahoo code to look across the MSN bridge to add the buddy.
On top of all this, our developers, crazy patch writers, and contributors have been pouring a ton of work into our XMPP support. Beyond the voice and video support, we've gained a service discovery ("disco" for those familiar with the term) browser plugin, support for BOSH (Bytestreams Over Synchronous HTTP), idle time reporting (XEP-0256), attention ("buzzing") support (XEP-0224), in-band bytestreams file transfer as a last-resort transfer method (XEP-0047), custom smiley support in small (less than 10 users) MUC's via the "bits of binary" extension, as well as updated support for buddy icons (User Avatar XEP-0084 v1.1). There have also been a ton of bug fixes and other enhancements. All this adds up to 29 bullet points in the changelog for XMPP alone, and even that is surely not 100% complete.
Other notable items include our new (optional) support for GNU libidn, allowing us to support UTF-8 domain names throughout all of libpurple, three new environment variables that can help in debugging (and thus possibly help some plugin authors as well), a new authentication mechanism for AIM implemented at AOL's request, the ability to receive voice clips and handwritten (ink) messages on MSN, and a crapton of fixes and enhancements in Pidgin. Even Finch got some love this time around, gaining a new TinyURL plugin and some important bug fixes.
Of course, I'd be neglecting important details if I didn't mention the security issue we fixed for this release, as well as the 2.5.9 release. CORE Security Technologies found a way to remotely crash a running Pidgin instance that was logged into an MSN account via two specially crafted messages. They were kind and responsible enough to inform us of this privately and provide us with a proof of concept script so we could fix the problem before they made it public. The release of Pidgin 2.5.9 was done in source form only, explicitly to provide distribution packagers with a fixed release in the event they preferred to avoid the behemoth release that is 2.6.0.
Of course, since I was heavily involved in the creation of the 2.6.0 release, we have some issues that we're going to need to follow up on shortly with a 2.6.1. I'm sorry for any inconvenience this causes anyone, but hopefully 2.6.1's release will make up for it by being what 2.6.0 should have been. At any rate, enjoy all the shiny new features!
Well, by now most people probably realize that we've released Pidgin 2.6.0. It feels like this has been in the works forever, particularly these last couple weeks.
First off, some statistics for this release:
* 99 bullet points in the ChangeLog.
* 221 tickets closed for the release (that is, 221 tickets that we believe are fixed or are patches that we accepted).
* 2 major new features
* More other new features than I care to count
For the new features:
Voice and Video support - Thanks to Mike Ruprecht and his Summer of Code project from 2008, libpurple now has a voice and video framework that can be used to add these features to our protocol plugins. Currently we support these features only on XMPP, but Mike is working on other protocols as I write this and hopes to have more protocols at least partially supported soon. The dependencies are a bit of a mess for the uninitiated, but unfortunately that's unavoidable. I'm hoping most distributions will be able to catch up with this soon and make it completely effortless for users, but this is a headache even for some distributions. The biggest setback thus far is we're currently not able to support these features on Windows--but we're working on it! Please be patient!
Theme support - Another Summer of Code project from 2008, this time by Justin Rodriguez, adds theming support to libpurple and Pidgin. This currently isn't very well documented at all, but themes are now supported for the buddy list, sounds, and status icons.
Yahoo users will notice a few changes. First and foremost, we split the Yahoo protocol plugin into two, one to handle the Yahoo JAPAN network and one to handle the rest of the world's Yahoo network. This has the side effect that if you happen to have the exact same account registered on both networks, you'll finally be able to use both accounts in Pidgin. It's also a lot more obvious to people looking to use their Yahoo JAPAN accounts in Pidgin. Sulabh Mahajan, another Summer of Code student from 2008, implemented a ton of new stuff for Yahoo and Yahoo JAPAN. Among the changes are the addition of SMS support. You can now send SMS messages by sending to "+<country code><phone number>". Sulabh also implemented peer-to-peer file transfers for Yahoo as well as adding MSN buddies to the buddy list of a Yahoo account. Unfortunately, proper support of adding MSN buddies isn't possible to do until 3.0.0 when we can make some major changes to the internal workings, but for now, if you want to add an MSN buddy to a Yahoo account, add them as "msn/[email protected]". The "msn/" is the important part--this tells our Yahoo code to look across the MSN bridge to add the buddy.
On top of all this, our developers, crazy patch writers, and contributors have been pouring a ton of work into our XMPP support. Beyond the voice and video support, we've gained a service discovery ("disco" for those familiar with the term) browser plugin, support for BOSH (Bytestreams Over Synchronous HTTP), idle time reporting (XEP-0256), attention ("buzzing") support (XEP-0224), in-band bytestreams file transfer as a last-resort transfer method (XEP-0047), custom smiley support in small (less than 10 users) MUC's via the "bits of binary" extension, as well as updated support for buddy icons (User Avatar XEP-0084 v1.1). There have also been a ton of bug fixes and other enhancements. All this adds up to 29 bullet points in the changelog for XMPP alone, and even that is surely not 100% complete.
Other notable items include our new (optional) support for GNU libidn, allowing us to support UTF-8 domain names throughout all of libpurple, three new environment variables that can help in debugging (and thus possibly help some plugin authors as well), a new authentication mechanism for AIM implemented at AOL's request, the ability to receive voice clips and handwritten (ink) messages on MSN, and a crapton of fixes and enhancements in Pidgin. Even Finch got some love this time around, gaining a new TinyURL plugin and some important bug fixes.
Of course, I'd be neglecting important details if I didn't mention the security issue we fixed for this release, as well as the 2.5.9 release. CORE Security Technologies found a way to remotely crash a running Pidgin instance that was logged into an MSN account via two specially crafted messages. They were kind and responsible enough to inform us of this privately and provide us with a proof of concept script so we could fix the problem before they made it public. The release of Pidgin 2.5.9 was done in source form only, explicitly to provide distribution packagers with a fixed release in the event they preferred to avoid the behemoth release that is 2.6.0.
Of course, since I was heavily involved in the creation of the 2.6.0 release, we have some issues that we're going to need to follow up on shortly with a 2.6.1. I'm sorry for any inconvenience this causes anyone, but hopefully 2.6.1's release will make up for it by being what 2.6.0 should have been. At any rate, enjoy all the shiny new features!
no security measure is worth anything if an attacker has physical access to the machine
-
- 帖子: 489
- 注册时间: 2008-01-14 5:27
- wangdu2002
- 帖子: 13284
- 注册时间: 2008-12-13 19:39
- 来自: 物华天宝人杰地灵
Re: 即时通讯Pidgin 2.6.0 发布
屁精不错的嘛,不知为啥Ubuntu910不选择它做为默认的即时通讯软件包了。
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
海内生明月,天涯共此夕。
--------------------吾本独!
- mickeywaley
- 帖子: 1427
- 注册时间: 2009-03-19 9:19
- 系统: ubuntu
- 来自: 江苏
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
等的就是这个功能* 针对 XMPP 添加了语音/视频支持(Jingle)、语音支持(GTalk)、语音/视频支持(GMail web client)

Download Pidgin
2.6.1 for Ubuntu Chinese
代码: 全选
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \ 67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8
echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \ `lsb_release --short --codename` main | \
sudo tee /etc/apt/sources.list.d/pidgin-ppa.list
http://pidgin.im/download/source/
http://sourceforge.net/projects/pidgin/ ... .1.tar.bz2
上次由 mickeywaley 在 2009-08-19 20:23,总共编辑 2 次。
- blog:http://lizhenglin.com备份的,原站加www.
- OS:ubuntu:9.04
- Google Talk:mickeywaley#gmail.com
- Twitter:@mickeywaley
- Google Voice:1-520-226-8130
- Ubuntu 9.10 (Karmic Koala) 安装配置相关教程 http://docs.google.com/View?id=ddqsjgzx_747f25h8pcb
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
Re: 即时通讯Pidgin 2.6.0 发布
加了pidgin源,update过了,怎么没发现源里有新版pidgin……
- daf3707
- 论坛版主
- 帖子: 12739
- 注册时间: 2007-06-13 15:57
- 来自: 在他乡
Re: 即时通讯Pidgin 2.6.0 发布
去getdeb下载的包装上了
-
- 帖子: 473
- 注册时间: 2008-04-27 1:10
- 来自: http://blogs.gnome.org/happyaron/
- mickeywaley
- 帖子: 1427
- 注册时间: 2009-03-19 9:19
- 系统: ubuntu
- 来自: 江苏
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
cnfavor 写了:谁下载份源代码给我啊![]()
我这里sf.net只能3KB/s,而且切换镜像选项无效,强行被搞到日本镜像……

备份源码下载:
http://mickeywaley-blog.googlecode.com/ ... .1.tar.bz2
或者:
http://www.getdeb.net/release/4697
- blog:http://lizhenglin.com备份的,原站加www.
- OS:ubuntu:9.04
- Google Talk:mickeywaley#gmail.com
- Twitter:@mickeywaley
- Google Voice:1-520-226-8130
- Ubuntu 9.10 (Karmic Koala) 安装配置相关教程 http://docs.google.com/View?id=ddqsjgzx_747f25h8pcb
-
- 帖子: 473
- 注册时间: 2008-04-27 1:10
- 来自: http://blogs.gnome.org/happyaron/
Re: 即时通讯Pidgin 2.6.0 发布
太感谢了,自从发2.6.1的消息开始爬2.6.1的代码,到现在才65%……mickeywaley 写了:cnfavor 写了:谁下载份源代码给我啊![]()
我这里sf.net只能3KB/s,而且切换镜像选项无效,强行被搞到日本镜像……![]()
备份源码下载:
http://mickeywaley-blog.googlecode.com/ ... .1.tar.bz2
或者:
http://www.getdeb.net/release/4697

I will always return.
- mickeywaley
- 帖子: 1427
- 注册时间: 2009-03-19 9:19
- 系统: ubuntu
- 来自: 江苏
- 联系:
Re: 即时通讯Pidgin 2.6.0 发布
http://www.getdeb.net/release/4697
这里的DEB的包我也一起备份下发了好了
9.1 MB
http://mickeywaley-blog.googlecode.com/ ... %85.tar.gz
解压后如下:
1.pidgin-data_2.6.1-1~getdeb1_all.deb
2.libpurple-bin_2.6.1-1~getdeb1_all.deb
3.libpurple0_2.6.1-1~getdeb1_i386.deb
4.pidgin_2.6.1-1~getdeb1_i386.deb
没发现多出来的语音功能
这里的DEB的包我也一起备份下发了好了

9.1 MB
http://mickeywaley-blog.googlecode.com/ ... %85.tar.gz
解压后如下:
1.pidgin-data_2.6.1-1~getdeb1_all.deb
2.libpurple-bin_2.6.1-1~getdeb1_all.deb
3.libpurple0_2.6.1-1~getdeb1_i386.deb
4.pidgin_2.6.1-1~getdeb1_i386.deb
没发现多出来的语音功能

- blog:http://lizhenglin.com备份的,原站加www.
- OS:ubuntu:9.04
- Google Talk:mickeywaley#gmail.com
- Twitter:@mickeywaley
- Google Voice:1-520-226-8130
- Ubuntu 9.10 (Karmic Koala) 安装配置相关教程 http://docs.google.com/View?id=ddqsjgzx_747f25h8pcb
- jioyo源
- 帖子: 3476
- 注册时间: 2008-10-08 13:48
Re: 即时通讯Pidgin 2.6.0 发布

没看到语音呀……
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286