Current section
23 Versions
Jump to
Current section
23 Versions
Compare versions
7
files changed
+44
additions
-12
deletions
| @@ -0,0 +1,21 @@ | |
| 1 | + MIT License |
| 2 | + |
| 3 | + Copyright (c) 2009-2020 Michael Truog <mjtruog at protonmail dot com> |
| 4 | + |
| 5 | + Permission is hereby granted, free of charge, to any person obtaining a |
| 6 | + copy of this software and associated documentation files (the "Software"), |
| 7 | + to deal in the Software without restriction, including without limitation |
| 8 | + the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 9 | + and/or sell copies of the Software, and to permit persons to whom the |
| 10 | + Software is furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | + The above copyright notice and this permission notice shall be included in |
| 13 | + all copies or substantial portions of the Software. |
| 14 | + |
| 15 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 20 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 21 | + DEALINGS IN THE SOFTWARE. |
| @@ -22,7 +22,7 @@ use a process count higher than 1, make sure to have "${I}" within the | |
| 22 22 | file path, so the process index is used within the file path.</p>. |
| 23 23 | <p>Copyright © 2014-2019 Michael Truog</p> |
| 24 24 | |
| 25 | - <p><b>Version:</b> 1.8.0 Jun 3 2020 21:42:45 |
| 25 | + <p><b>Version:</b> 1.8.0 Nov 26 2020 19:35:46 |
| 26 26 | ------------------------------------------------------------------------</p> |
| 27 27 | <p><b>Behaviours:</b> <a href="deps/cloudi_core/doc/cloudi_service.html"><tt>cloudi_service</tt></a>.</p> |
| 28 28 | <p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p> |
| @@ -13,9 +13,9 @@ | |
| 13 13 | <ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul> |
| 14 14 | <h3><a name="CloudI_Write_Ahead_Logging_(WAL)">CloudI Write Ahead Logging (WAL)</a></h3> |
| 15 15 | File storage for transaction logging done by cloudi_service_queue. |
| 16 | - <p>Copyright © 2014-2018 Michael Truog</p> |
| 16 | + <p>Copyright © 2014-2020 Michael Truog</p> |
| 17 17 | |
| 18 | - <p><b>Version:</b> 1.7.4 Jun 3 2020 21:42:45 |
| 18 | + <p><b>Version:</b> 2.0.1 Nov 26 2020 19:35:46 |
| 19 19 | ------------------------------------------------------------------------</p> |
| 20 20 | <p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p> |
| @@ -11,7 +11,7 @@ | |
| 11 11 | <<"doc/index.html">>,<<"doc/modules-frame.html">>,<<"test">>, |
| 12 12 | <<"test/cloudi_service_queue_SUITE.erl">>, |
| 13 13 | <<"test/cloudi_write_ahead_logging_SUITE.erl">>,<<"rebar.config">>, |
| 14 | - <<"README.markdown">>]}. |
| 14 | + <<"README.markdown">>,<<"LICENSE">>]}. |
| 15 15 | {<<"licenses">>,[<<"MIT">>]}. |
| 16 16 | {<<"links">>, |
| 17 17 | [{<<"GitHub">>,<<"https://github.com/CloudI/cloudi_service_queue">>}, |
| @@ -22,5 +22,5 @@ | |
| 22 22 | {<<"name">>,<<"cloudi_core">>}, |
| 23 23 | {<<"optional">>,false}, |
| 24 24 | {<<"repository">>,<<"hexpm">>}, |
| 25 | - {<<"requirement">>,<<"~> 2.0.0">>}]]}. |
| 26 | - {<<"version">>,<<"2.0.0">>}. |
| 25 | + {<<"requirement">>,<<"~> 2.0.1">>}]]}. |
| 26 | + {<<"version">>,<<"2.0.1">>}. |
| @@ -4,7 +4,7 @@ | |
| 4 4 | {deps, |
| 5 5 | [{cloudi_core, ".*", |
| 6 6 | {git, "https://github.com/CloudI/cloudi_core.git", |
| 7 | - {tag, "v2.0.0"}}}]}. |
| 7 | + {tag, "v2.0.1"}}}]}. |
| 8 8 | |
| 9 9 | {erl_opts, |
| 10 10 | [debug_info, |
Loading more files…