Fix for SF-3072580 and ensure UTF-8 encoding is used instead of ASCII.
Thanks to Akkarin Dryke for the 3072580 fix.
This commit is contained in:
parent
82287f9eed
commit
a442da2ba8
2 changed files with 32 additions and 6 deletions
|
@ -7,9 +7,19 @@
|
|||
</head>
|
||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date"><2012-04-00</span> - Release 2.46.0</h3>
|
||||
<div>
|
||||
* Fixed:
|
||||
<ul>
|
||||
<li>SF ID: 3072580 - HTTP Request response returned gzip compressed string. (Thanks to Akkarin Dryke).</li>
|
||||
<li>Also fixed HTTP Request response returning UTF-8 (instead of ASCII).</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-03-18</span> - Release 2.45.1</h3>
|
||||
<div>- Fixed: Problem with updater. Our BZip2 decompression code did not work, which prevented the updater creating the new file.</div>
|
||||
<div>* Fixed: Problem with updater. Our BZip2 decompression code did not work, which prevented the updater creating the new file.</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-03-14</span> - Release 2.45.0</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue