diff options
author | Jacek Antonelli | 2009-10-03 05:37:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-10-03 05:37:23 -0500 |
commit | 7ae912dbbd05213d286bdbb94e8782709fe11e5d (patch) | |
tree | 5528a4365683a2edfa30472c834cb6c99f6550f2 /ChangeLog.txt | |
parent | Merge remote branch 'mccabe/next' into next (diff) | |
download | meta-impy-7ae912dbbd05213d286bdbb94e8782709fe11e5d.zip meta-impy-7ae912dbbd05213d286bdbb94e8782709fe11e5d.tar.gz meta-impy-7ae912dbbd05213d286bdbb94e8782709fe11e5d.tar.bz2 meta-impy-7ae912dbbd05213d286bdbb94e8782709fe11e5d.tar.xz |
Grid manager no longer appends "/" to URIs.
This was causing trouble with URIs that shouldn't end in "/".
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 597c595..9e894ec 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,11 @@ | |||
1 | 2009-10-03 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * Grid manager no longer appends "/" to URIs. | ||
4 | This was causing trouble with URIs that shouldn't end in "/". | ||
5 | |||
6 | modified: linden/indra/newview/hippoGridManager.cpp | ||
7 | |||
8 | |||
1 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> | 9 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 10 | ||
3 | * Fixed switched Buy and Create locations in object pie menu (regression). | 11 | * Fixed switched Buy and Create locations in object pie menu (regression). |