From 140ab8b26adefd427fedfc32aadf46f47f7f4019 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 1 Oct 2009 23:38:59 +0200 Subject: Peoperly escape username and password in URI This prevent parsing issues and confusion with separators Fixes bugs #2454128 and #2808177 --- UConfig.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 01a47d8..5500093 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.63-dev'; - ConstAboutBuildDate = '2009-09-23'; + ConstAboutVersion = '0.6.64-dev'; + ConstAboutBuildDate = '2009-10-01'; {$IFDEF FPC} {$INCLUDE fpcver.inc} -- cgit v1.2.3