-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bdwgc: upgrade 7.6.12 -> 8.0.4 #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment or two about why LIC_FILE_CHECKSUM md5 changed ?
LIC_FILE_CHECKSUM has changed because the md5 is calculated of README file which contains not only license information but also quick notes about the usage and further documentation (e.g. doc/gcinterface.html was renamed to doc/gcinterface.md). |
Is the commit message update is needed? |
yes update is needed. |
Highlights of this upgrade: * Add initial RISC-V support * Enable handle-fork and memory unmapping by default * New API to turn on manual VDB at runtime * Turn on parallel marker by default for all multi-threaded builds * Use thread-local allocations for all multi-threaded builds See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v8.0.0 * https://github.com/ivmai/bdwgc/releases/tag/v8.0.2 * https://github.com/ivmai/bdwgc/releases/tag/v8.0.4 The LIC_FILES_CHKSUM has changed because the file (README.QUICK) contains not only the license information but also some quick tips about the library build, the latter has been updated a bit. Signed-off-by: Ivan Maidanski <[email protected]>
Done. |
Hello @kraj, I've added the following to the commit message:
|
This has been merged 0a1c33d |
Update to use github-releases for upstream tracking. Changelog: 2022-10-05 -- 0.9.7 * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing (GitHub openembedded#146, GitHub openembedded#150) Thanks to Scallop Ye for the report and the pull request! * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub openembedded#139, GitHub openembedded#141); thanks to Mariusz Zaborski for the report! * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro checks for both MinGW and mingw-w64 (GitHub openembedded#131) * Fixed: Compiler warnings (GitHub openembedded#132, GitHub openembedded#152) * Improved: Use name UriConfig.h rather than generic config.h for the config header file to avoid name clashes and also include it through "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found in quote path locations (GitHub openembedded#149) Thanks to Gaspard Petit for bringing this up! * Improved: Document need for UriConfig.h in UriMemory.c (GitHub openembedded#136) * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub openembedded#152) * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub openembedded#152) * Infrastructure: Update Clang from 13 to 15 (GitHub openembedded#143, GitHub openembedded#151) * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub openembedded#142, GitHub openembedded#144, GitHub openembedded#145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Update to use github-releases for upstream tracking. Changelog: 2022-10-05 -- 0.9.7 * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing (GitHub openembedded#146, GitHub openembedded#150) Thanks to Scallop Ye for the report and the pull request! * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub openembedded#139, GitHub openembedded#141); thanks to Mariusz Zaborski for the report! * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro checks for both MinGW and mingw-w64 (GitHub openembedded#131) * Fixed: Compiler warnings (GitHub openembedded#132, GitHub openembedded#152) * Improved: Use name UriConfig.h rather than generic config.h for the config header file to avoid name clashes and also include it through "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found in quote path locations (GitHub openembedded#149) Thanks to Gaspard Petit for bringing this up! * Improved: Document need for UriConfig.h in UriMemory.c (GitHub openembedded#136) * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub openembedded#152) * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub openembedded#152) * Infrastructure: Update Clang from 13 to 15 (GitHub openembedded#143, GitHub openembedded#151) * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub openembedded#142, GitHub openembedded#144, GitHub openembedded#145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Update to use github-releases for upstream tracking. Changelog: 2022-10-05 -- 0.9.7 * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing (GitHub openembedded#146, GitHub openembedded#150) Thanks to Scallop Ye for the report and the pull request! * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub openembedded#139, GitHub openembedded#141); thanks to Mariusz Zaborski for the report! * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro checks for both MinGW and mingw-w64 (GitHub openembedded#131) * Fixed: Compiler warnings (GitHub openembedded#132, GitHub openembedded#152) * Improved: Use name UriConfig.h rather than generic config.h for the config header file to avoid name clashes and also include it through "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found in quote path locations (GitHub openembedded#149) Thanks to Gaspard Petit for bringing this up! * Improved: Document need for UriConfig.h in UriMemory.c (GitHub openembedded#136) * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub openembedded#152) * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub openembedded#152) * Infrastructure: Update Clang from 13 to 15 (GitHub openembedded#143, GitHub openembedded#151) * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub openembedded#142, GitHub openembedded#144, GitHub openembedded#145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Update-License: Change name from COPYING to LICENSE No changelog provided. Commit log: 0b05203 (tag: v1.33) bump version to 1.33 45cfe90 Switch to GitHub actions (openembedded#144) 33562b0 Update license text to match official 3-clause-BSD (openembedded#142) a76f742 feat(jsondiff): Add support for preserving Unicode characters (openembedded#145) 714df3c docs: fix simple typo, raies -> raise (openembedded#135) e0b3a9b Merge pull request openembedded#134 from Ventilateur/b/fix-invalid-remove-index 46eef55 remove unused import db194f8 fix invalid remove index a652648 Merge pull request openembedded#132 from JulienPalard/mdk/TypeError c9bfb91 FIX: TypeError when one forgot to put its operation in a list. Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Highlights of this upgrade:
See the following for detailed changes:
Signed-off-by: Ivan Maidanski [email protected]