2010-06-08 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql, DEBIAN/control, DEBIAN/make_deb_package.sh, include/config_process.php, pandora_console.spec: Update version strings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2879 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2685a9f47a
commit
ef5c763ce6
|
@ -1,3 +1,9 @@
|
|||
2010-06-08 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandoradb_data.sql, DEBIAN/control,
|
||||
DEBIAN/make_deb_package.sh, include/config_process.php,
|
||||
pandora_console.spec: Update version strings.
|
||||
|
||||
2010-06-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.main.php: changed the text of button
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package: PandoraFMS-Console
|
||||
Version: 3.1rc1
|
||||
Version: 3.1
|
||||
Architecture: all
|
||||
Priority: optional
|
||||
Section: admin
|
||||
|
|
|
@ -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"
|
||||
|
||||
package_pear=1
|
||||
package_pandora=1
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/**
|
||||
* Pandora build version and version
|
||||
*/
|
||||
$build_version = 'PC100524'; // Remember is YYMMDD
|
||||
$pandora_version = 'v3.1rc2';
|
||||
$build_version = 'PC100608';
|
||||
$pandora_version = 'v3.1';
|
||||
|
||||
/* Help to debug problems. Override global PHP configuration */
|
||||
if (!isset($develop_bypass)) $develop_bypass = 0;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Pandora FMS Console
|
||||
#
|
||||
%define name pandorafms_console
|
||||
%define version 3.1rc1
|
||||
%define release 1
|
||||
%define version 3.1
|
||||
%define release 1
|
||||
%define httpd_name httpd
|
||||
# User and Group under which Apache is running
|
||||
%define httpd_name apache2
|
||||
|
|
|
@ -46,8 +46,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||
('days_compact','15'),
|
||||
('graph_res','5'),
|
||||
('step_compact','1'),
|
||||
('db_scheme_version','3.1rc1'),
|
||||
('db_scheme_build','PD100515'),
|
||||
('db_scheme_version','3.1'),
|
||||
('db_scheme_build','PD100608'),
|
||||
('show_unknown','0'),
|
||||
('show_lastalerts','1'),
|
||||
('style','pandora'),
|
||||
|
|
Loading…
Reference in New Issue