# HG changeset patch # User David Douard # Date 1359132722 -3600 # Node ID 8bfc0753f1daa37a6a268287dd2848931fca1f95 # Parent 48731a0d3df8f85e2fd1c4810f7e07577371fcc8 3.15.9 diff -r 48731a0d3df8 -r 8bfc0753f1da __pkginfo__.py --- a/__pkginfo__.py Thu Jan 24 16:13:40 2013 +0100 +++ b/__pkginfo__.py Fri Jan 25 17:52:02 2013 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 15, 8) +numversion = (3, 15, 9) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 48731a0d3df8 -r 8bfc0753f1da debian/changelog --- a/debian/changelog Thu Jan 24 16:13:40 2013 +0100 +++ b/debian/changelog Fri Jan 25 17:52:02 2013 +0100 @@ -1,11 +1,12 @@ -cubicweb (3.15.8-2) UNRELEASED; urgency=low +cubicweb (3.15.9-1) squeeze; urgency=low + * New upstream release * Don't compress txt files. They're used by the doc's search functionality, and the javascript gets confused if it receives gzip instead of text. * Work around broken combination of jquery 1.4 and sphinx 0.6 in squeeze by patching up doctools.js. - -- Julien Cristau Wed, 09 Jan 2013 19:09:16 +0100 + -- David Douard Fri, 25 Jan 2013 17:49:58 +0100 cubicweb (3.15.8-1) squeeze; urgency=low