Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release snap #3635

Merged
merged 24 commits into from Feb 25, 2024
Merged

Next release snap #3635

merged 24 commits into from Feb 25, 2024

Conversation

marcelstoer
Copy link
Member

@marcelstoer marcelstoer commented Feb 6, 2024

This was triggered by Gregor's comment at #3633 (comment).

It's been ages since we last snapped something back to the release branch. What we documented at https://github.com/nodemcu/nodemcu-firmware/blob/release/CONTRIBUTING.md#handling-releases is mostly still correct 😄

nwf and others added 15 commits January 7, 2022 05:53
* docs: node: point at telnet module now

See 8d091c4

* Fix links

Co-authored-by: Marcel Stör <marcelstoer@users.noreply.github.com>
Do not change the URL to artifacts that reside inside the `/docs`
folder as they are correctly managed by MkDocs.

Fixes #3495
This change prevents the shell from erroring out with `$PATH` values that contain e.g. parentheses, as is likely for WSL users.
This is intended to be a more portable abstraction: rather than
hard-coding offsets in the macro invocations, it relies on the existence
of __builtin_offset and its availability even within inline asm blocks.

While here, rename some of the functions involved to hopefully improve
clarity
* Allow configuration of debugOutput to be performed

* don't send to own IP or update own data

* Use same socket to send and receive. Avoid problems in many opened and closed sockets to send

* Add callback for REMOVEed hosts

* Send broascast messages if seedList is empty

* Adapt yeelink to new luacheck rules

* Fix building of luac.cross for win to win2019 and VS 2019
Adapt https://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html to
NodeMCU.  Mostly a straight application, but some small tweaks were
required and, in lundump.c, some changes were elided and some additional
diff reduction applied, as we have heavily diverged from upstream.
Updates old link to ESP8266 product page which referred to a 404 page.
@HHHartmann
Copy link
Member

Would like to add 1 or 2 pull reques first.

@marcelstoer
Copy link
Member Author

@HHHartmann which ones did you have in mind?

@HHHartmann
Copy link
Member

HHHartmann commented Feb 18, 2024

I would suggest these at least:

and maybe this one, but it would need a little bit of love first

And of course I'd still like to get this integrated:

@marcelstoer
Copy link
Member Author

The first four seemed like no-brainers. Hence, I felt confident to merge them 😄

As for the last one, I'm completely lost, not my world.

@HHHartmann
Copy link
Member

When merging this PR a github workflow should start creating the release note together with attached luac.cross binaries for windows. So give it some time.
Trigger is:

on:
  push:
    tags:
      - '3.*-release_*'

@HHHartmann
Copy link
Member

HHHartmann commented Feb 18, 2024

found some more changes that hepled me:

@marcelstoer marcelstoer merged commit 4b92eab into release Feb 25, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet