X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdefault.cfg;h=f042800fa6bd0e285e15a62013f79c0ec1387e92;hb=b9db3187d404ffec3840f9a3ffc237fb9523de79;hp=5fc8a98eaf971e520f6c936f1c138a75a8d7fb25;hpb=e938d9e3bf5c98b502178ee26d81a410890fb725;p=libucw.git diff --git a/ucw/default.cfg b/ucw/default.cfg index 5fc8a98e..f042800f 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,8 +2,8 @@ # (c) 2005--2008 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.13-dev"); -Set("SHERLOCK_VERSION_CODE" => 3013000); +Set("SHERLOCK_VERSION" => "3.99.1"); +Set("SHERLOCK_VERSION_CODE" => 3099001); Set("UCW_VERSION" => Get("SHERLOCK_VERSION")); Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE")); @@ -47,5 +47,8 @@ UnSet("DEFAULT_CONFIG"); # Environment variable with configuration file UnSet("ENV_VAR_CONFIG"); +# Use obsolete URL escaping rules (if you need behavior identical to the older versions of libucw) +UnSet("CONFIG_URL_ESCAPE_COMPAT"); + # Return success 1;