# HG changeset patch # User paulb # Date 1181692313 0 # Node ID 6bf8964baf9a750aad004502f507da46760e287b # Parent 1343d239193c6221b583456cc11364c180c29974 [project @ 2007-06-12 23:51:53 by paulb] Updated release notes. diff -r 1343d239193c -r 6bf8964baf9a packages/ubuntu-hoary/python2.4-webstack/debian/changelog --- a/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Tue Jun 12 23:51:49 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Tue Jun 12 23:51:53 2007 +0000 @@ -1,3 +1,15 @@ +webstack (1.2.4-0ubuntu1) hoary; urgency=low + + * Fixed DirectoryRepository and SessionStore by adopting + directories for data produced by the shelve module, + rather than attempting to manipulate files produced by + the shelve module, since the details of such files may + differ between environments: a situation noticed by John + Krukoff in an environment without the bsddb module + installed. + + -- Paul Boddie Wed, 13 Jun 2007 01:49:34 +0200 + webstack (1.2.3-0ubuntu1) hoary; urgency=low * Fixed inadvertent OpenSSL dependency, noticed by John