Skip to content
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

jansson: update to 2.9 #29

Closed
wants to merge 1 commit into from
Closed

jansson: update to 2.9 #29

wants to merge 1 commit into from

Conversation

socec
Copy link
Contributor

@socec socec commented Oct 6, 2016

Signed-off-by: Igor Socec igor.socec@pelagicore.com

Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
@shr-project
Copy link
Contributor

Read the Readme file and submit to openembedded-devel ML.

@shr-project shr-project closed this Oct 6, 2016
@socec
Copy link
Contributor Author

socec commented Oct 6, 2016

I have read the README file and it says the following:
You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

What is wrong with using Github then?

@shr-project
Copy link
Contributor

The 4 lines above it?

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

@socec
Copy link
Contributor Author

socec commented Oct 6, 2016

Then please remove the other lines that encourage me to fork the mirror on github to share patches.

(IMHO it is much nicer to handle pull requests here.)

@graugans
Copy link
Contributor

graugans commented Oct 7, 2016

@socec I agree, it seems easier from the perspective of an typical github user to use Pull Requests instead of sending patches. The benefit of sending patches is, there are more eyes checking the patches and those projects are used to this work flow.

@shr-project I wonder why you do not disable the possibility to create issues? Pull-Requests can not be disabled....

@socec
Copy link
Contributor Author

socec commented Oct 7, 2016

@graugans I agree with this workflow and I have sent patches to mailing lists before. My confusion comes from the fact that I initially opened the README to find the mailing list and then bumped into the encouragement lines about GitHub so decided to give it a go instead of sending the patch :)

schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 3, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 4, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 6, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 6, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 6, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 6, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 7, 2021
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools
  => native build extension can go
* gtk2 support is gone

Release notes for 4.16.0
========================
- Focus must not be required in single click mode (Issue openembedded#190)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- Adjust padding only for vertical item orientation (Issue openembedded#48)
- bump glib (and gio, gthread, etc) to 2.50.0
- Fix GCC warning (false negative)
- Translation Updates:
  Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
  Slovenian, Turkish, Vietnamese

Release notes for 4.15.2
========================
[Please note that this is a development release.]

- icon-chooser-dialog: Allow removing selected icon (Fixes openembedded#2)
- desktop-item-edit: Fix sensitivity of save button (Fixes openembedded#28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes openembedded#25)
- Allow resizing the xfce4-settings window smaller (Fixes openembedded#19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes openembedded#29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes openembedded#30)
- Translation Updates:
  Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
  Armenian, French, German, Hebrew, Japanese, Kazakh, Korean,
  Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Dec 30, 2021
Release notes for 0.12.1
========================
- Dependency Changes:
  - GLib >= 2.44.0
- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (openembedded#16, openembedded#29, openembedded#32, !34)
  - Increase image loading buffer size (!34)
- Appearance Changes:
  - Allow to display all files in the open dialog (!33)
- Code Refactoring:
  - Rework the file opening procedure (!33)
- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (openembedded#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (openembedded#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs
    (openembedded#68)
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 31, 2021
Release notes for 0.12.1
========================
- Dependency Changes:
  - GLib >= 2.44.0
- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (openembedded#16, openembedded#29, openembedded#32, !34)
  - Increase image loading buffer size (!34)
- Appearance Changes:
  - Allow to display all files in the open dialog (!33)
- Code Refactoring:
  - Rework the file opening procedure (!33)
- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (openembedded#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (openembedded#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs
    (openembedded#68)
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 4, 2022
Release notes for 0.12.1
========================
- Dependency Changes:
  - GLib >= 2.44.0
- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (openembedded#16, openembedded#29, openembedded#32, !34)
  - Increase image loading buffer size (!34)
- Appearance Changes:
  - Allow to display all files in the open dialog (!33)
- Code Refactoring:
  - Rework the file opening procedure (!33)
- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (openembedded#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (openembedded#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs
    (openembedded#68)
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 4, 2022
Release notes for 0.12.1
========================
- Dependency Changes:
  - GLib >= 2.44.0
- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (openembedded#16, openembedded#29, openembedded#32, !34)
  - Increase image loading buffer size (!34)
- Appearance Changes:
  - Allow to display all files in the open dialog (!33)
- Code Refactoring:
  - Rework the file opening procedure (!33)
- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (openembedded#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (openembedded#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs
    (openembedded#68)
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 5, 2022
Release notes for 0.12.1
========================
- Dependency Changes:
  - GLib >= 2.44.0
- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (openembedded#16, openembedded#29, openembedded#32, !34)
  - Increase image loading buffer size (!34)
- Appearance Changes:
  - Allow to display all files in the open dialog (!33)
- Code Refactoring:
  - Rework the file opening procedure (!33)
- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (openembedded#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (openembedded#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs
    (openembedded#68)
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 18, 2022
* Fix RDEPENDS for a minimal image
* Inherit ptest-perl and add RDEPENDS

1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
    * Switch changelog entries to metacpan friendly format
    * openembedded#29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
    * openembedded#11,openembedded#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
    * openembedded#28 - Use $arg to match @argv in Makefile.PL

https://metacpan.org/release/TODDR/IO-Tty-1.17

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants