summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-15 00:48:08 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:53:16 +0200
commitcd8ac801ac1ccefb81c2e015124be910cb8c93de (patch)
tree7c225c7c71b0efd438fe6303d8004a67a9ff82a1 /HISTORY.txt
parent55241cc181d016d59a73373942b654ef97f8e45c (diff)
downloadpyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.tar.gz
pyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.tar.bz2
pyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.zip
update some links and fix others
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index f10cfa3ab..67de56998 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -537,7 +537,7 @@ Documentation
- Removed the "Running Pyramid on Google App Engine" tutorial from the main
docs. It survives on in the Cookbook
- (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html).
+ (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment/gae.html).
Rationale: it provides the correct info for the Python 2.5 version of GAE
only, and this version of Pyramid does not support Python 2.5.
@@ -1189,7 +1189,7 @@ Scaffolds
package at all; configuration in the ``production.ini`` file which used to
require its ``error_catcher`` middleware has been removed. Configuring
error catching / email sending is now the domain of the ``pyramid_exclog``
- package (see http://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
+ package (see http://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/).
Bug Fixes
---------
@@ -2047,7 +2047,7 @@ Documentation
- Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid"
tutorials out of core documentation and into the Pyramid Tutorials site
- (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/).
+ (http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/).
- Changed "Cleaning up After a Request" section in the URL Dispatch chapter
to use ``request.add_finished_callback`` instead of jamming an object with
@@ -2249,7 +2249,8 @@ Backwards Incompatibilities
Pyramid core. Handlers are now a feature of the ``pyramid_handlers``
package, which can be downloaded from PyPI. Documentation for the package
should be available via
- http://pylonsproject.org/projects/pyramid_handlers/dev/, which describes how
+ http://docs.pylonsproject.org/projects/pyramid_handlers/en/latest/,
+ which describes how
to add a configuration statement to your ``main`` block to reobtain this
method. You will also need to add an ``install_requires`` dependency upon
``pyramid_handlers`` to your ``setup.py`` file.
@@ -2258,7 +2259,8 @@ Backwards Incompatibilities
Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml``
package, which can be downloaded from PyPI. Documentation for the package
should be available via
- http://pylonsproject.org/projects/pyramid_zcml/dev/, which describes how
+ http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/,
+ which describes how
to add a configuration statement to your ``main`` block to reobtain this
method. You will also need to add an ``install_requires`` dependency upon
``pyramid_zcml`` to your ``setup.py`` file.