diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2011-06-21 13:03:39 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2011-06-21 13:03:39 +0000 |
commit | e81d5f95158d84b9f34bcf63924c88e56e45793b (patch) | |
tree | 9db6358e755511fab5d89eb13342c232090273ba /chat/prosody/Makefile | |
parent | bb113139c171611a3317a1af0fac90384248f376 (diff) | |
download | pkgsrc-e81d5f95158d84b9f34bcf63924c88e56e45793b.tar.gz |
Update to 0.8.2. From the release announcement:
Just a small release for you this time, with a handful of bugfixes.
Thanks to '@eoranged' and the other PostgreSQL users who helped with
feedback and testing of the SQL fixes (the PostgreSQL server we use
for testing is now behaving properly!).
A summary of changes in this release:
* mod_storage_sql: Fix compatibility with PostgreSQL databases (0.8.1 issue)
* mod_bosh: Fix for sessions not timing out after inactivity in some cases
* mod_dialback: Fix multiple concurrent dialback requests for the same
domain (was sometimes causing s2s failure with certain ejabberds)
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index d3ea8b2f068..ab653619831 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/06/06 14:41:48 schnoebe Exp $ +# $NetBSD: Makefile,v 1.4 2011/06/21 13:03:39 schnoebe Exp $ # -DISTNAME= prosody-0.8.1 +DISTNAME= prosody-0.8.2 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ |