diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 15:34:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 15:34:06 +0000 |
commit | 0d74b320c90b291d4a5d06b770684bb59521cd90 (patch) | |
tree | b51b7ee66e0f4170f74e4130fd053008166b926b | |
parent | f0d2c78475f7fc206eb9453832158b196637aa7a (diff) | |
download | pkgsrc-0d74b320c90b291d4a5d06b770684bb59521cd90.tar.gz |
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.
-rw-r--r-- | devel/php-libawl/Makefile | 4 | ||||
-rw-r--r-- | devel/php-libawl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/php-libawl/Makefile b/devel/php-libawl/Makefile index e3a72befe87..6bf5c2ec401 100644 --- a/devel/php-libawl/Makefile +++ b/devel/php-libawl/Makefile @@ -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/ diff --git a/devel/php-libawl/distinfo b/devel/php-libawl/distinfo index 8bcafb4f623..8972af87676 100644 --- a/devel/php-libawl/distinfo +++ b/devel/php-libawl/distinfo @@ -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 |