diff options
author | adam <adam@pkgsrc.org> | 2007-10-13 18:53:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-10-13 18:53:39 +0000 |
commit | 9691851eefb98d7796428a9a314cb1f776cb12dd (patch) | |
tree | b391e01d9e23e9d2171a3f2ac9608db586ef9e85 /chat/loudmouth/Makefile | |
parent | b2d8d3dc92399783768de85fcfd3e61c211bec1c (diff) | |
download | pkgsrc-9691851eefb98d7796428a9a314cb1f776cb12dd.tar.gz |
Changes 1.2.0:
* This is the same as 1.1.5 but marked as stable and released as 1.2.0.
* For a complete list of changes since 1.0.5 look at the changes in 1.1.1-1.1.5
Changes 1.1.5:
* Fixed leak when closing a connection, LM-59
* Escape the resource string (fixes problems with iChat contacts), LM-48
* Stale incoming source destroyed/unreffed, LM-60
* Fixed a leak in the synchronous layer, LM-66
* Fixed a couple of warning when building on 64 bit alpha, LM-41.
Changes 1.1.4:
* Generate better message IDs, LM-56
* Fixed a leaking proxy object, LM-51
* Fixed random bugs on connection errors, LM-58
* Removed a warning when using proxy, LM-50.
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 0d1ea8cf3e6..697e5cc898d 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/06/05 05:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/10/13 18:53:39 adam Exp $ -DISTNAME= loudmouth-1.0.4 -PKGREVISION= 1 +DISTNAME= loudmouth-1.2.3 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |