@@ -47,6 +47,12 @@ UI, Workflows & Features
47
47
service names (like smtp) in addition to the numeric port numbers
48
48
(like 25).
49
49
50
+ * Lift the limitation to use changed-path filter in "git log" so that
51
+ it can be used for a pathspec with multiple literal paths.
52
+
53
+ * Clean up the way how signature on commit objects are exported to
54
+ and imported from fast-import stream.
55
+
50
56
51
57
Performance, Internal Implementation, Development Support etc.
52
58
--------------------------------------------------------------
@@ -195,6 +201,13 @@ including security updates, are included in this release.
195
201
expansion.
196
202
(merge 7d275cd5c0 jb/gpg-program-variable-is-a-pathname later to maint).
197
203
204
+ * Our <sane-ctype.h> header file relied on that the system-supplied
205
+ <ctype.h> header is not later included, which would override our
206
+ macro definitions, but "amazon linux" broke this assumption. Fix
207
+ this by preemptively including <ctype.h> near the beginning of
208
+ <sane-ctype.h> ourselves.
209
+ (merge 9d3b33125f ps/sane-ctype-workaround later to maint).
210
+
198
211
* Other code cleanup, docfix, build fix, etc.
199
212
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
200
213
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
0 commit comments