Update to 0.51:
2012-01-13 Andrew McMillan <andrew@morphoss.com> * [vComponent] Fix handling for vcard peculiarities. * [vComponent] Don't escape all ; in N or ADR. * [vComponent] Allow for property parameters to be multiply set. * [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers. * Release 0.51 2012-01-04 Andrew McMillan <andrew@morphoss.com> * Release 0.50 2011-11-09 Andrew McMillan <andrew@morphoss.com> * [AWLUtilities] Ensure we flush output buffers on abort. 2011-11-02 Andrew McMillan <andrew@morphoss.com> * [vCalendar] More support for scheduling-related actions. * [vComponent] Minor performance tweaks. 2011-10-31 Andrew McMillan <andrew@morphoss.com> * [vCalendar] Add method to scrub a confidential event. 2011-10-24 Andrew McMillan <andrew@morphoss.com> * [AwlDatabase] Throw an exception when we can't rollback a transaction. * [vCalendar] New functions for updating organizer/attendee status.
This commit is contained in:
parent
f0d2c78475
commit
0d74b320c9
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/10/25 07:32:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/01/28 15:34:06 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= awl-${LIBAWL_VERSION}
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-libawl-${LIBAWL_VERSION}
|
||||
LIBAWL_VERSION= 0.49
|
||||
LIBAWL_VERSION= 0.51
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://debian.mcmillan.net.nz/packages/awl/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/10/25 07:32:19 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/01/28 15:34:06 wiz Exp $
|
||||
|
||||
SHA1 (awl-0.49.tar.gz) = 33251a119f576daf8d50e583015ae40f8f7cdab3
|
||||
RMD160 (awl-0.49.tar.gz) = 9d505a5ac6d617831bf6ca13b36e52e6c760bb5b
|
||||
Size (awl-0.49.tar.gz) = 294781 bytes
|
||||
SHA1 (awl-0.51.tar.gz) = a5b2c13487604b0e38289e17021d1fa682180e10
|
||||
RMD160 (awl-0.51.tar.gz) = 7936b361daaf460fcda1c71fc2c3eead6bf9fa96
|
||||
Size (awl-0.51.tar.gz) = 297202 bytes
|
||||
|
|
Loading…
Reference in a new issue