Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1518D63BB48 for ; Thu, 8 Sep 2011 20:46:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E607F14A1B2; Thu, 8 Sep 2011 20:46:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7925614A1AE for ; Thu, 8 Sep 2011 20:46:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ndkPGPbpcNZm for ; Thu, 8 Sep 2011 20:46:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B489B14A1A9 for ; Thu, 8 Sep 2011 20:46:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 92D01175DD; Thu, 8 Sep 2011 20:46:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 8 Sep 2011 20:46:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/php-libawl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110908204637.92D01175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Sep 8 20:46:37 UTC 2011 Modified Files: pkgsrc/devel/php-libawl: Makefile PLIST distinfo Log Message: Update to 0.46: 2010-12-28 Andrew McMillan * Release 0.46 * [classBrowser] Fix checking of ordering fieldname. * [Validation] Remove references to outdated ereg() functions. * [AWLUtlities] Rename regex checking function more appropriately. * [Session] Don't use ereg() for parsing regex. * [XMLDocument] Use __construct style for constructor. 2010-12-24 Andrew McMillan * [AwlQuery] Make the quote() method public/static. 2010-12-23 Andrew McMillan * Convert everything except PgQuery to use AwlQuery * [AwlQuery] Add minor missing functionality so we can switch. * [vComponent] Improve parameter splitting to allow for escapes. * [classEditor] Avoid uninitialised variable warning. 2010-11-27 Andrew McMillan * [vComponent] Add __toString() methods. * [Session] If someone is made inactive then their long-term login should cease. 2010-10-15 Andrew McMillan * [AWLUtilities] Add an awl_version() function. 2010-10-10 Andrew McMillan * [vComponent] It is OK to SetComponents() to an empty set. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/php-libawl/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/php-libawl/PLIST \ pkgsrc/devel/php-libawl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.