From b4a945a1b55733fa0ac94f54c4c8716d5fdea9e0 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 25 Aug 2005 20:16:15 +0000 Subject: Update to 1.0: Changes in 1.0: --------------- * Fix crash when connection goes down using SSL, LM-3 (Mikael Hallendal) * Fixed some GCC 4.0 warnings (Mikael Hallendal) * Some API fixups for consistency in LmSLL (Mikael Hallendal) * Don't try to setup SSL if it's not supported (Martyn Russel) * Documentation fixes (Mikael Hallendal) * State fixes when using blocking API, LM-7 (Mikael Hallendal) * Check that connection is open before using it, LM-6 (Mikael Hallendal) * Fix infinite loop in blocking open if failed, LM-8 (Mikael Hallendal) Changes in 0.90: ---------------- * Two crashers for ssl read fixed (Micke, Daniel Lavalliere) * Fixed a couple of leaks when freeing the connection (Daniel Lavalliere) * A couple of thread related issues solved (Micke, Daniel Lavalliere) * Work with latest GnuTLS (foser) * Improved the example tools some (Micke) --- chat/loudmouth/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chat/loudmouth/Makefile') diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index dc129f96ee6..639bc33dbfc 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/08/25 20:16:15 jmmv Exp $ -DISTNAME= loudmouth-0.17.2 -PKGREVISION= 1 +DISTNAME= loudmouth-1.0 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.0/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org -- cgit v1.2.3