summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt9
-rw-r--r--repoze/bfg/paster_templates/alchemy/+project+.ini_tmpl2
2 files changed, 10 insertions, 1 deletions
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]