mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
chore: Draft v3 release notes
This commit is contained in:
parent
b5b60f9d6f
commit
e863315729
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,5 +1,26 @@
|
||||
# Changelog
|
||||
|
||||
## [v3.0.0](https://github.com/lunarmodules/luasocket/releases/v3.0.0) — unreleased
|
||||
|
||||
The last time LuaSocket had a stable release tag was 14 years ago when 2.0.2 was tagged.
|
||||
A v3 release candidate was tagged 9 years ago.
|
||||
Since then it has been downloaded over 3 million times.
|
||||
Additionally the Git repository regularly gets several hundred clones a day.
|
||||
But 9 years is a long time and even the release candidate has grown a bit long in the tooth.
|
||||
Many Linux distros have packaged the current Git HEAD or some specific tested point as dated or otherwise labeled releases.
|
||||
256 commits later and having been migrated to the @lunarmodules org namespace on GitHub, please welcome v3.
|
||||
|
||||
This release is a "safe-harbor" tag that represents a minimal amount of changes to get a release tagged.
|
||||
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)):
|
||||
|
||||
* Lua 5.4.3+ support – @pkulchenko, @Zash
|
||||
* Cleanup minor issues to get a code linter to pass – @Tieske, @jyoui, @alerque
|
||||
* Update Visual Studio build rules for Lua 5.1 – @ewestbrook
|
||||
* Set http transfer-encoding even without content-length – @tokenrove
|
||||
|
||||
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.
|
||||
Your best bet if it affects your project somehow is to read the commit log & diffs yourself.
|
||||
|
||||
## [v3.0-rc1](https://github.com/lunarmodules/luasocket/releases/v3.0-rc1) — 2013-06-14
|
||||
|
||||
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.
|
||||
* Improved: Clarified tcp:receive() in the manual (MPB);
|
||||
* Improved: Decent makefiles (LHF).
|
||||
* Fixed: RFC links in documentation now point to IETF (Cosmin Apreutesei).
|
||||
|
||||
## [v2.0.2](https://github.com/lunarmodules/luasocket/releases/v2.0.2) — 2007-09-11
|
||||
|
Loading…
Reference in New Issue
Block a user