-
Notifications
You must be signed in to change notification settings - Fork 734
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
log4cpp: upgrade 1.1.2 -> 1.1.3 #189
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Pierre-Jean Texier <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 10, 2022
Changelog: Bugs fixed for this release <https://github.com/manatools/dnfdragora/issues/#####> ========= Fixed wrong access to manatools.service module (issue openembedded#202) Fixed issue openembedded#189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 10, 2022
Changelog: Bugs fixed for this release <https://github.com/manatools/dnfdragora/issues/#####> ========= Fixed wrong access to manatools.service module (issue openembedded#202) Fixed issue openembedded#189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 12, 2022
Changelog: Bugs fixed for this release <https://github.com/manatools/dnfdragora/issues/#####> ========= Fixed wrong access to manatools.service module (issue openembedded#202) Fixed issue openembedded#189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
Changelog: ========== Remove debug logging from rsa/key.py (openembedded#194). Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189). Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191). Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188). Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
Changelog: ========== Remove debug logging from rsa/key.py (openembedded#194). Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189). Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191). Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188). Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 5, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jan 28, 2023
Changelog: ========== - Add smcroutectl batch support, issue #189. Based on the IPC support added in issue #185 - Fix #178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix #179: typo in wildcard routes section of README - Fix #180: minor typo in file and directory names in documentation - Fix #183: casting in IPC code hides error handling of recv() - Fix #186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix #187: strange behavior joining/leaving the same group - Fix #192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit abc5011) Signed-off-by: Armin Kuster <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 27, 2023
Changelog: ========== * fix popcount64 name conflict on NetBSD, openembedded#189 * even though PyPy is not actively supported, allow running tests for PyPy 3.7 and 3.8, see also openembedded#188 * allow running `python setup.py test` * add official Python 3.12 support * simplify count functionality in util module * retire `bitcount_lookup[256]` table * improve `util.count_n()` error messages * avoid `util` module tests from being run more than once in each call to `bitarray.test()` when called multiple times in the same Python process, see #6e52e49a * improve testing Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 24, 2024
Changelog: ========= - Handle messages containing only end boundary openembedded#142. - Don't warn when CRLF is found after last boundary on MultipartParser openembedded#193. - Hard break if found data after last boundary on MultipartParser openembedded#189. - Handle PermissionError in fallback code for old import name openembedded#182. - Add dunder attributes to multipart package openembedded#177. - Replace FutureWarning to PendingDeprecationWarning openembedded#174. - Add missing files to SDist openembedded#171. - Fix import scheme for multipart module (openembedded#168). - Rename import to python_multipart Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
Signed-off-by: Pierre-Jean Texier [email protected]