Skip to content

Commit

Permalink
2006-02-20 Pierre-Luc Paour <gallery@paour.com> (1.5.1-b12)
Browse files Browse the repository at this point in the history
	* Fixed auto charset support broken in b11.
  • Loading branch information
Pierre-Luc Paour committed Feb 20, 2006
1 parent c4820c5 commit dfb5830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2006-02-20 Pierre-Luc Paour <gallery@paour.com> (1.5.1-b12)

* Fixed auto charset support broken in b11.

2006-02-10 Pierre-Luc Paour <gallery@paour.com> (1.5.1-b11)

* Fixed EXIF handling broken in b10
Expand Down
2 changes: 1 addition & 1 deletion HTTPClient/HTTPResponse.java
Expand Up @@ -541,7 +541,7 @@ public synchronized String getText()
String charset = request.getConnection().getForceCharset();

if (charset == null)
Util.getParameter("charset", ct);
charset = Util.getParameter("charset", ct);
if (charset == null)
charset = "ISO-8859-1";

Expand Down
4 changes: 2 additions & 2 deletions defaults.properties
Expand Up @@ -308,6 +308,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.5.1-b11
releaseDate=2006/02/10
version=1.5.1-b12
releaseDate=2006/02/20
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by:\n \nPierre-Luc Paour\n \n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\nMarkus Cozowicz\nScott Gartner\nAmedeo Paglione\nChris Schwerdt\nSeth Ladd\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\nJava look and feel Graphics Repository icons\njpegtran, Guido Vollbeding's version\nMetadataExtractor

0 comments on commit dfb5830

Please sign in to comment.