@@ -72,6 +72,10 @@ UI, Workflows & Features
72
72
* The `send-email` documentation has been updated with OAuth2.0
73
73
related examples.
74
74
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
+
75
79
76
80
Performance, Internal Implementation, Development Support etc.
77
81
--------------------------------------------------------------
@@ -157,6 +161,12 @@ Performance, Internal Implementation, Development Support etc.
157
161
158
162
* Build performance fix.
159
163
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
+
160
170
161
171
Fixes since v2.49
162
172
-----------------
@@ -306,6 +316,15 @@ Fixes since v2.49
306
316
* Use-after-free fix in the sequencer.
307
317
(merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
308
318
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
+
309
328
* Other code cleanup, docfix, build fix, etc.
310
329
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
311
330
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
0 commit comments