Closed
Conversation
kraj
requested changes
May 1, 2019
Contributor
kraj
left a comment
There was a problem hiding this comment.
Can you add a comment or two about why LIC_FILE_CHECKSUM md5 changed ?
Contributor
Author
|
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). |
Contributor
Author
|
Is the commit message update is needed? |
Contributor
|
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 <ivmai@mail.ru>
Contributor
Author
Done. |
Contributor
Author
|
Hello @kraj, I've added the following to the commit message:
|
Contributor
|
This has been merged 0a1c33d |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 17, 2022
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 <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 17, 2022
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 <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 18, 2022
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 <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 24, 2023
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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 24, 2023
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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 25, 2023
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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 25, 2023
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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Highlights of this upgrade:
See the following for detailed changes:
Signed-off-by: Ivan Maidanski ivmai@mail.ru