2010-06-08 Ramon Novoa <rnovoa@artica.es>

* unix/DEBIAN/control, unix/DEBIAN/make_deb_package.sh,
          unix/pandora_agent.spec, unix/pandora_agent,
          win32/installer/pandora.mpi, win32/pandora.cc: Updated version
          strings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2880 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2010-06-08 17:06:14 +00:00
parent ef5c763ce6
commit 8f2259ea41
7 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
2010-06-08 Ramon Novoa <rnovoa@artica.es>
* unix/DEBIAN/control, unix/DEBIAN/make_deb_package.sh,
unix/pandora_agent.spec, unix/pandora_agent,
win32/installer/pandora.mpi, win32/pandora.cc: Updated version
strings.
2010-06-07 Junichi Satoh <junichi@rworks.jp> 2010-06-07 Junichi Satoh <junichi@rworks.jp>
* unix/pandora_agent_installer: Added support for FreeBSD. * unix/pandora_agent_installer: Added support for FreeBSD.

View File

@ -1,5 +1,5 @@
package: PandoraFMS-Agent-Unix package: PandoraFMS-Agent-Unix
Version: 3.1rc1 Version: 3.1
Architecture: all Architecture: all
Priority: optional Priority: optional
Section: admin Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
pandora_version="3.1rc1" pandora_version="3.1"
echo "Test if you has the tools for to make the packages." echo "Test if you has the tools for to make the packages."
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null

View File

@ -29,8 +29,8 @@ use Sys::Hostname;
use File::Basename; use File::Basename;
use File::Copy; use File::Copy;
use constant AGENT_VERSION => '3.1rc1'; use constant AGENT_VERSION => '3.1';
use constant AGENT_BUILD => '100222'; use constant AGENT_BUILD => '100608';
# Commands to retrieve total memory information in kB # Commands to retrieve total memory information in kB
use constant TOTALMEMORY_CMDS => { use constant TOTALMEMORY_CMDS => {

View File

@ -2,7 +2,7 @@
#Pandora FMS Linux Agent #Pandora FMS Linux Agent
# #
%define name pandorafms_agent_unix %define name pandorafms_agent_unix
%define version 3.1rc1 %define version 3.1
Summary: Pandora FMS Linux agent, PERL version Summary: Pandora FMS Linux agent, PERL version
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}

View File

@ -3,7 +3,7 @@ AllowLanguageSelection
{Yes} {Yes}
AppName AppName
{Pandora FMS Windows Agent v3.1RC1} {Pandora FMS Windows Agent v3.1}
ApplicationID ApplicationID
{17E3D2CF-CA02-406B-8A80-9D31C17BD08F} {17E3D2CF-CA02-406B-8A80-9D31C17BD08F}

View File

@ -30,7 +30,7 @@ using namespace Pandora;
using namespace Pandora_Strutils; using namespace Pandora_Strutils;
#define PATH_SIZE _MAX_PATH+1 #define PATH_SIZE _MAX_PATH+1
#define PANDORA_VERSION ("3.1RC1(Build 100519)") #define PANDORA_VERSION ("3.1(Build 100608)")
string pandora_path; string pandora_path;
string pandora_dir; string pandora_dir;