aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2022-03-24 22:39:18 +0300
committerCaleb Maclennan <caleb@alerque.com>2022-03-25 10:59:23 +0300
commite8633157298eff538da3cb514cf2e2ad65f45d9c (patch)
tree969279a934544af1eafb82290fc08efd070755c7
parentb5b60f9d6fd116c377475b3f7431e297ce0e553c (diff)
downloadluasocket-e8633157298eff538da3cb514cf2e2ad65f45d9c.tar.gz
luasocket-e8633157298eff538da3cb514cf2e2ad65f45d9c.tar.bz2
luasocket-e8633157298eff538da3cb514cf2e2ad65f45d9c.zip
chore: Draft v3 release notes
-rw-r--r--CHANGELOG.md23
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
5The last time LuaSocket had a stable release tag was 14 years ago when 2.0.2 was tagged.
6A v3 release candidate was tagged 9 years ago.
7Since then it has been downloaded over 3 million times.
8Additionally the Git repository regularly gets several hundred clones a day.
9But 9 years is a long time and even the release candidate has grown a bit long in the tooth.
10Many Linux distros have packaged the current Git HEAD or some specific tested point as dated or otherwise labeled releases.
11256 commits later and having been migrated to the @lunarmodules org namespace on GitHub, please welcome v3.
12
13This release is a "safe-harbor" tag that represents a minimal amount of changes to get a release tagged.
14Beyond 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
21Prior 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.
22Your 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
5Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility. 26Main 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