summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbangert <none@none>2006-04-30 14:10:54 -0700
committerbbangert <none@none>2006-04-30 14:10:54 -0700
commitc135ae0952fd94b07b2eb269d93c8e52fa51d5c3 (patch)
treee7860351b3164318bb7921456a7bae353b808d59
parent5dbb9d5c287d0af43412d3b42fc7721e6c39b618 (diff)
downloadroutes-c135ae0952fd94b07b2eb269d93c8e52fa51d5c3.tar.gz
[svn] Prepping for Routes 1.3.2 releasev1.3.2
--HG-- branch : trunk
-rw-r--r--CHANGELOG35
-rw-r--r--docs/download/index.txt2
-rw-r--r--docs/index.txt10
3 files changed, 16 insertions, 31 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 604bd79..d9cac11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,16 @@
Routes Changelog
========================
-1.3.2 (April xth, 2006)
+1.3.2 (April 30th, 2006)
-*Backwards Incompatibilities*
+*Bug Fixes*
+
+* Fixed _filter bug with inclusion in match dict during matching, reported by David Creemer.
+* Fixed improper url quoting by using urllib.encode, patch by Jason Culverhouse.
-* None
-*New Features*
-* None
+1.3.2 (April 30th, 2006)
*Bug Fixes*
@@ -20,10 +21,6 @@ Routes Changelog
1.3.1 (April 4th, 2006)
-*Backwards Incompatibilities*
-
-* None
-
*New Features*
* Mapper has an optional attribute ``append_slash``. When set to ``True``, any URL's
@@ -40,11 +37,6 @@ Routes Changelog
1.3 (Feb. 25th, 2006)
-*Backwards Incompatibilities*
-
-* None
-
-
*New Features*
* url_for keyword filters:
@@ -100,11 +92,6 @@ Routes Changelog
1.1 (Jan. 13th, 2006)
----------------
-*Backwards Incompatibilities*
-
-* None
-
-
*New Features*
* Routes Mapper additions:
@@ -124,11 +111,6 @@ Routes Changelog
1.0.2 (Dec. 30th, 2005)
----------------
-*Backwards Incompatibilities*
-
-* None
-
-
*Bug Fixes*
* Routes where a default was present but None were filling in improper values.
@@ -140,11 +122,6 @@ Routes Changelog
1.0.1 (Dec. 18th, 2005)
-----------------------
-*Backwards Incompatibilities*
-
-* None
-
-
*New Features*
* Request Local Callable - You can now designate your own callable function that
diff --git a/docs/download/index.txt b/docs/download/index.txt
index f116698..c028e14 100644
--- a/docs/download/index.txt
+++ b/docs/download/index.txt
@@ -4,7 +4,7 @@ Download
Latest Release
--------------
-**Release 1.3.1** : Apr. 4th, 2006
+**Release 1.3.2** : Apr. 30th, 2006
If you already have Easy Install::
sudo easy_install Routes
diff --git a/docs/index.txt b/docs/index.txt
index 1f5afc0..cc4327b 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -19,11 +19,19 @@ Buzzword Compliance: *REST*, *DRY*
News
====
+**April 30th, 2006**
+
+Routes 1.3.2 released with:
+
+* Fixed _filter bug with inclusion in match dict during matching, reported by David Creemer.
+* Fixed improper url quoting by using urllib.encode, patch by Jason Culverhouse.
+
+
+
**April 4th, 2006**
Routes 1.3.1 released with:
-
* Mapper has an optional attribute ``append_slash``. When set to ``True``, any URL's
generated will have a slash appended to the end.
* Fixed prefix option so that if the PATH_INFO is empty after prefix regexp, its set to