Upgdrade psi to 0.12.1.
New in 0.12: - Multi-user chat windows now join one on one chat windows and can be opened in tabbed form, either sharing a window, or seperately. - The roster search has been updated, and now triggers a filter when typing into the roster window. - An XML ringbuffer is now used, allowing access to already received XML in the XML console. - When resolving a name for new contacts, the full name is now used if the nick name is missing from the vcard. - Auto-connect on wake is now an independent option. - MUCs can now be bookmarked, and auto-joined. - The old config.xml file has been dropped in favour of the new options.xml format - all options in Psi can now be configured from the Advanced options pane (no more hand-editing of config files is required). - Vcard avatars are now transmitted for the benefit of legacy clients and servers not supporting PEP. - A new diagnostics group is available in the help menu, to allow debugging problems with the QCA security layer. - Launching several instances of the same profile on Windows and Unices with DBUS now behaves more sensibly. - On X11, the taskbar should now flash on new messages for compliant window managers. 0.12.1 security update: - Bugfix for DOS vulnerability in the file transfer code.
This commit is contained in:
parent
5b3521a978
commit
a3d422f7d8
3 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:16 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2009/05/13 07:26:29 jdolecek Exp $
|
||||
|
||||
PSI_VERSION= 0.11
|
||||
PSI_VERSION= 0.12.1
|
||||
DISTNAME= psi-${PSI_VERSION}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= # empty
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2007/12/21 00:22:49 jdolecek Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2009/05/13 07:26:29 jdolecek Exp $
|
||||
bin/psi
|
||||
share/doc/psi/COPYING
|
||||
share/doc/psi/README
|
||||
share/psi/certs/README
|
||||
share/psi/certs/startcom_ca.crt
|
||||
share/psi/certs/startcom_ca_new.crt
|
||||
share/psi/iconsets/emoticons/default/angry.png
|
||||
share/psi/iconsets/emoticons/default/bat.png
|
||||
share/psi/iconsets/emoticons/default/beer.png
|
||||
|
@ -70,6 +71,7 @@ share/psi/iconsets/roster/default/online.png
|
|||
share/psi/iconsets/roster/default/perr.png
|
||||
share/psi/iconsets/roster/default/system.png
|
||||
share/psi/iconsets/roster/default/xa.png
|
||||
share/psi/iconsets/roster/stellar-1.jisp
|
||||
share/psi/iconsets/system/README
|
||||
share/psi/iconsets/system/default/account.png
|
||||
share/psi/iconsets/system/default/add.png
|
||||
|
@ -149,6 +151,7 @@ share/psi/iconsets/system/default/whiteboarding/draw_rectangles.png
|
|||
share/psi/iconsets/system/default/whiteboarding/erase.png
|
||||
share/psi/iconsets/system/default/whiteboarding/group.png
|
||||
share/psi/iconsets/system/default/whiteboarding/rotate.png
|
||||
share/psi/iconsets/system/default/whiteboarding/save.png
|
||||
share/psi/iconsets/system/default/whiteboarding/scale.png
|
||||
share/psi/iconsets/system/default/whiteboarding/scroll.png
|
||||
share/psi/iconsets/system/default/whiteboarding/select.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.23 2007/12/20 20:15:25 jdolecek Exp $
|
||||
$NetBSD: distinfo,v 1.24 2009/05/13 07:26:29 jdolecek Exp $
|
||||
|
||||
SHA1 (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 834fac4b51d92e2502cb08d01d40f05ffcdce4a2
|
||||
RMD160 (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 0e4ce707d7659e02d29b16d6d95a4c4c8ba9850a
|
||||
Size (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 2000216 bytes
|
||||
SHA1 (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = 6fdcea3a072b40333faecc37acdb925f9bf8c5c3
|
||||
RMD160 (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = a5fc850796b0078bc1a03f4ff93a03611ee11e80
|
||||
Size (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = 2112404 bytes
|
||||
|
|
Loading…
Reference in a new issue