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:
Ramon Novoa 2010-06-08 17:06:14 +00:00
parent fa0bbd5077
commit 157bf2ec94
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>
* unix/pandora_agent_installer: Added support for FreeBSD.

View File

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

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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."
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::Copy;
use constant AGENT_VERSION => '3.1rc1';
use constant AGENT_BUILD => '100222';
use constant AGENT_VERSION => '3.1';
use constant AGENT_BUILD => '100608';
# Commands to retrieve total memory information in kB
use constant TOTALMEMORY_CMDS => {

View File

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

View File

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

View File

@ -30,7 +30,7 @@ using namespace Pandora;
using namespace Pandora_Strutils;
#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_dir;