2009-11-16 Sancho Lerena <slerena@artica.es>
* pandora_agent: Updated default encoding to iso-8859-1 instead iso-8859-15, because in some systems this encoding is not installed and don't work :-(. Thanks for summa_sp for report this. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2110 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a3e666440d
commit
309b1ba5d5
|
@ -1,3 +1,9 @@
|
|||
2009-11-16 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_agent: Updated default encoding to iso-8859-1 instead
|
||||
iso-8859-15, because in some systems this encoding is not installed
|
||||
and don't work :-(. Thanks for summa_sp for report this.
|
||||
|
||||
2009-11-06 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* *.conf: Updated URL and some small fixes.
|
||||
|
|
|
@ -15,7 +15,7 @@ use File::Basename;
|
|||
use File::Copy;
|
||||
|
||||
use constant AGENT_VERSION => '3.0';
|
||||
use constant AGENT_BUILD => '091103';
|
||||
use constant AGENT_BUILD => '091118';
|
||||
|
||||
# OS and OS version
|
||||
my $OS = $^O;
|
||||
|
@ -41,7 +41,7 @@ my %Conf = (
|
|||
'agent_name' => hostname (),
|
||||
'description' => '',
|
||||
'group' => '',
|
||||
'encoding' => 'ISO-8859-15',
|
||||
'encoding' => 'ISO-8859-1',
|
||||
'server_port' => 41121,
|
||||
'transfer_mode' => 'tentacle',
|
||||
'server_pwd' => '',
|
||||
|
|
Loading…
Reference in New Issue