News
Pearl 5.40.0 Released!
- Details
Ghostscript 10.05.0 Released!
- Details
https://cgit.ghostscript.com/cgi-bin/cgit.cgi/ghostpdl.git/log/?h=gs10.05.0
PHP 8.4.6 & 8.3.20 Released!
- Details
PHP 8.4.6 - https://www.php.net/ChangeLog-8.php#PHP_8_4
PHP 8.3.20 - https://www.php.net/ChangeLog-8.php#PHP_8_3
Git 2.49.0 Released
- Details
Changes since Git for Windows v2.48.1 (February 13th 2025)
Due to persistent maintenance challenges and the community's limited engagement and usage, git svn support in Git for Windows will be phased out over the next few months.
Git for Windows v2.48.1 was the last version to ship with the i686 ("32-bit") variant of the installer, portable Git and archive. Only 32-bit MinGit will be built for future versions, until April 2029.
New Features
- Comes with Git v2.49.0.
- Comes with OpenSSH v9.9.P2.
- Comes with PCRE2 v10.45.
- The previously-experimental
--full-name-hashoption has been accepted into upstream Git as--name-hash-version=2and is no longer experimental. - The
git backfillcommand has been accepted into upstream Git; Its--batch-size=<n>option has been renamed to--min-batch-size=<n>, though.
Bug Fixes
- A change in upstream Git v2.48.0 broke renaming symlinks, which was fixed.
- On a recent Insider Windows version, users experienced the message: "Cygwin WARNING: Couldn't compute FAST_CWD pointer", which has been fixed.
- A bug has been fixed that, when calling
git add -pfrom VS Code's internal terminal, after using theedit command, caused the internal terminal got stuck and no further command was accepted. - The syntax highlighting of the
nanoeditor was recently disabled in Git for Windows by mistake, which was fixed.
Nodejs 23.11.0
- Details
- [
64b086740a] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370 - [
053cef70e0] - (SEMVER-MINOR) crypto: add optional callback tocrypto.diffieHellman(Filip Skokan) #57274 - [
f8aff90235] - (SEMVER-MINOR) process: addexecve(Paolo Insogna) #56496 - [
4b04c92d7d] - (SEMVER-MINOR) sqlite: addStatementSync.prototype.columns()(Colin Ihrig) #57490 - [
1b8d1d3a3a] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462