From 1a01bc5791f50ccd1142f50d762f029fc514d55f Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 7 Nov 2010 18:33:28 +0000 Subject: [PATCH] 2010-11-07 Raul Mateos * DEBIAN/makde_deb_package.sh, DEBIAN/control: Updated year/version git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3546 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 24 +++++++++++++--------- pandora_console/DEBIAN/control | 2 +- pandora_console/DEBIAN/make_deb_package.sh | 4 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 654899218b..e92fe1eb71 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-11-07 Raúl Mateos + + * DEBIAN/makde_deb_package.sh, DEBIAN/control: Updated year/version + 2010-11-05 Sergio Martin * include/languages/nb.po @@ -752,20 +756,20 @@ * DEBIAN/control: Removed apache and apache php mod from deps, giving user chance to use another HTTP server. - * pandoradb_migrate_v3.1_to_v3.2.sql: Variable for SQL custom reports has - more size now (custom SQL reports could be huge SQL sentences). + * pandoradb_migrate_v3.1_to_v3.2.sql: Variable for SQL custom reports has + more size now (custom SQL reports could be huge SQL sentences). - * godmode/reporting/reporting_builder.php, - godmode/reporting/reporting_builder.item_editor.php: Added suppor for the - new SQL graph reports (vbar, hbar and pie). + * godmode/reporting/reporting_builder.php, + godmode/reporting/reporting_builder.item_editor.php: Added suppor for the + new SQL graph reports (vbar, hbar and pie). - * include/fgraph.php: Support for new SQL graphs, with new function - graph_custom_sql_graph(). + * include/fgraph.php: Support for new SQL graphs, with new function + graph_custom_sql_graph(). - * include/functions_reporting.php: Support for new SQL graphs. + * include/functions_reporting.php: Support for new SQL graphs. - * operation/reporting/reporting_xml.php: Fixed some problems and added - support for graphs using session_id. + * operation/reporting/reporting_xml.php: Fixed some problems and added + support for graphs using session_id. 2010-10-15 Ramon Novoa diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index c7e08cba1a..752596378a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: PandoraFMS-Console -Version: 3.1 +Version: 3.2 Architecture: all Priority: optional Section: admin diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index 3bb1b70bc0..92f734e473 100644 --- a/pandora_console/DEBIAN/make_deb_package.sh +++ b/pandora_console/DEBIAN/make_deb_package.sh @@ -2,7 +2,7 @@ #Pandora FMS- http:#pandorafms.com # ================================================== -# Copyright (c) 2005-2009 Artica Soluciones Tecnologicas +# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas # Please see http:#pandorafms.org for full contribution list # This program is free software; you can redistribute it and/or @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="3.1" +pandora_version="3.2" package_pear=1 package_pandora=1