-
Notifications
You must be signed in to change notification settings - Fork 722
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
gitver: Pass git directory argument to gitrev_run #136
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
${GITSHA} gives the following error otherwise gitrev_run() missing 1 required positional argument: 'path' Signed-off-by: Saikiran Madugula <[email protected]>
applied with 0e342ec |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 2, 2021
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, openembedded#136 * speedup shift operations, openembedded#139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 2, 2021
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, openembedded#136 * speedup shift operations, openembedded#139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 3, 2021
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, openembedded#136 * speedup shift operations, openembedded#139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 3, 2021
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, openembedded#136 * speedup shift operations, openembedded#139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Aug 3, 2021
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, #136 * speedup shift operations, #139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 8, 2021
changelog: ================================================================ - Switch to Poetry for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using raise new_exception from old_exception (openembedded#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (openembedded#136). - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (openembedded#163). Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 8, 2021
changelog: ================================================================ - Switch to Poetry for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using raise new_exception from old_exception (openembedded#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (openembedded#136). - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (openembedded#163). Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 8, 2021
changelog: ================================================================ - Switch to Poetry for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using raise new_exception from old_exception (openembedded#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (openembedded#136). - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (openembedded#163). Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Dec 8, 2021
changelog: ================================================================ - Switch to Poetry for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using raise new_exception from old_exception (#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (#136). - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (#163). Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Apr 1, 2022
Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue openembedded#168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues openembedded#159 openembedded#153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue openembedded#156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue openembedded#161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue openembedded#149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue openembedded#106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue openembedded#47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue openembedded#79) - Opening a dialog from a drop-down window closes the window (Issue openembedded#136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue openembedded#59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue openembedded#13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue openembedded#126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue openembedded#73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue openembedded#129) Translation Updates Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 2, 2022
Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue openembedded#168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues openembedded#159 openembedded#153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue openembedded#156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue openembedded#161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue openembedded#149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue openembedded#106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue openembedded#47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue openembedded#79) - Opening a dialog from a drop-down window closes the window (Issue openembedded#136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue openembedded#59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue openembedded#13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue openembedded#126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue openembedded#73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue openembedded#129) Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Apr 3, 2022
Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue openembedded#168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues openembedded#159 openembedded#153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue openembedded#156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue openembedded#161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue openembedded#149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue openembedded#106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue openembedded#47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue openembedded#79) - Opening a dialog from a drop-down window closes the window (Issue openembedded#136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue openembedded#59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue openembedded#13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue openembedded#126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue openembedded#73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue openembedded#129) Translation Updates Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 4, 2022
Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue openembedded#168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues openembedded#159 openembedded#153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue openembedded#156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue openembedded#161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue openembedded#149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue openembedded#106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue openembedded#47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue openembedded#79) - Opening a dialog from a drop-down window closes the window (Issue openembedded#136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue openembedded#59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue openembedded#13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue openembedded#126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue openembedded#73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue openembedded#129) Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Apr 7, 2022
Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue #168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues #159 #153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue #156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue #161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue #149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue #106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue #47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue #79) - Opening a dialog from a drop-down window closes the window (Issue #136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue #59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue #13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue #126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue #73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue #129) Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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 <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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 <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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 <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 9, 2023
Changelog: ============ - various fixes for edge cases and build: openembedded#136, openembedded#141, openembedded#142, openembedded#143, openembedded#145 - update documentation to reflect default SSL_version 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
Nov 9, 2023
Changelog: ============ - various fixes for edge cases and build: openembedded#136, openembedded#141, openembedded#142, openembedded#143, openembedded#145 - update documentation to reflect default SSL_version 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
Nov 16, 2023
Changelog: Bugs fixed: - Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake) - fix warnings regarding mismatched parameter docs - fix comment above sort_storage_bysort_storage_by - Revert "ptp_pack_string: check string length for no iconv situation" - remove dependency on ptp.h - fixed paste error vendor/product id - libusb-glue: check return value of ptp_init_send_memory_handler - ptp_pack_string: check string length for no iconv situation - ptp-pack: fix ucs2str overflow Features: - add a LIBMTP_FreeMemory function that wraps free() - added functions to get device by serial number - added serial number of device to output of 'mtp-files' - added optional serial number parameter to 'mtp-getfile' - added optional serial number parameter to 'mtp-delfile' - feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder. - merge a patch from google https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch New devices: - add Garmin Forerunner 955 + mtp-detect log - added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/ - added another Lenovo Tab TB-X306F id fixes openembedded#116 - added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/ - added FLIR C5 camera - added iBasso DX170 DAP, fixes openembedded#125 - added Lenovo Tab P11 fixes openembedded#127 - aded Sony NW-A105 fixes //github.com/openembedded/issues/130 - added Honor Any-NX1 openembedded#135 - added gopro hero11 black openembedded#136 - removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/ - rename some LG devices to match reality better - rename 3 blackberry to correct vendor/product names - added realme Phone - updated some mediatek id names, removed some duplicates - adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/ - fixed order, https://sourceforge.net/p/libmtp/bugs/1931/ - some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/ - adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/ - added Vivo V19 (fixes openembedded#143) - added Garmin Forerunner 255S Music - rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/ - added Garmin Forerunner 255M smartwatch, fixes openembedded#150 Signed-off-by: alperak <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 16, 2023
Changelog: Bugs fixed: - Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake) - fix warnings regarding mismatched parameter docs - fix comment above sort_storage_bysort_storage_by - Revert "ptp_pack_string: check string length for no iconv situation" - remove dependency on ptp.h - fixed paste error vendor/product id - libusb-glue: check return value of ptp_init_send_memory_handler - ptp_pack_string: check string length for no iconv situation - ptp-pack: fix ucs2str overflow Features: - add a LIBMTP_FreeMemory function that wraps free() - added functions to get device by serial number - added serial number of device to output of 'mtp-files' - added optional serial number parameter to 'mtp-getfile' - added optional serial number parameter to 'mtp-delfile' - feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder. - merge a patch from google https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch New devices: - add Garmin Forerunner 955 + mtp-detect log - added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/ - added another Lenovo Tab TB-X306F id fixes openembedded#116 - added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/ - added FLIR C5 camera - added iBasso DX170 DAP, fixes openembedded#125 - added Lenovo Tab P11 fixes openembedded#127 - aded Sony NW-A105 fixes //github.com/openembedded/issues/130 - added Honor Any-NX1 openembedded#135 - added gopro hero11 black openembedded#136 - removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/ - rename some LG devices to match reality better - rename 3 blackberry to correct vendor/product names - added realme Phone - updated some mediatek id names, removed some duplicates - adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/ - fixed order, https://sourceforge.net/p/libmtp/bugs/1931/ - some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/ - adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/ - added Vivo V19 (fixes openembedded#143) - added Garmin Forerunner 255S Music - rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/ - added Garmin Forerunner 255M smartwatch, fixes openembedded#150 Signed-off-by: alperak <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 17, 2023
Changelog: Bugs fixed: - Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake) - fix warnings regarding mismatched parameter docs - fix comment above sort_storage_bysort_storage_by - Revert "ptp_pack_string: check string length for no iconv situation" - remove dependency on ptp.h - fixed paste error vendor/product id - libusb-glue: check return value of ptp_init_send_memory_handler - ptp_pack_string: check string length for no iconv situation - ptp-pack: fix ucs2str overflow Features: - add a LIBMTP_FreeMemory function that wraps free() - added functions to get device by serial number - added serial number of device to output of 'mtp-files' - added optional serial number parameter to 'mtp-getfile' - added optional serial number parameter to 'mtp-delfile' - feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder. - merge a patch from google https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch New devices: - add Garmin Forerunner 955 + mtp-detect log - added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/ - added another Lenovo Tab TB-X306F id fixes openembedded#116 - added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/ - added FLIR C5 camera - added iBasso DX170 DAP, fixes openembedded#125 - added Lenovo Tab P11 fixes openembedded#127 - aded Sony NW-A105 fixes //github.com/openembedded/issues/130 - added Honor Any-NX1 openembedded#135 - added gopro hero11 black openembedded#136 - removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/ - rename some LG devices to match reality better - rename 3 blackberry to correct vendor/product names - added realme Phone - updated some mediatek id names, removed some duplicates - adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/ - fixed order, https://sourceforge.net/p/libmtp/bugs/1931/ - some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/ - adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/ - added Vivo V19 (fixes openembedded#143) - added Garmin Forerunner 255S Music - rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/ - added Garmin Forerunner 255M smartwatch, fixes openembedded#150 Signed-off-by: alperak <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 17, 2023
Changelog: Bugs fixed: - Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake) - fix warnings regarding mismatched parameter docs - fix comment above sort_storage_bysort_storage_by - Revert "ptp_pack_string: check string length for no iconv situation" - remove dependency on ptp.h - fixed paste error vendor/product id - libusb-glue: check return value of ptp_init_send_memory_handler - ptp_pack_string: check string length for no iconv situation - ptp-pack: fix ucs2str overflow Features: - add a LIBMTP_FreeMemory function that wraps free() - added functions to get device by serial number - added serial number of device to output of 'mtp-files' - added optional serial number parameter to 'mtp-getfile' - added optional serial number parameter to 'mtp-delfile' - feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder. - merge a patch from google https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch New devices: - add Garmin Forerunner 955 + mtp-detect log - added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/ - added another Lenovo Tab TB-X306F id fixes openembedded#116 - added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/ - added FLIR C5 camera - added iBasso DX170 DAP, fixes openembedded#125 - added Lenovo Tab P11 fixes openembedded#127 - aded Sony NW-A105 fixes //github.com/openembedded/issues/130 - added Honor Any-NX1 openembedded#135 - added gopro hero11 black openembedded#136 - removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/ - rename some LG devices to match reality better - rename 3 blackberry to correct vendor/product names - added realme Phone - updated some mediatek id names, removed some duplicates - adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/ - fixed order, https://sourceforge.net/p/libmtp/bugs/1931/ - some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/ - adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/ - added Vivo V19 (fixes openembedded#143) - added Garmin Forerunner 255S Music - rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/ - added Garmin Forerunner 255M smartwatch, fixes openembedded#150 Signed-off-by: alperak <[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.
${GITSHA} gives the following error otherwise
gitrev_run() missing 1 required positional argument: 'path'
Signed-off-by: Saikiran Madugula [email protected]