# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1272288462 -7200 # Mon Apr 26 15:27:42 2010 +0200 # Branch stable # Node ID 67460215a89e547c9d388c47c50f9f43fae6758f # Parent 49e43eeec30209495bdb9da864aa9de3dbe87ac3 1.7.4 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'blog' distname = "cubicweb-%s" % modname -numversion = (1, 7, 3) +numversion = (1, 7, 4) version = '.'.join(str(num) for num in numversion) license = 'LGPL' @@ -25,7 +25,7 @@ __depends__ = {'cubicweb': '>= 3.7.3'} __recommends_cubes__ = {'tag': None, - 'comment': '>= 1.6.3'} + 'comment': '>= 1.6.3'} __recommends__ = {} for cube in __recommends_cubes__: __recommends__['cubicweb-'+cube] = __recommends_cubes__[cube] diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-blog (1.7.4-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 26 Apr 2010 15:22:14 +0200 + cubicweb-blog (1.7.3-1) unstable; urgency=low * new upstream release diff --git a/i18n/en.po b/i18n/en.po --- a/i18n/en.po +++ b/i18n/en.po @@ -68,7 +68,9 @@ msgstr "posts by author" msgid "boxes_blog_summary_box_description" -msgstr "this box contains a list of authors with the number of blog entries they posted" +msgstr "" +"this box contains a list of authors with the number of blog entries they " +"posted" msgid "boxes_latest_blogs_box" msgstr "latest blogs"