diff --git a/docs/03_getting_started.rst b/docs/03_getting_started.rst index 918f839e9b..6f7f05e619 100644 --- a/docs/03_getting_started.rst +++ b/docs/03_getting_started.rst @@ -298,7 +298,7 @@ You can check the status of FogLAMP with the ``foglamp status`` command. For few FogLAMP starting. $ $ scripts/foglamp status - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP uptime: 175 seconds. FogLAMP Records: 0 read, 0 sent, 0 purged. FogLAMP does not require authentication. @@ -703,7 +703,7 @@ Here are some extra notes for the CentOS users. .. code-block:: console - Starting FogLAMP v1.3.FogLAMP cannot start. + Starting FogLAMP v1.3.1.FogLAMP cannot start. Check /home/foglamp/FogLAMP/data/core.err for more information. Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP running, it means that the services are up and running. @@ -711,11 +711,11 @@ Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP .. code-block:: console $ foglamp start - Starting FogLAMP v1.3.FogLAMP cannot start. + Starting FogLAMP v1.3.1.FogLAMP cannot start. Check /home/foglamp/FogLAMP/data/core.err for more information. $ $ foglamp status - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP uptime: 6 seconds. FogLAMP Records: 0 read, 0 sent, 0 purged. FogLAMP does not require authentication. @@ -738,7 +738,7 @@ Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP .. code-block:: console $ foglamp status - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP uptime: 6 seconds. FogLAMP Records: 0 read, 0 sent, 0 purged. FogLAMP does not require authentication. diff --git a/docs/04_installation.rst b/docs/04_installation.rst index ec0414f7ec..0a8250cd87 100644 --- a/docs/04_installation.rst +++ b/docs/04_installation.rst @@ -58,7 +58,7 @@ Once you have built FogLAMP following the instructions presented |build foglamp| $ sudo make install mkdir -p /usr/local/foglamp - Installing FogLAMP version 1.3, DB schema 2 + Installing FogLAMP version 1.3.1, DB schema 2 -- FogLAMP DB schema check OK: Info: /usr/local/foglamp is empty right now. Skipping DB schema check. cp VERSION /usr/local/foglamp cd cmake_build ; cmake /home/foglamp/FogLAMP/ @@ -113,7 +113,7 @@ FogLAMP is now present in */usr/local/foglamp* and ready to start. The start scr $ $ bin/foglamp help Usage: foglamp {start|stop|status|reset|kill|help|version} - FogLAMP v1.3 admin script + FogLAMP v1.3.1 admin script The script is used to start FogLAMP Arguments: start - Start FogLAMP core (core will start other services). @@ -284,16 +284,16 @@ For example, if you are installing FogLAMP on an Intel x86_64 machine, you can t .. code-block:: console - $ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb - --2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb + $ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_16_04.deb + --2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_16_04.deb Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.133.221 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.133.221|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 496094 (484K) [application/x-deb] - Saving to: ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’ + Saving to: ‘foglamp-1.3.1-x86_64_ubuntu_16_04.deb’ - foglamp-1.3-x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s - 2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’ saved [496094/496094] + foglamp-1.3.1-x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s + 2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3.1-x86_64_ubuntu_16_04.deb’ saved [496094/496094] $ We recommend to execute an *update-upgrade-update* of the system first, then you may copy the FogLAMP package in the *apt cache* directory and install it. @@ -308,17 +308,17 @@ We recommend to execute an *update-upgrade-update* of the system first, then you ... $ sudo apt update ... - $ sudo cp foglamp-1.3-x86_64_ubuntu_16_04.deb /var/cache/apt/archives/. + $ sudo cp foglamp-1.3.1-x86_64_ubuntu_16_04.deb /var/cache/apt/archives/. ... - $ sudo apt install /var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb + $ sudo apt install /var/cache/apt/archives/foglamp-1.3.1-x86_64_ubuntu_16_04.deb Reading package lists... Done Building dependency tree Reading state information... Done - Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb' + Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3.1-x86_64_ubuntu_16_04.deb' The following packages were automatically installed and are no longer required: ... - Unpacking foglamp (1.3) ... - Setting up foglamp (1.3) ... + Unpacking foglamp (1.3.1) ... + Setting up foglamp (1.3.1) ... Resolving data directory Data directory does not exist. Using new data directory Installing service script @@ -340,7 +340,7 @@ Check the newly installed package: .. code-block:: console $ sudo dpkg -l | grep foglamp - ii foglamp 1.3 amd64 FogLAMP, the open source platform for the Internet of Things + ii foglamp 1.3.1 amd64 FogLAMP, the open source platform for the Internet of Things $ @@ -370,7 +370,7 @@ Check if FogLAMP is up and running with the ``foglamp`` command: .. code-block:: console $ /usr/local/foglamp/bin/foglamp status - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP Uptime: 162 seconds. FogLAMP records: 0 read, 0 sent, 0 purged. FogLAMP does not require authentication. @@ -410,7 +410,7 @@ Use the ``apt`` or the ``apt-get`` command to uninstall FogLAMP: After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] (Reading database ... 211747 files and directories currently installed.) - Removing foglamp (1.3) ... + Removing foglamp (1.3.1) ... FogLAMP is currently running. Stop FogLAMP service. Kill FogLAMP. diff --git a/docs/06_plugins/01_FogLAMP_plugins.rst b/docs/06_plugins/01_FogLAMP_plugins.rst index ae8a65fa60..79fd93c4d1 100644 --- a/docs/06_plugins/01_FogLAMP_plugins.rst +++ b/docs/06_plugins/01_FogLAMP_plugins.rst @@ -122,7 +122,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi May 16 01:36:09 ubuntu python3[13741]: FogLAMP[13741] INFO: scheduler: foglamp.services.core.scheduler.scheduler: Process started: Schedule 'stats collection' process 'stats coll ['tasks/statistics', '--port=40138', '--address=127.0.0.1', '--name=stats collector'] ... - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP Uptime: 266 seconds. FogLAMP records: 0 read, 0 sent, 0 purged. FogLAMP does not require authentication. @@ -154,7 +154,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi openweathermap plugin installed. $ $ foglamp status - FogLAMP v1.3 running. + FogLAMP v1.3.1 running. FogLAMP Uptime: 271 seconds. FogLAMP records: 36 read, 0 sent, 0 purged. FogLAMP does not require authentication. diff --git a/docs/91_version_history.rst b/docs/91_version_history.rst index 65a5769db6..37cc9a46d5 100644 --- a/docs/91_version_history.rst +++ b/docs/91_version_history.rst @@ -25,6 +25,21 @@ Version History FogLAMP v1 ========== +v1.3.1 +---- + +Release Date: 2018-07-13 + + +Fixed Issues +~~~~~~~~~~~~ + +- **Open File Descriptiors** + + - **open file descriptors**: Storage service did not close open files, leading to multiple open file descriptors + + + v1.3 ---- diff --git a/docs/92_downloads.rst b/docs/92_downloads.rst index 3174fee8ac..f6d67def69 100644 --- a/docs/92_downloads.rst +++ b/docs/92_downloads.rst @@ -50,6 +50,14 @@ v1.3 Ubuntu 18.04 +.. |intel 1.3.1 Ubuntu 16.04| raw:: html + + v1.3.1 Ubuntu 16.04 + +.. |intel 1.3.1 Ubuntu 18.04| raw:: html + + v1.3.1 Ubuntu 18.04 + .. |arm 1.0| raw:: html v1.0 @@ -70,6 +78,10 @@ v1.3 +.. |arm 1.3.1| raw:: html + + v1.3.1 + .. |arm-envphat 1.2| raw:: html v1.2 @@ -101,14 +113,14 @@ We have created Debian for Intel and ARM architectures. The packages have been t FogLAMP Debian Packages for Intel --------------------------------- -- |intel 1.3 Ubuntu 16.04| - Released 2018-07-05 -- |intel 1.3 Ubuntu 18.04| - Released 2018-07-05 +- |intel 1.3.1 Ubuntu 16.04| - Released 2018-07-13 +- |intel 1.3.1 Ubuntu 18.04| - Released 2018-07-13 FogLAMP Debian Packages for ARM ------------------------------- -- |arm 1.3| - Released 2018-07-05 +- |arm 1.3.1| - Released 2018-07-13 Snap Packages