Skip to content

Commit 699b41d

Browse files
committed
ReleaseNotes: fix order of the latest two entries
After merging the release notes of the security fix release v2.39.1, by mistake the next section was not added at the top. Let's fix that. This commit is best viewed with `--color-moved`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent edff6c0 commit 699b41d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

ReleaseNotes.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ Git for Windows also contains Embedded CAcert Root Certificates. For more inform
4040

4141
This package contains software from a number of other projects including Bash, zlib, curl, tcl/tk, perl, MSYS2 and a number of libraries and utilities from the GNU project, licensed under the GNU General Public License. Likewise, it contains Perl which is dual licensed under the GNU General Public License and the Artistic License.
4242

43+
## Changes since Git for Windows v2.39.1 (January 17th 2023)
44+
45+
### New Features
46+
47+
* In the olden Git days, there were "dashed" Git commands (e.g. `git-commit` instead of `git commit`). These haven't been supported for interactive use in a really, really long time. But they still worked in Git aliases and hooks ("scripts"). Since Git v1.5.4 (released on February 2nd, 2008), it was discouraged/deprecated to use dashed Git commands even in scripts. As of this version, Git for Windows [no longer supports these dashed commands](https://github.com/git-for-windows/git/pull/4252).
48+
49+
### Bug Fixes
50+
51+
* Some commands mishandled absolute paths near the drive root (e.g. [`scalar unregister C:/foo`](https://github.com/git-for-windows/git/issues/4200)), which has been [fixed](https://github.com/git-for-windows/git/pull/4253).
52+
4353
## Changes since Git for Windows v2.39.0(2) (December 21st 2022)
4454

4555
This is a security release, addressing [CVE-2022-41903](https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq), [CVE-2022-23521](https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89) and [CVE-2022-41953](https://github.com/git-for-windows/git/security/advisories/GHSA-v4px-mx59-w99c).
@@ -48,24 +58,13 @@ This is a security release, addressing [CVE-2022-41903](https://github.com/git/g
4858

4959
* Comes with [Git v2.39.1](https://github.com/git/git/blob/v2.39.1/Documentation/RelNotes/2.39.1.txt).
5060

51-
5261
### Bug Fixes
5362

5463
* Addresses [CVE-2022-23521](https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89), a critical vulnerability in the `.gitattributes` parsing that potentially allows malicious code to be executed while cloning.
5564
* Addresses [CVE-2022-41953](https://github.com/git-for-windows/git/security/advisories/GHSA-v4px-mx59-w99c), a vulnerability that makes Git GUI's `Clone` function susceptible to Remote Code Execution attacks.
5665
* Addresses [CVE-2022-41903](https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq), a vulnerability that may allow heap overflows and code to be executed inadvertently during a `git archive` invocation.
5766
* A [regression introduced in Git for Windows v2.39.0(2)](https://github.com/git-for-windows/git/issues/4194) that prevented cloning from Bitbucket [was fixed](https://github.com/git-for-windows/MINGW-packages/pull/64).
5867

59-
## Changes since Git for Windows v2.39.1 (January 17th 2023)
60-
61-
### New Features
62-
63-
* In the olden Git days, there were "dashed" Git commands (e.g. `git-commit` instead of `git commit`). These haven't been supported for interactive use in a really, really long time. But they still worked in Git aliases and hooks ("scripts"). Since Git v1.5.4 (released on February 2nd, 2008), it was discouraged/deprecated to use dashed Git commands even in scripts. As of this version, Git for Windows [no longer supports these dashed commands](https://github.com/git-for-windows/git/pull/4252).
64-
65-
### Bug Fixes
66-
67-
* Some commands mishandled absolute paths near the drive root (e.g. [`scalar unregister C:/foo`](https://github.com/git-for-windows/git/issues/4200)), which has been [fixed](https://github.com/git-for-windows/git/pull/4253).
68-
6968
## Changes since Git for Windows v2.39.0 (December 12th 2022)
7069

7170
### New Features

0 commit comments

Comments
 (0)