diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-10-25 18:15:46 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-10-25 18:15:46 +0000 |
commit | 6848080dfa0cd009811f3d022ca326e8f5b96133 (patch) | |
tree | b3e8534854807445ea85cc8da560f174ed403099 /net/ekiga/Makefile | |
parent | df8ac8e82c89705bd483bcae8c905eff50746790 (diff) | |
download | pkgsrc-6848080dfa0cd009811f3d022ca326e8f5b96133.tar.gz |
Update to 3.0.1:
Windows build
* Fixed crash when echo cancellation is active
* Improved GTK installation by providing our own libraries
* Fixed crash when clicking the status bar
* Fixed crash when the only available accelerated surface is already
taken
* Fixed playing of audio files with samplerate != 8000Hz
* Fixed possible crash when quickly deleting and creating threads
* Fixed flickering in Picture-in-Picture mode
GUI
* Fixed overlapping issue of font/smiley buttons in the chat window
* Fixed possible flickering issues on XV
* Fixed possible X timing issue
* Fixed message box when device is unplugged in out-of-call state
* Fixed crash when closing various windows using the window manager
* Fixed crash in the configuration assistant when unplugging the active
device
* Do not display localhost users in the neighbours
* Fixed Ekiga not able to resolve DNS names when being used with a
Turkish locale
* Allow using '&' as name in the roster
* Fixed 'Search Scope' field alignment in the form
SIP
* Fixed behavior in case of Open NAT
* Fixed SIP REGISTER and INVITE behaviors when Ekiga listens to multiple
interfaces in the same subnet
* Fixed response code when receiving a BYE for a call that is already
released
* Fixed numerous retries using the same authentication credentials
* Fixed interoperability issues with Cisco Call Manager
* Fixed default status when receiving a NOTIFY with an empty body to
offline instead of unknown
* Fixed parsing of URIs quoted with <> but without ""
* Fixed INVITE loop detection when forked INVITE requets arrive over
multiple paths
H.323
* Fixed inclusion of RFC2833 using H.323
Misc
* Made the libnotify dependancy optional
* Fixed POTFILE.in file
Diffstat (limited to 'net/ekiga/Makefile')
-rw-r--r-- | net/ekiga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 4515f157aee..ce44e9d8fde 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/22 23:50:55 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/25 18:15:46 jmcneill Exp $ # -DISTNAME= ekiga-3.0.0 +DISTNAME= ekiga-3.0.1 COMMENT= VoIP and video conferencing application for GNOME CATEGORIES= net comms MAINTAINER= pkgsrc-users@NetBSD.org |