From f8b0065b6ede54424d7a7b49f9f113e87634b5ab Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 8 Jun 2009 20:05:55 +0000 Subject: - The ``bfg_alchemy`` Paster template named "repoze.tm" in its pipeline rather than "repoze.tm2", causing the startup to fail. --- CHANGES.txt | 9 +++++++++ repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 37e1953af..7d993d13b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Bug Fixes +--------- + +- The ``bfg_alchemy`` Paster template named "repoze.tm" in its + pipeline rather than "repoze.tm2", causing the startup to fail. + 0.9.1 (2009-06-02) ================== diff --git a/repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl b/repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl index 22ed5b43e..c3d79e08b 100644 --- a/repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl +++ b/repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl @@ -11,7 +11,7 @@ db_echo = false [pipeline:main] pipeline = - egg:repoze.tm#tm + egg:repoze.tm2#tm alchemy [server:main] -- cgit v1.2.3