2011-09-23 Sancho Lerena <slerena@artica.es>

* pandoradb_data.sql: Update version and DB Build.

        * DEBIAN/control, 
        DEBIAN/make_deb_package.sh
        include/config.php
        include/config_process.php
        pandora_console_install
        install.php
        pandora_console.spec
        pandora_console.redhat.spec: Updated version.

        * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Update version after
        migrate.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2011-09-23 11:37:40 +00:00
parent 0183597b29
commit 329bf6f62b
10 changed files with 31 additions and 11 deletions

View File

@ -1,3 +1,19 @@
2011-09-23 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: Update version and DB Build.
* DEBIAN/control,
DEBIAN/make_deb_package.sh
include/config.php
include/config_process.php
pandora_console_install
install.php
pandora_console.spec
pandora_console.redhat.spec: Updated version.
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Update version after
migrate.
2011-09-23 Miguel de Dios <miguel.dedios@artica.es> 2011-09-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fixed the query for to don't show * operation/agentes/status_monitor.php: fixed the query for to don't show

View File

@ -1,5 +1,5 @@
package: pandorafms-console package: pandorafms-console
Version: 4.0RC1 Version: 4.0
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="4.0RC1" pandora_version="4.0"
package_pear=0 package_pear=0
package_pandora=1 package_pandora=1

View File

@ -259,3 +259,7 @@ ALTER TABLE `talert_snmp` MODIFY COLUMN `custom_oid` text DEFAULT '';
-- Table `tconfig_os` -- Table `tconfig_os`
-- ----------------------------------------------------- -- -----------------------------------------------------
INSERT INTO `tconfig_os` (`name`, `description`, `icon_name`) VALUES ('VMware', 'VMware Architecture', 'so_vmware.png'); INSERT INTO `tconfig_os` (`name`, `description`, `icon_name`) VALUES ('VMware', 'VMware Architecture', 'so_vmware.png');
UPDATE tconfig SET value='4.0' WHERE token = 'db_scheme_version';
UPDATE tconfig SET value='PD110923 (3.2 Migrate)' WHERE token = 'db_scheme_build';

View File

@ -22,8 +22,8 @@
/** /**
* Pandora build version and version * Pandora build version and version
*/ */
$build_version = 'PC110819'; $build_version = 'PC110923';
$pandora_version = 'v4.0RC1'; $pandora_version = 'v4.0';
date_default_timezone_set("Europe/Berlin"); date_default_timezone_set("Europe/Berlin");

View File

@ -66,8 +66,8 @@ function ChangeDBAction(causer) {
<?php <?php
$version = "4.0-dev"; $version = "4.0";
$build = "110617"; $build = "110923";
$banner = "v$version Build $build"; $banner = "v$version Build $build";
error_reporting(0); error_reporting(0);

View File

@ -2,7 +2,7 @@
# Pandora FMS Console # Pandora FMS Console
# #
%define name pandorafms_console %define name pandorafms_console
%define version 4.0RC1 %define version 4.0
%define release 1 %define release 1
%define httpd_name httpd %define httpd_name httpd

View File

@ -2,7 +2,7 @@
# Pandora FMS Console # Pandora FMS Console
# #
%define name pandorafms_console %define name pandorafms_console
%define version 4.0RC1 %define version 4.0
%define release 1 %define release 1
%define httpd_name httpd %define httpd_name httpd
# User and Group under which Apache is running # User and Group under which Apache is running

View File

@ -9,7 +9,7 @@
# This code is licensed under GPL 2.0 license. # This code is licensed under GPL 2.0 license.
# ********************************************************************** # **********************************************************************
PI_VERSION=4.0dev PI_VERSION=4.0
FORCE=0 FORCE=0
LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"` LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"`
MODE=$1 MODE=$1

View File

@ -47,8 +47,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('days_compact','90'), ('days_compact','90'),
('graph_res','5'), ('graph_res','5'),
('step_compact','1'), ('step_compact','1'),
('db_scheme_version','4.0RC1'), ('db_scheme_version','4.0'),
('db_scheme_build','PD110810'), ('db_scheme_build','PD110923'),
('show_unknown','0'), ('show_unknown','0'),
('show_lastalerts','1'), ('show_lastalerts','1'),
('style','pandora'), ('style','pandora'),