diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 15:18:10 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 16:11:11 +0100 |
| commit | 95cd4af3fb48f020af821aeccc98563561569de2 (patch) | |
| tree | 9e812daa92ebcd756f40f7ad02e856b1d7088e1b /docs/topics | |
| parent | ea7065b1f2d20c6126e18d50db586c66a8302139 (diff) | |
| download | luasystem-0.5.1.tar.gz luasystem-0.5.1.tar.bz2 luasystem-0.5.1.zip | |
Release v0.5.1v0.5.1
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/01-introduction.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/02-development.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/03-terminal.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/CHANGELOG.md.html | 13 | ||||
| -rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
5 files changed, 13 insertions, 8 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index cf8a21f..f0f627d 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html | |||
| @@ -84,7 +84,7 @@ independence.</p> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 87 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index b9f79fd..315fa37 100644 --- a/docs/topics/02-development.md.html +++ b/docs/topics/02-development.md.html | |||
| @@ -84,7 +84,7 @@ pass locally, and do not rely on CI only.</p> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 87 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index 8c45d6e..7ce28af 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html | |||
| @@ -218,7 +218,7 @@ For an example see <a href="../examples/password_input.lua.html"><code>examples/ | |||
| 218 | </div> <!-- id="main" --> | 218 | </div> <!-- id="main" --> |
| 219 | <div id="about"> | 219 | <div id="about"> |
| 220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 221 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 221 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 222 | </div> <!-- id="about" --> | 222 | </div> <!-- id="about" --> |
| 223 | </div> <!-- id="container" --> | 223 | </div> <!-- id="container" --> |
| 224 | </body> | 224 | </body> |
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index fd3ba59..fa2d706 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
| @@ -98,8 +98,7 @@ | |||
| 98 | <li>commit the changes as <code>Release vX.Y.Z</code></li> | 98 | <li>commit the changes as <code>Release vX.Y.Z</code></li> |
| 99 | <li>push the commit, and create a release PR</li> | 99 | <li>push the commit, and create a release PR</li> |
| 100 | <li>after merging tag the release commit with <code>vX.Y.Z</code></li> | 100 | <li>after merging tag the release commit with <code>vX.Y.Z</code></li> |
| 101 | <li>upload to LuaRocks:<br/> | 101 | <li>upload to LuaRocks will be automatic by the CI runners</li> |
| 102 | <code>luarocks upload ./rockspecs/luasystem-X.Y.Z-1.rockspec --api-key=ABCDEFGH</code></li> | ||
| 103 | <li>test the newly created rock:<br/> | 102 | <li>test the newly created rock:<br/> |
| 104 | <code>luarocks install luasystem</code></li> | 103 | <code>luarocks install luasystem</code></li> |
| 105 | </ul> | 104 | </ul> |
| @@ -107,7 +106,13 @@ | |||
| 107 | <p><a name="Version_history"></a></p> | 106 | <p><a name="Version_history"></a></p> |
| 108 | <h2>Version history</h2> | 107 | <h2>Version history</h2> |
| 109 | 108 | ||
| 110 | <h3>unreleased</h3> | 109 | <h3>version 0.5.1, released 12-Mar-2025</h3> |
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Fix: on older unixes with glibc < 2.25, fall back to <code>/dev/urandom</code></li> | ||
| 113 | </ul> | ||
| 114 | |||
| 115 | <h3>version 0.5.0, released 02-Mar-2025</h3> | ||
| 111 | 116 | ||
| 112 | <ul> | 117 | <ul> |
| 113 | <li>Feat: when detecting character display width, also accept unicode codepoints (integers), | 118 | <li>Feat: when detecting character display width, also accept unicode codepoints (integers), |
| @@ -194,7 +199,7 @@ | |||
| 194 | </div> <!-- id="main" --> | 199 | </div> <!-- id="main" --> |
| 195 | <div id="about"> | 200 | <div id="about"> |
| 196 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 201 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 197 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 202 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 198 | </div> <!-- id="about" --> | 203 | </div> <!-- id="about" --> |
| 199 | </div> <!-- id="container" --> | 204 | </div> <!-- id="container" --> |
| 200 | </body> | 205 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index bbe229e..612cdb9 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
| @@ -94,7 +94,7 @@ SOFTWARE.</p> | |||
| 94 | </div> <!-- id="main" --> | 94 | </div> <!-- id="main" --> |
| 95 | <div id="about"> | 95 | <div id="about"> |
| 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 97 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 97 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
| 99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
| 100 | </body> | 100 | </body> |
