# HG changeset patch # User Ralph Meijer # Date 1220972073 0 # Node ID cc4f45ef793eff99c4a7c123791fdbf2be2fc35c # Parent 43a4d0d6c076c999ca4160054f113d334ab71da2 Commit 0.8.1 release to SVN. diff -r 43a4d0d6c076 -r cc4f45ef793e MANIFEST.in --- a/MANIFEST.in Tue Aug 05 18:23:45 2008 +0000 +++ b/MANIFEST.in Tue Sep 09 14:54:33 2008 +0000 @@ -1,4 +1,5 @@ include INSTALL include LICENSE include NEWS +include db/* graft twisted diff -r 43a4d0d6c076 -r cc4f45ef793e NEWS --- a/NEWS Tue Aug 05 18:23:45 2008 +0000 +++ b/NEWS Tue Sep 09 14:54:33 2008 +0000 @@ -1,3 +1,9 @@ +0.8.1 (2008-08-05) +================== + + - Include database schema files in distribution. + + 0.8.0 (2008-08-05) ================== diff -r 43a4d0d6c076 -r cc4f45ef793e README --- a/README Tue Aug 05 18:23:45 2008 +0000 +++ b/README Tue Sep 09 14:54:33 2008 +0000 @@ -1,4 +1,4 @@ -Idavoll 0.8.0 +Idavoll 0.8.1 What is this? ================ diff -r 43a4d0d6c076 -r cc4f45ef793e UPGRADING --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UPGRADING Tue Sep 09 14:54:33 2008 +0000 @@ -0,0 +1,18 @@ +Upgrading +========= + +To 0.8.0 +======== + +This release includes an optional HTTP interface with a gateway to subscribe +to remote nodes. The subscriptions and associated callbacks are stored in +the database if the PostgreSQL storage backend is used. This requires a new +table, of which the schema is in db/gateway.sql: + + psql -e pubsub