@@ -72,6 +72,10 @@ UI, Workflows & Features
7272 * The `send-email` documentation has been updated with OAuth2.0
7373 related examples.
7474
75+ * Two of the "scalar" subcommands that add a repository that hasn't
76+ been under "scalar"'s control are taught an option not to enable the
77+ scheduled maintenance on it.
78+
7579
7680Performance, Internal Implementation, Development Support etc.
7781--------------------------------------------------------------
@@ -157,6 +161,12 @@ Performance, Internal Implementation, Development Support etc.
157161
158162 * Build performance fix.
159163
164+ * Teach "git send-email" to also consult `hostname -f` for mail
165+ domain to compute the identity given to SMTP servers.
166+
167+ * The dependency on the_repository variable has been reduced from the
168+ code paths in "git replay".
169+
160170
161171Fixes since v2.49
162172-----------------
@@ -306,6 +316,15 @@ Fixes since v2.49
306316 * Use-after-free fix in the sequencer.
307317 (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
308318
319+ * win+Meson CI pipeline, unlike other pipelines for Windows,
320+ used to build artifacts in develper mode, which has been changed to
321+ build them in release mode for consistency.
322+ (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).
323+
324+ * CI settings at GitLab has been updated to run MSVC based Meson job
325+ automatically (as opposed to be done only upon manual request).
326+ (merge 6389579b2f ps/ci-gitlab-enable-msvc-meson-job later to maint).
327+
309328 * Other code cleanup, docfix, build fix, etc.
310329 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
311330 (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
0 commit comments