med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

416
active users

#changelog

0 posts0 participants0 posts today

glibc (2.41-7) unstable; urgency=medium

Starting with glibc 2.41, shared libraries requiring an executable stack
cannot be dynamically loaded through the #dlopen mechanism from a binary that
does not require an executable stack. This change aims to improve security,
as the previous behavior was used as a vector for RCE (#CVE-2023-38408).
Attempting to do so will result in the following error:

cannot enable executable stack as shared object requires: Invalid argument

While most libraries generated in the past 20 years do not require an
executable stack, some third-party software still need this capability. Many
vendors have already updated their binaries to address this.

If you need to run a program that requires an executable stack through
dynamic loaded shared libraries, you can use the glibc.rtld.execstack
tunable:

Glibc6_TUNABLES=glibc.rtld.execstack=2 ./program

-- Aurelien Jarno <aurel32@debian.org> Sun, 13 Apr 2025 14:41:11 +0200

Continued thread

Writing on a documentation for my website, I wondered:
Should I setup an RSS feed for my changelog (and then maybe also be more detailed in my changelog)?
Do you offer an RSS feed for your changelog?
Are you subscribed to a changelog RSS?
What information do you like to read in such a feed?

#personalWebsite #personalWeb #RSS #changelog

And because I like a poll, here's one: Do you use changelog RSS feeds? (multiple choice)

Ich möchte aktuell für #Moirenico einen automatischen #Changelog erstellen lassen, dafür müssten, aber die bisherigen #git Commits besser formatiert sein.
Wie geht man damit am besten um?

Ich nutze damfür github.com/git-chglog/git-chgl
Commits: codeberg.org/Moirenico/mdBook/

Die neuen Commits müssten dann so aussehen "Added(grw): test"
Würde dann so formatiert werden:

# CHANGELOG
## [Unreleased]
### Grundregelwerk
- **Added:** test

GitHubGitHub - git-chglog/git-chglog: CHANGELOG generator implemented in Go (Golang).CHANGELOG generator implemented in Go (Golang). Contribute to git-chglog/git-chglog development by creating an account on GitHub.

Dzisiaj w głównej gałęzi repozytorium Tuby pojawił się nowy feature. Osoby używające tego klienta fediwersum w wersji z git mogą włączyć w preferencjach przesyłanie danych dotyczących konfiguracji programu do osoby tworzącej Tubę. Pozwoli to na podjęcie decyzji, które ustawienia powinny być włączone domyślnie, a które są w ogóle niepotrzebne.

Przed włączeniem można podejrzeć, jakie dane są wysyłane, więc decyzji nie trzeba podejmować się w ciemno.

Kolejną nowością w preferencjach jest odświeżanie co dwa tygodnie listy kont fediverse osób wspierających Tubę na GitHubie („sponsors and contributors”). Lista ma być odświeżana przy aktualizacji programu, a opcja pozwala na dodatkowe uaktualnianie.

Konta osób wspierających Tubę dostaną „something fancy on their profiles as a thank you”, a na razie nagłówki ich profilu są zabarwione na jaśniejszą wersję koloru akcentowego.

i wrote this #python #cli #tool last year it's pretty good.

#protokolo generates a #changelog from fragment files, kind of like #towncrier, but way less intelligently (in a good way). its purpose is to circumvent the problem where many #vcs commits attempt to edit the same section in the change log file, and they #mergeConflict all the time. (or worse, a pr that is merged late adds its change log to a previous release.)

protokolo.readthedocs.io/en/st

protokolo.readthedocs.ioProtokolo - Protokolo documentation
Replied in thread

Just released: blurb 1.3.0 🚀

blurb is the CLI we use for managing CPython's news/changelog entries.

🗞️ Add support for Python 3.13

🗞️ Drop support for Python 3.8

🗞️ Generate digital attestations for PyPI (PEP 740)

🗞️ Allow running blurb test from blurb-* directories by

🗞️ Add version subcommand

🗞️ Generate __version__ at build to avoid slow importlib.metadata

pypi.org/project/blurb/1.3.0/

PyPIblurbCommand-line tool to manage CPython Misc/NEWS.d entries.
Continued thread

I've been tinkering with this in my free time. Now I can detect the corners of images automatically and place them in a grid, _mostly_ accurately. Also added pan/zoom functionality. It's still just a preview tool, but I can use this to make a more gamelike thing l8r.