@@ -51,6 +51,10 @@ Performance, Internal Implementation, Development Support etc.
51
51
52
52
* Enable address and undefined sanitizer tasks at GitHub Actions CI.
53
53
54
+ * More UNUSED annotation to help using -Wunused option with the
55
+ compiler.
56
+ (merge 4b992f0a24 jk/unused-anno-more later to maint).
57
+
54
58
55
59
Fixes since v2.38
56
60
-----------------
@@ -136,6 +140,20 @@ Fixes since v2.38
136
140
jobs (the other one tests Apple Common Crypto).
137
141
(merge 1ad5c3df35 jc/ci-osx-with-sha1dc later to maint).
138
142
143
+ * A bugfix with tracing support in midx codepath
144
+ (merge e9c3839944 tb/midx-bitmap-selection-fix later to maint).
145
+
146
+ * When geometric repacking feature is in use together with the
147
+ --pack-kept-objects option, we lost packs marked with .keep files.
148
+ (merge 197443e80a tb/save-keep-pack-during-geometric-repack later to maint).
149
+
150
+ * Move a global variable added as a hack during regression fixes to
151
+ its proper place in the API.
152
+ (merge 0b0ab95f17 ab/run-hook-api-cleanup later to maint).
153
+
154
+ * Update to build procedure with VS using CMake/CTest.
155
+ (merge c858750b41 js/cmake-updates later to maint).
156
+
139
157
* Other code cleanup, docfix, build fix, etc.
140
158
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
141
159
(merge 2a905f8fa8 ah/branch-autosetupmerge-grammofix later to maint).
@@ -146,3 +164,4 @@ Fixes since v2.38
146
164
(merge a677d3c416 pw/remove-rebase-p-test later to maint).
147
165
(merge e3733b646d rs/archive-dedup-printf later to maint).
148
166
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
167
+ (merge 8d2863e4ed nw/t1002-cleanup later to maint).
0 commit comments