https://git.schokokeks.org/derivepassphrase.git/tree/61ebfcab313cfb49878b1f93ff3b53ae1255d48aRecent commits to derivepassphrase.git (61ebfcab313cfb49878b1f93ff3b53ae1255d48a)2025-06-24T22:28:10+02:00tag:gitlist.org,2012:commit/61ebfcab313cfb49878b1f93ff3b53ae1255d48aFix more details in the release checklist, after the fact2025-06-24T22:28:10+02:00Marco Riccisoftware@the13thletter.info
<pre>Some details in the publishing of the documentation are slightly off.
</pre>
tag:gitlist.org,2012:commit/ee6f43b6be4851f1f7611e13723448a8ead9b978Update wishlist to post-v0.5.12025-06-24T22:09:38+02:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/ca8f3a4bb2f00048b6e10b047b15ccb6166d67afRelease 0.5.12025-06-24T21:59:36+02:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/9a11cb8c83f6512ba01ae7d15e99055112ec39c2Merge topic branch 'release-checklist' into master2025-06-24T21:50:48+02:00Marco Riccisoftware@the13thletter.info
<pre>* release-checklist:
Fix some details in the release checklist
</pre>
tag:gitlist.org,2012:commit/6a2d34dc41201e7973255494987d2b8250d8a351Fix some details in the release checklist2025-06-24T21:48:33+02:00Marco Riccisoftware@the13thletter.info
<pre>The `bump-my-version` incantation was wrong, and actually already set up
for committing and tagging.
</pre>
tag:gitlist.org,2012:commit/ec96c351cabfc9133ef192acbaf92f61943b032eMerge topic branch 'documentation-fixes' into master2025-06-22T22:52:17+02:00Marco Riccisoftware@the13thletter.info
<pre>* documentation-fixes:
Fix links to Windows SSH key support status elsewhere in the docs
</pre>
tag:gitlist.org,2012:commit/d2d0c8122d3e062fa86d68f2762ef2212a9e07d5Fix links to Windows SSH key support status elsewhere in the docs2025-06-22T22:50:07+02:00Marco Riccisoftware@the13thletter.info
<pre>Specifically, fix the links in the README and the reference section to
directly link to the wishlist, not the old GitHub issues.
</pre>
tag:gitlist.org,2012:commit/4dab46d491891089953c007355493c6746b77eb0Merge topic branch 'changelog-v0.5' into master2025-06-22T15:12:08+02:00Marco Riccisoftware@the13thletter.info
<pre>* changelog-v0.5:
Add changelog entry for Python 3.14 support
Assert compatibility with Python 3.14 (beta 3)
</pre>
tag:gitlist.org,2012:commit/062c711a54826a90759e99063e00cda6bdb8b7d0Add changelog entry for Python 3.14 support2025-06-22T15:10:18+02:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/ab49da2180685f91a5e7162e99cf031c32538d88Assert compatibility with Python 3.14 (beta 3)2025-06-22T14:39:43+02:00Marco Riccisoftware@the13thletter.info
<pre>Tested by manually installing Python 3.14 beta 3 and adjusting the
`hatch` testing matrix, because no published version of `hatch`
currently "knows" about Python 3.14 yet (i.e., provides Python 3.14
distributions for installation).
On Linux, the test suite runs decidedly slower because the default
`multiprocessing` start method changed from `fork` to `forkserver`, and
one test (`tests.test_derivepassphrase_cli.TestFakedConfigurationMutex`)
spawns hordes of processes, dominating the runtime. This is
regrettable, but not strictly incompatible, and the obvious "fixes" are
actually policy decisions instead of behavioral fixes. So I do not wish
to add any such fix just yet, without due consideration of the design
and the consequences.
</pre>