- Details
- 🔄 added exec task to 'build.xml' to update product version using rced… by @N6REJ in #381
- restores corrupted bearsampp.conf by @N6REJ in #382
- Create quickpick-releases.json by @N6REJ in #387
Bearsampp.ini rebuild function
using clear temp files menu item now also clears logs.
xlight as filezilla replacement
Mailpit as Mailhog replacement
Quickpick installation service
Docblocks completed program wide.
7z, bootstrap, & fontawesome updated to latest
See Upgrade Notes for upgrade instructions.
- Details
Windows 8 EOL
Changes since Git for Windows v2.45.2 (June 3rd 2024)
Git for Windows for Windows v2.46 is the last version to support for Windows 7 and for Windows 8, see MSYS2's corresponding deprecation announcement (Git for Windows relies on MSYS2 for components such as Bash and Perl).
Please also note that the 32-bit variant of Git for Windows is deprecated; Its last official release is planned for 2025.
New Features
- Comes with Git v2.46.0.
- Comes with OpenSSL v3.2.2.
- Comes with PCRE2 v10.44.
- Comes with OpenSSH v9.8.P1.
- Comes with Git Credential Manager v2.5.1.
- Comes with MinTTY v3.7.4.
git config
 respects two user-wide configs:Â.gitconfig
 in the home directory, andÂ.config/git/config
. Since the latter isn't a Windows-native directory, Git for Windows now looks forÂGit/config
 in theÂAppData
 directory, unlessÂ.config/git/config
 exists.- The FSMonitor feature is no longer experimental, and therefore no longer offered as installer option. Users are encouraged to enable this on a per-repository basis, via the config settingÂ
core.fsmonitor=true
 (scalar clone
 does this automatically). - The server-side component of OpenSSH, which had been shipped with Git for Windows for historical reasons only, is now no longer distributed with it.
- Comes with cURL v8.9.0.
Bug Fixes
- Git Bash'sÂ
ls
 command can now be used in OneDrive-managed folders without having to hydrate all the files. - Git LFS v3.5.x and newer no longer support Windows 7. Instead of a helpful error message, it now simply crashes on that Windows version, leaving the user with the error message "panic before malloc heap initialized". This has been addressed: In addition to the unhelpful error message, Git is now saying what is going on and how to get out of the situation.
- As of v2.45.0, the manual pages ofÂ
git clone
 andÂgit init
 were broken, which has been fixed.
- Details
see bottom of https://nodejs.org/en/download/prebuilt-binaries for detailed Changelog
- Details
Introduces B/C changes to MySql. Especially my.ini
This document contains release notes for the changes in MySQL 9.0. For information about changes in a different version of MySQL, see the release notes for that version.
For additional MySQL 9.0 documentation, see the MySQL 9.0 Reference Manual, which includes an overview of features added in MySQL 9.0 (What Is New in MySQL 9.0), and discussion of upgrade issues that you may encounter while upgrading.
MySQL platform support evolves over time; please refer to https://www.mysql.com/support/supportedplatforms/database.html for the latest updates.
Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been released.
The documentation included in source and binary distributions may not be fully up to date with respect to release note entries because integration of the documentation occurs at release build time. For the most up-to-date release notes, please refer to the online documentation instead.
For legal information, see the Legal Notices.
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
Document generated on: 2024-08-06 (revision: 28819)
- Details
This release will enable Xdebug and develop, debug and trace modules on ALL PHP versions. In order to apply these, the PHP modules used must be re-downloaded.
PHP 8.2.21 -Â https://www.php.net/ChangeLog-8.php#8.2.21
PHP 8.3.9 -Â https://www.php.net/ChangeLog-8.php#8.3.9
Changes xdebug to be on by default and utilizing develop, debug, & trace modes by default.