aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2009-09-25 05:10:50 -0500
committerJacek Antonelli2009-09-25 15:55:24 -0500
commitd9621f89ce12b3883ba2e353c7fee516b8ce5d97 (patch)
treed4d30fe39f167b43146b1a0191ffcd27971e4c89 /ChangeLog.txt
parentFixed HippoGridInfo::cleanUpUri appending "/" stupidly. (diff)
downloadmeta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.zip
meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.gz
meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.bz2
meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.xz
Renamed default grid "local" -> "localhost".
So it matches the one downloaded from the web.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index b078776..5fe191a 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,11 @@
12009-09-25 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-09-25 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * Renamed default grid "local" -> "localhost".
4 So it matches the one downloaded from the web.
5
6 modified: linden/indra/newview/app_settings/default_grids.xml
7
8
3 * Fixed HippoGridInfo::cleanUpUri appending "/" stupidly. 9 * Fixed HippoGridInfo::cleanUpUri appending "/" stupidly.
4 It was appending it to an empty string, "/", "//", etc. 10 It was appending it to an empty string, "/", "//", etc.
5 11