-
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
libcamera: fix packaging and installation #256
Closed
andrey-konovalov
wants to merge
1
commit into
openembedded:master
from
andrey-konovalov:libcamera-fix-installation
Closed
libcamera: fix packaging and installation #256
andrey-konovalov
wants to merge
1
commit into
openembedded:master
from
andrey-konovalov:libcamera-fix-installation
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
libcamera checks if RPATH or RUNPATH dynamic tag is present in libcamera.so. If it does, it assumes that libcamera binaries are run directly from the build directory without installing them, and tries to use resorces like IPA modules from the build directory. Mainline meson strips RPATH/RUNPATH out at install time (for meson versions up to 0.54; the things are somewhat changed in 0.55). But openembedded-core patches meson to disable RPATH/RUNPATH removal. That's why we need to remove this tag manually in do_install_append(). IPA module is signed (with openssl dgst) after it is built. But during packaging the OE build system 1) splits out debugging info, and 2) strips the binaries. So the IPA module *.so file installed isn't the one which the signature was calculated against. Then the signature check fails, and libcamera tries to run the IPA module isolated (in a sandbox), which doesn't work if the IPA module wasn't designed to run isolated. The easiest way to fix that is to disable splitting out debug information and stripping the binaries during packaging with INHIBIT_PACKAGE_DEBUG_SPLIT and INHIBIT_PACKAGE_STRIP. Signed-off-by: Andrey Konovalov <[email protected]>
This should better be done via the mailing list |
eigendude
pushed a commit
to eigendude/meta-openembedded
that referenced
this pull request
Sep 30, 2020
>From announcement: News ==== * Switch screen-recorder back to VP8 [Björn; openembedded#256] 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
Jan 3, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Jan 4, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Jan 6, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 6, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish 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
Jan 6, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish 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
Jan 6, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish 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
Jan 7, 2021
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes openembedded#368) - tasklist: Fix wireframe for CSD windows (Fixes openembedded#338) - tasklist: Auto-adjust icon size (Closes openembedded#90) - Revert "tasklist: Auto-adjust icon size (Closes openembedded#90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - settings: Use spinbuttons for size and nrows - settings: Update item listview toolbar - Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration - gobject introspection wants a capital letter for the gir file - Use new xfce_spawn API - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Update .gitignore - Add README.md to EXTRA_DIST - Fix compiler warnings - Fix memory leaks - Drop generated code from repo - Revert "launcher: Appear "checked" on click (Fixes openembedded#256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes openembedded#332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes openembedded#258) - launcher: Appear "checked" on click (Fixes openembedded#256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes openembedded#311) - launcher: Set plugin icon as fallback (Fixes openembedded#329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - New plugin: statustray (supports statusnotifier and systray) - plugins: Add new rDNS icons for all plugins - Use shared field codes expansion - tasklist: Add "Launch New Instance" item to menu (Fixes openembedded#158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes openembedded#270) - applicationsmenu: Correctly block autohiding (Fixes openembedded#287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (openembedded#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes openembedded#264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes openembedded#295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - panel: Improve autohide animation - panel: Add "popdown-speed" property to adjust autohide animation - panel: Fix autohide state machine - panel: Fix cancellation of autohide animation - panel: Immediately show panel in intellihide - panel: Don't tamper with leave_opacity value (Bug #16296) - launcher: Show desktop actions in context menu - plugin: Show custom menu items below plugin name - tasklist: Hide brackets for min windows by default - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Enable dark-mode by default - tic-tac-toe: Fix XfceTitledDialog with CSD - add-item dialog: Fix XfceTitledDialog with CSD - systray: Improve app icon lookup - directorymenu: Add create folder/document menuitems (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - Drop support for Gtk2 and 4.6 plugins - Drop Gtk2/4.6-only references from the docs - Don't show or try to load Gtk2 plugins anymore - Add dark mode preference - autohide: Add sliding out animation - Draw panel border based on position and length - appmenu: Listen to icon theme changes (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #15614) - pager: Face-lift of settings dialog - pager: Only show scroll-option with buttons - pager: Add option to show workspace number - systray: Drop "Show frame" option (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2022
Changelog: ========== Handle ASGI lifespan when running with a secondary ASGI app openembedded#284 Update deprecated usage of asyncio.wait() openembedded#281 Better handling of queued WebSocket messages in uWSGI openembedded#256 Gracefully fail to decode empty packets openembedded#269 Only attempt to set an async signal handler once openembedded#276 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
Jul 7, 2022
Changelog: ========== Handle ASGI lifespan when running with a secondary ASGI app openembedded#284 Update deprecated usage of asyncio.wait() openembedded#281 Better handling of queued WebSocket messages in uWSGI openembedded#256 Gracefully fail to decode empty packets openembedded#269 Only attempt to set an async signal handler once openembedded#276 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
Oct 23, 2023
Changelog: =========== Feature -------- Update for final cpython release (openembedded#263) (460a072) Speed up unpacking arrays (openembedded#257) (5c8bfe5) Speed up constructing Variant objects (openembedded#256) (0d7a665) Speed up unmarshalling message body (openembedded#255) (5aed075) Speed up unmarshalling Variants (openembedded#254) (dd74a84) Speed up readers in the unmarshall path (openembedded#253) (f9b61b8) Speed up first connection when using asyncio (openembedded#251) (0b6ba93) Speed up unmarshaller (openembedded#250) (e4cae13) Add cython typing for ServiceInterface.name (openembedded#248) (98c7e75) Speed up connect and disconnect (openembedded#247) (8f39ba3) Speed up unmarshalling by skipping unused unix_fds header (openembedded#246) (5f5a150) Reduce overhead to reset between messages (openembedded#245) (da30b04) Don't import backends by default (openembedded#243) (091d421) Breaking don't import backends by default (openembedded#243) (091d421) Small speed up to the unmarshaller (openembedded#238) (b8d0e9b) Build cpython 3.12 wheels (openembedded#234) (b38aa58) Improve performance of processing incoming messages (openembedded#228) (ce61aea) Reduce overhead to dispatch method handlers (openembedded#227) (b222552) Speed up to processing bluez passive data (openembedded#221) (8e7432d) Remove async_timeout dependency (openembedded#218) (7826897) Speed up Message creation and callbacks (openembedded#217) (04d6451) Optimize passive bluez message unmarshaller (openembedded#216) (e0e87ec) Initial cpython 3.12 support (openembedded#207) (c755193) Improve performance of reading from the socket during unmarshall (openembedded#200) (e5d355f) Fix ------------- Handling of None messages from notify callback (openembedded#236) (14f52f2) Clean up address parsing and tests (openembedded#244) (370791d) Handle multiple flag bits when unmarshalling (openembedded#241) (6f6f5f8) Rebuild wheels with cython 3.0.2 (openembedded#235) (e8901a8) Avoid cythonizing SendReply (openembedded#232) (d12266d) Subpath bad matching (openembedded#202) (5d6f90b) Messages could be sent out of order if they had to queue (openembedded#225) (4051cf2) Avoid checking if a message expects a reply twice (openembedded#223) (823e85f) Revert changes to _expects_reply from speed up to processing bluez passive data (openembedded#222) (dfa9053) Spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (openembedded#220) (6c2412f) More cython3 optional fixes (openembedded#219) (5b6cbc5) Exception handler failure when exception is not DBusError (openembedded#215) (d771bcf) Result typing in ServiceInterface._handle_signal (openembedded#214) (5bda04b) Avoid double buffering when using asyncio reader without negotiate_unix_fd (openembedded#213) (c933be7) Relax typing on _fn_result_to_body to allow Any (openembedded#212) (2f5fc38) Typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (openembedded#210) (c40c7bc) Cython3 compat (openembedded#208) (43b3d48) Reduce size of wheels by excluding generated .c files (openembedded#262) (dca4599) Marshall multi-byte strings correctly (openembedded#261) (4de31a3) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Nov 3, 2023
Changelog: =========== Feature -------- Update for final cpython release (#263) (460a072) Speed up unpacking arrays (#257) (5c8bfe5) Speed up constructing Variant objects (#256) (0d7a665) Speed up unmarshalling message body (#255) (5aed075) Speed up unmarshalling Variants (#254) (dd74a84) Speed up readers in the unmarshall path (#253) (f9b61b8) Speed up first connection when using asyncio (#251) (0b6ba93) Speed up unmarshaller (#250) (e4cae13) Add cython typing for ServiceInterface.name (#248) (98c7e75) Speed up connect and disconnect (#247) (8f39ba3) Speed up unmarshalling by skipping unused unix_fds header (#246) (5f5a150) Reduce overhead to reset between messages (#245) (da30b04) Don't import backends by default (#243) (091d421) Breaking don't import backends by default (#243) (091d421) Small speed up to the unmarshaller (#238) (b8d0e9b) Build cpython 3.12 wheels (#234) (b38aa58) Improve performance of processing incoming messages (#228) (ce61aea) Reduce overhead to dispatch method handlers (#227) (b222552) Speed up to processing bluez passive data (#221) (8e7432d) Remove async_timeout dependency (#218) (7826897) Speed up Message creation and callbacks (#217) (04d6451) Optimize passive bluez message unmarshaller (#216) (e0e87ec) Initial cpython 3.12 support (#207) (c755193) Improve performance of reading from the socket during unmarshall (#200) (e5d355f) Fix ------------- Handling of None messages from notify callback (#236) (14f52f2) Clean up address parsing and tests (#244) (370791d) Handle multiple flag bits when unmarshalling (#241) (6f6f5f8) Rebuild wheels with cython 3.0.2 (#235) (e8901a8) Avoid cythonizing SendReply (#232) (d12266d) Subpath bad matching (#202) (5d6f90b) Messages could be sent out of order if they had to queue (#225) (4051cf2) Avoid checking if a message expects a reply twice (#223) (823e85f) Revert changes to _expects_reply from speed up to processing bluez passive data (#222) (dfa9053) Spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (#220) (6c2412f) More cython3 optional fixes (#219) (5b6cbc5) Exception handler failure when exception is not DBusError (#215) (d771bcf) Result typing in ServiceInterface._handle_signal (#214) (5bda04b) Avoid double buffering when using asyncio reader without negotiate_unix_fd (#213) (c933be7) Relax typing on _fn_result_to_body to allow Any (#212) (2f5fc38) Typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) (c40c7bc) Cython3 compat (#208) (43b3d48) Reduce size of wheels by excluding generated .c files (#262) (dca4599) Marshall multi-byte strings correctly (#261) (4de31a3) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit f10cf13) Signed-off-by: Armin Kuster <[email protected]>
quaresmajose
added a commit
to quaresmajose/meta-openembedded
that referenced
this pull request
May 9, 2024
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch containers/composefs#273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request openembedded#276 from wahtari/copy_file_range e78c7a4 Merge pull request openembedded#277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request openembedded#273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request openembedded#275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request openembedded#269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request openembedded#266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request openembedded#267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request openembedded#265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request openembedded#268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request openembedded#260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request openembedded#262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request openembedded#263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request openembedded#261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request openembedded#259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request openembedded#258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request openembedded#255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request openembedded#256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request openembedded#254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request openembedded#253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request openembedded#250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request openembedded#247 from cgwalters/readlinkat-overflow 232336d Merge pull request openembedded#248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request openembedded#246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request openembedded#245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request openembedded#244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request openembedded#243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2024
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch containers/composefs#273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request openembedded#276 from wahtari/copy_file_range e78c7a4 Merge pull request openembedded#277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request openembedded#273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request openembedded#275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request openembedded#269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request openembedded#266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request openembedded#267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request openembedded#265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request openembedded#268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request openembedded#260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request openembedded#262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request openembedded#263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request openembedded#261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request openembedded#259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request openembedded#258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request openembedded#255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request openembedded#256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request openembedded#254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request openembedded#253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request openembedded#250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request openembedded#247 from cgwalters/readlinkat-overflow 232336d Merge pull request openembedded#248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request openembedded#246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request openembedded#245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request openembedded#244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request openembedded#243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 10, 2024
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch containers/composefs#273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request openembedded#276 from wahtari/copy_file_range e78c7a4 Merge pull request openembedded#277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request openembedded#273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request openembedded#275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request openembedded#269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request openembedded#266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request openembedded#267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request openembedded#265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request openembedded#268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request openembedded#260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request openembedded#262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request openembedded#263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request openembedded#261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request openembedded#259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request openembedded#258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request openembedded#255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request openembedded#256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request openembedded#254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request openembedded#253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request openembedded#250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request openembedded#247 from cgwalters/readlinkat-overflow 232336d Merge pull request openembedded#248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request openembedded#246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request openembedded#245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request openembedded#244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request openembedded#243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 12, 2024
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch containers/composefs#273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request openembedded#276 from wahtari/copy_file_range e78c7a4 Merge pull request openembedded#277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request openembedded#273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request openembedded#275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request openembedded#269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request openembedded#266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request openembedded#267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request openembedded#265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request openembedded#268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request openembedded#260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request openembedded#262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request openembedded#263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request openembedded#261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request openembedded#259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request openembedded#258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request openembedded#255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request openembedded#256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request openembedded#254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request openembedded#253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request openembedded#250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request openembedded#247 from cgwalters/readlinkat-overflow 232336d Merge pull request openembedded#248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request openembedded#246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request openembedded#245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request openembedded#244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request openembedded#243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <[email protected]> Signed-off-by: Khem Raj <[email protected]>
quaresmajose
added a commit
to quaresmajose/meta-openembedded
that referenced
this pull request
May 17, 2024
- This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch containers/composefs#273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request openembedded#276 from wahtari/copy_file_range e78c7a4 Merge pull request openembedded#277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request openembedded#273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request openembedded#275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request openembedded#269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request openembedded#266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request openembedded#267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request openembedded#265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request openembedded#268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request openembedded#260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request openembedded#262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request openembedded#263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request openembedded#261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request openembedded#259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request openembedded#258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request openembedded#255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request openembedded#256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request openembedded#254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request openembedded#253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request openembedded#250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request openembedded#247 from cgwalters/readlinkat-overflow 232336d Merge pull request openembedded#248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request openembedded#246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request openembedded#245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request openembedded#244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request openembedded#243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 19, 2024
Changelog: =========== - fix: invalid rst code - Merge pull request openembedded#262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request openembedded#233 from outp1/master - Merge pull request openembedded#251 from chs2/feat/callable-raise-for-status - Merge pull request openembedded#256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request openembedded#254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable 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 20, 2024
Changelog: =========== - fix: invalid rst code - Merge pull request openembedded#262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request openembedded#233 from outp1/master - Merge pull request openembedded#251 from chs2/feat/callable-raise-for-status - Merge pull request openembedded#256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request openembedded#254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable 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.
libcamera checks if RPATH or RUNPATH dynamic tag is present in
libcamera.so. If it does, it assumes that libcamera binaries are
run directly from the build directory without installing them, and
tries to use resorces like IPA modules from the build directory.
Mainline meson strips RPATH/RUNPATH out at install time (for
meson versions up to 0.54; the things are somewhat changed in 0.55).
But openembedded-core patches meson to disable RPATH/RUNPATH removal.
That's why we need to remove this tag manually in do_install_append().
IPA module is signed (with openssl dgst) after it is built. But
during packaging the OE build system 1) splits out debugging info,
and 2) strips the binaries. So the IPA module *.so file installed
isn't the one which the signature was calculated against. Then
the signature check fails, and libcamera tries to run the IPA
module isolated (in a sandbox), which doesn't work if the IPA
module wasn't designed to run isolated. The easiest way to fix that
is to disable splitting out debug information and stripping the binaries
during packaging with INHIBIT_PACKAGE_DEBUG_SPLIT and
INHIBIT_PACKAGE_STRIP.
Signed-off-by: Andrey Konovalov [email protected]