diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-12-03 16:34:00 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-12-03 16:34:00 -0800 |
commit | 4bdf73e5c2edc09a107829de6ab96abf1645a29a (patch) | |
tree | 04a1ae416aed1df58d06977f64a838ad1d879e1b /install.xml | |
parent | ddf34b02ab1bf3e1bd175337ca0bd487fa3f8c50 (diff) |
SOCIAL-229 FIX Fix file uploads (Content-Type header bug)
This was fixed in the llqtwebkit library, by stripping the Content-Type header out of GET requests in LLNetworkAccessManager::createRequest(). This fix is in changeset b9ec6135a395 in the main llqtwebkit repository.
This commit updates the Mac build of llqtwebkit.
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml index 2b3364b70b..42604605c4 100644 --- a/install.xml +++ b/install.xml @@ -981,9 +981,9 @@ anguage Infrstructure (CLI) international standard</string> <key>darwin</key> <map> <key>md5sum</key> - <string>c69208572a74df24e910e419fbbbb884</string> + <string>3ff731e8da5f6ed7c5f06103aff7050c</string> <key>url</key> - <uri>http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-darwin-qt4.7.1-20101201.tar.bz2</uri> + <uri>http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-darwin-qt4.7.1-20101203.tar.bz2</uri> </map> <key>linux</key> <map> |