Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(install): update version to 19.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Kermagoret authored and ganoze committed Oct 21, 2019
1 parent 5b03597 commit 17069aa
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 6 deletions.
10 changes: 10 additions & 0 deletions doc/en/release_notes/centreon-19.10.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
====================
Centreon Web 19.10.2
====================

Enhancements
------------

Bug Fixes
---------

====================
Centreon Web 19.10.1
====================
Expand Down
10 changes: 10 additions & 0 deletions doc/fr/release_notes/centreon-19.10.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
====================
Centreon Web 19.10.2
====================

Enhancements
------------

Bug Fixes
---------

====================
Centreon Web 19.10.1
====================
Expand Down
13 changes: 8 additions & 5 deletions project/new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,21 @@ EOF
git add "www/install/php/Update-${newversion}.php"

# Add release notes.
cat << EOF > rn.txt
===================
cat << EOF > nv.rst
====================
Centreon Web $newversion
===================
====================
Enhancements
------------
Bug Fixes
---------
EOF
cat rn.txt >> "doc/en/release_notes/centreon-$major.$minor.rst"
cat rn.txt >> "doc/fr/release_notes/centreon-$major.$minor.rst"
cat nv.rst "doc/en/release_notes/centreon-$major.$minor.rst" > rn.rst
cp rn.rst "doc/en/release_notes/centreon-$major.$minor.rst"
cp rn.rst "doc/fr/release_notes/centreon-$major.$minor.rst"
rm -f nv.rst rn.rst
git add "doc/en/release_notes/centreon-$major.$minor.rst"
git add "doc/fr/release_notes/centreon-$major.$minor.rst"
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.10.1');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.10.2');

--
-- Contenu de la table `contact`
Expand Down
19 changes: 19 additions & 0 deletions www/install/php/Update-19.10.2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
/*
* Copyright 2005 - 2019 Centreon (https://www.centreon.com/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* For more information : [email protected]
*
*/

0 comments on commit 17069aa

Please sign in to comment.