diff options
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db13cb..931bfa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,26 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## [v3.0.0](https://github.com/lunarmodules/luasocket/releases/v3.0.0) — unreleased | ||
4 | |||
5 | The last time LuaSocket had a stable release tag was 14 years ago when 2.0.2 was tagged. | ||
6 | A v3 release candidate was tagged 9 years ago. | ||
7 | Since then it has been downloaded over 3 million times. | ||
8 | Additionally the Git repository regularly gets several hundred clones a day. | ||
9 | But 9 years is a long time and even the release candidate has grown a bit long in the tooth. | ||
10 | Many Linux distros have packaged the current Git HEAD or some specific tested point as dated or otherwise labeled releases. | ||
11 | 256 commits later and having been migrated to the @lunarmodules org namespace on GitHub, please welcome v3. | ||
12 | |||
13 | This release is a "safe-harbor" tag that represents a minimal amount of changes to get a release tagged. | ||
14 | Beyond some CI tooling, very little code has changed since migration to @lunarmodules ([5b18e47..e47d98f](https://github.com/lunarmodules/luasocket/compare/5b18e47..e47d98f?w=1)): | ||
15 | |||
16 | * Lua 5.4.3+ support – @pkulchenko, @Zash | ||
17 | * Cleanup minor issues to get a code linter to pass – @Tieske, @jyoui, @alerque | ||
18 | * Update Visual Studio build rules for Lua 5.1 – @ewestbrook | ||
19 | * Set http transfer-encoding even without content-length – @tokenrove | ||
20 | |||
21 | Prior to migration to @lunarmodules ([v3.0-rc1..5b18e47](https://github.com/lunarmodules/luasocket/compare/v3.0-rc1..5b18e47?w=1)) many things happened of which the author of this changelog is not fully apprised. | ||
22 | Your best bet if it affects your project somehow is to read the commit log & diffs yourself. | ||
23 | |||
3 | ## [v3.0-rc1](https://github.com/lunarmodules/luasocket/releases/v3.0-rc1) — 2013-06-14 | 24 | ## [v3.0-rc1](https://github.com/lunarmodules/luasocket/releases/v3.0-rc1) — 2013-06-14 |
4 | 25 | ||
5 | Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility. | 26 | Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility. |
@@ -33,3 +54,5 @@ Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility. | |||
33 | * Improved: Clarified tcp:receive() in the manual (MPB); | 54 | * Improved: Clarified tcp:receive() in the manual (MPB); |
34 | * Improved: Decent makefiles (LHF). | 55 | * Improved: Decent makefiles (LHF). |
35 | * Fixed: RFC links in documentation now point to IETF (Cosmin Apreutesei). | 56 | * Fixed: RFC links in documentation now point to IETF (Cosmin Apreutesei). |
57 | |||
58 | ## [v2.0.2](https://github.com/lunarmodules/luasocket/releases/v2.0.2) — 2007-09-11 | ||