2011-12-13 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql, DEBIAN/control, DEBIAN/make_deb_package.sh, include/config_process.php, install.php, pandora_console.spec: Updated version strings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
26ee70a3ec
commit
0951d84aba
|
@ -1,3 +1,12 @@
|
||||||
|
2011-12-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandoradb_data.sql,
|
||||||
|
DEBIAN/control,
|
||||||
|
DEBIAN/make_deb_package.sh,
|
||||||
|
include/config_process.php,
|
||||||
|
install.php,
|
||||||
|
pandora_console.spec: Updated version strings.
|
||||||
|
|
||||||
2011-12-13 Sergio Martin <sergio.martin@artica.es>
|
2011-12-13 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_users.php: Change the get user groups
|
* include/functions_users.php: Change the get user groups
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package: pandorafms-console
|
package: pandorafms-console
|
||||||
Version: 4.0
|
Version: final
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
|
|
@ -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.0"
|
pandora_version="final"
|
||||||
|
|
||||||
package_pear=0
|
package_pear=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
/**
|
/**
|
||||||
* Pandora build version and version
|
* Pandora build version and version
|
||||||
*/
|
*/
|
||||||
$build_version = 'PC110923';
|
$build_version = 'PC111213';
|
||||||
$pandora_version = 'v4.0';
|
$pandora_version = 'vfinal';
|
||||||
|
|
||||||
date_default_timezone_set("Europe/Berlin");
|
date_default_timezone_set("Europe/Berlin");
|
||||||
|
|
||||||
|
|
|
@ -66,8 +66,8 @@ function ChangeDBAction(causer) {
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$version = '4.0';
|
$version = 'final';
|
||||||
$build = '110923';
|
$build = '111213';
|
||||||
$banner = "v$version Build $build";
|
$banner = "v$version Build $build";
|
||||||
|
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Pandora FMS Console
|
# Pandora FMS Console
|
||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 4.0
|
%define version final
|
||||||
%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
|
||||||
|
|
|
@ -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.0'),
|
('db_scheme_version','final'),
|
||||||
('db_scheme_build','PD110923'),
|
('db_scheme_build','PD111213'),
|
||||||
('show_unknown','0'),
|
('show_unknown','0'),
|
||||||
('show_lastalerts','1'),
|
('show_lastalerts','1'),
|
||||||
('style','pandora'),
|
('style','pandora'),
|
||||||
|
|
Loading…
Reference in New Issue