diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-07 17:09:21 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-07 17:19:59 -0700 |
| commit | bbe21b64a08f89475d8a3818e20c111378daa621 (patch) | |
| tree | 2e785dbdb8cb58b64cd202414ac1a7ce6ca48c18 /Documentation/RelNotes | |
| parent | 9b89c08caed7b943cf2c758a9c58cd3cbd9f8c64 (diff) | |
| download | git-bbe21b64a08f89475d8a3818e20c111378daa621.tar.xz | |
Start 2.39 cycle
The version numbers do not mean much, but we may want to call the
first one in 2023 version 3.1 or something, but let's just increment
the second digit from the previous one for this cycle.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.39.0.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt new file mode 100644 index 0000000000..3d27b72efc --- /dev/null +++ b/Documentation/RelNotes/2.39.0.txt @@ -0,0 +1,22 @@ +Git v2.39 Release Notes +======================= + +Performance, Internal Implementation, Development Support etc. + + * With a bit of header twiddling, use the native regexp library on + macOS instead of the compat/ one. + + * Prepare for GNU [ef]grep that throw warning of their uses. + + * Sources related to fuzz testing have been moved down to their own + directory. + + +Fixes since v2.38 +----------------- + + * The codepath that reads from the index v4 had unaligned memory + accesses, which has been corrected. + (merge 4a6ed30f96 vd/fix-unaligned-read-index-v4 later to maint). + + * Other code cleanup, docfix, build fix, etc. |
