From f7018895aff7e1724ce1c4ec3d9750584d5dabb1 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 8 Nov 2010 11:50:51 +0000 Subject: [PATCH] =?UTF-8?q?2010-11-08=20=20Ra=C3=BAu=20Mateos=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * pandoradb.sql. pandoradb_data.sql, pandora_console_install: Updated year/version git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3550 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandora_console_install | 2 +- pandora_console/pandoradb.sql | 4 ++-- pandora_console/pandoradb_data.sql | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e92fe1eb71..a85a16ff90 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-11-08 Raúl Mateos + + * pandoradb.sql. pandoradb_data.sql, pandora_console_install: Updated + year/version + 2010-11-07 Raúl Mateos * DEBIAN/makde_deb_package.sh, DEBIAN/control: Updated year/version diff --git a/pandora_console/pandora_console_install b/pandora_console/pandora_console_install index cd53d84d77..54198699ef 100755 --- a/pandora_console/pandora_console_install +++ b/pandora_console/pandora_console_install @@ -9,7 +9,7 @@ # This code is licensed under GPL 2.0 license. # ********************************************************************** -PI_VERSION=3.1.0 +PI_VERSION=3.2.0 FORCE=0 LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"` MODE=$1 diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 93d82fdd67..49dbc1df58 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -1,6 +1,6 @@ -- Pandora FMS - the Flexible Monitoring System -- ============================================ --- Copyright (c) 2005-2009 Artica Soluciones Tecnológicas, http://www.artica.es +-- Copyright (c) 2005-2010 Artica Soluciones Tecnológicas, http://www.artica.es -- Please see http://pandora.sourceforge.net for full contribution list -- This program is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ -- Because Pandora Installer don't understand them -- and fails creating database !!! -- ----------------------------------------------------------- --- Pandora FMS official tables for 3.1 version -- +-- Pandora FMS official tables for 3.2 version -- -- ----------------------------------------------------------- CREATE TABLE IF NOT EXISTS `taddress` ( diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 038204aee5..bdde93a1e0 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -1,6 +1,6 @@ -- Pandora FMS - the Flexible Monitoring System -- ============================================ --- Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es +-- Copyright (c) 2010 Artica Soluciones Tecnologicas, http://www.artica.es -- Please see http://www.pandorafms.org for full contribution list -- This program is free software; you can redistribute it and/or @@ -14,7 +14,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --- Database Data for Pandora FMS 3.1 +-- Database Data for Pandora FMS 3.2 -- PLEASE NO NOT USE MULTILINE COMMENTS -- Because Pandora Installer don't understand them @@ -255,7 +255,7 @@ INSERT INTO `tusuario_perfil` VALUES (1,'admin',5,0,'admin'); INSERT INTO `tperfil` VALUES (1,'Operator (Read)',0,1,0,1,0,0,0,0,0,0),(2,'Operator (Write)',1,1,0,1,0,0,0,0,0,0),(3,'Chief Operator',1,1,1,1,0,0,0,0,0,0),(4,'Group coordinator',1,1,1,1,1,1,1,0,0,0),(5,'Pandora Administrator',1,1,1,1,1,1,1,1,1,1); -INSERT INTO `tnews` VALUES (1,'admin','Welcome to Pandora FMS 3.1!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()), +INSERT INTO `tnews` VALUES (1,'admin','Welcome to Pandora FMS 3.2!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()), (2,'admin','New GIS Feature','Try our new GIS representation, activate GIS in Setup to see new available options.',NOW()); INSERT INTO tmodule VALUES (1,'Agent module');