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

devtools/php: remove the failing ${D}/${TMPDIR} code #66

Closed
wants to merge 1 commit into from
Closed

devtools/php: remove the failing ${D}/${TMPDIR} code #66

wants to merge 1 commit into from

Conversation

MaxKellermann
Copy link
Contributor

Appending ${TMPDIR} to ${D} doesn't make any sense, because both are
absolute paths. And additionally, the code fails:

rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty

Appending ${TMPDIR} to ${D} doesn't make any sense, because both are
absolute paths.  And additionally, the code fails:

 rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty
@kraj
Copy link
Contributor

kraj commented Jan 14, 2019

@MaxKellermann do you still see this issue ?

@MaxKellermann
Copy link
Contributor Author

Yes. This still happens when I revert my patch:

NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['quilt-native', 'gettext-minimal-native', 'libtool-native', 'pkgconfig-native', 'libpcre', 'autoconf-native', 'automake-native', 'glibc', 'libtool-cross', 'pseudo-native', 'gnu-config-native', 'gcc-cross-aarch64', 'gcc-runtime', 'm4-native', 'texinfo-dummy-native', 'binutils-cross-aarch64', 'zlib', 'bzip2', 'linux-libc-headers', 'zlib-native', 'libmpc-native', 'flex-native', 'gmp-native', 'mpfr-native', 'xz-native', 'libgcc', 'opkg-utils']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
DEBUG: Executing shell function do_install
NOTE: make -j 20 INSTALL_ROOT=/usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image DESTDIR=/usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image install
Installing build environment: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/lib/php7/build/
Installing helper programs: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/bin/
program: phpize
program: php-config
Installing man pages: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/share/man/man1/
page: phpize.1
page: php-config.1
Installing PHP FPM binary: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/sbin/
Installing PHP FPM defconfig: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/etc/
Installing PHP FPM man page: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/share/man/man8/
Installing PHP FPM status page: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/share/fpm/
Installing header files: /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/image/usr/include/php/
install: cannot stat '/usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/recipe-sysroot-native/etc/pear.conf': No such file or directory
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_install (log file is located at /usr/src/oe/tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/temp/log.do_install.16468)

@MaxKellermann
Copy link
Contributor Author

Wait, this is a different issue. This last error because I disabled PEAR, but I had to apply another fix to make this possible. I'll dig into this again later.

@kraj kraj added the feedback waiting response from submitter label Feb 25, 2019
@kraj
Copy link
Contributor

kraj commented Aug 14, 2019

is this patch still needed ? if so can you rebase and restest it and update the pull

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 18, 2020
Upgrade to release 1.5.2:

- add PyType_Ready usage, issue openembedded#66
- speedup search() for bitarrays with length 1 in sparse bitarrays
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
@kraj
Copy link
Contributor

kraj commented Nov 7, 2020

@MaxKellermann is this issue still valid for latest master ? if so can you refresh it

@MaxKellermann
Copy link
Contributor Author

See #292
Closing this one because the source branch is gone.

schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 3, 2021
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, 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
fix-pam-config.patch was applied upstream

Release notes for 4.16.0
========================
This release version has been bumped from 0.x to 4.16.0 to align with
the new Libxfce4util and Xfconf GIR requirements.

- xfce4-screensaver-configure: Use GIRepository of libxfce4util and
xfconf (openembedded#11)
- Change type of seconds to guint in add_lock_timer
- Check dbus system_connection in add_sleep_inhibit
- Cleanup GSourceFunc usage
- Convert date_time_update to a timer function
- Fix format specifiers in lock_timer
- Fix issues connected to dbus (openembedded#66)
- Fix pam_strerror usage
- Pass constants to XSetScreenSaver
- Plug memleak in get_x11_idle_info
- Remove obsolete check for scrnsaver.h from configure.ac
- Translation Updates:
  Czech, Japanese, Portuguese, Turkish

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

Configuration Update:
This release updates the DPMS settings used for the Blank screensaver.
Timeouts are now stored in seconds instead of minutes, with the default
DPMS sleep now 5 seconds after the screensaver goes active. Xfconf:
/xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after

Theme Update:
This release uses a new icon name, org.xfce.ScreenSaver, instead of the
generic preferences-desktop-screensaver.

NEWS:
- Builds: Move from exo-csource to xdt-csource (Bugzilla #16717)
- CI: Add basic GitLab pipeline
- distcheck: Add missing gs-auth-pam.c
- DPMS: Change sleep settings to seconds, default after 5 seconds (openembedded#27)
- Fix: Catch gs_listener_dbus_init failures
- Fix: remove unused flag --no-daemon
- Icons: New icons and rDNS icon name, org.xfce.ScreenSaver
- Internal: Change timers from milliseconds to seconds
- README.md: Note setuid requirement after install with shadow/bsdauth
(openembedded#9)
- xfce4-screensaver.common-auth: replace @include with standard systax
(openembedded#6)

Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian,
English (Australia), Estonian, French, German, Hebrew, Hungarian,
Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 16, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (openembedded#56)
- Add support for EsriJSON (openembedded#63, openembedded#66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (openembedded#62)
- Automate releases to PyPI through CircleCI (openembedded#62, openembedded#67)
- Fix parsing for empty geometries (openembedded#53, openembedded#49)
- Improve test coverage (openembedded#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 16, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (openembedded#56)
- Add support for EsriJSON (openembedded#63, openembedded#66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (openembedded#62)
- Automate releases to PyPI through CircleCI (openembedded#62, openembedded#67)
- Fix parsing for empty geometries (openembedded#53, openembedded#49)
- Improve test coverage (openembedded#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 16, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (openembedded#56)
- Add support for EsriJSON (openembedded#63, openembedded#66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (openembedded#62)
- Automate releases to PyPI through CircleCI (openembedded#62, openembedded#67)
- Fix parsing for empty geometries (openembedded#53, openembedded#49)
- Improve test coverage (openembedded#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 17, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (openembedded#56)
- Add support for EsriJSON (openembedded#63, openembedded#66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (openembedded#62)
- Automate releases to PyPI through CircleCI (openembedded#62, openembedded#67)
- Fix parsing for empty geometries (openembedded#53, openembedded#49)
- Improve test coverage (openembedded#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 17, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (openembedded#56)
- Add support for EsriJSON (openembedded#63, openembedded#66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (openembedded#62)
- Automate releases to PyPI through CircleCI (openembedded#62, openembedded#67)
- Fix parsing for empty geometries (openembedded#53, openembedded#49)
- Improve test coverage (openembedded#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Jul 20, 2021
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (#56)
- Add support for EsriJSON (#63, #66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (#62)
- Automate releases to PyPI through CircleCI (#62, #67)
- Fix parsing for empty geometries (#53, #49)
- Improve test coverage (#54)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Dec 30, 2021
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

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
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

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
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

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
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

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
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

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 Mar 4, 2023
Changelog:
===========
Added
--------
    Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues openembedded#61, openembedded#63 and openembedded#67)
    Added try_array to enable very fast conversions directly to numpy arrays (issues openembedded#62 and openembedded#65)

Changed
---------
    Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue openembedded#66)
    Significantly simplified the type annotations (by 4000+ lines!)

Fixed
-------
    Increased code coverage and fixed missing headers in codecov reaport (issue openembedded#64)
    Add back missing key option in type hints for deprecated fast_* functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 4, 2023
Changelog:
===========
Added
--------
    Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues openembedded#61, openembedded#63 and openembedded#67)
    Added try_array to enable very fast conversions directly to numpy arrays (issues openembedded#62 and openembedded#65)

Changed
---------
    Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue openembedded#66)
    Significantly simplified the type annotations (by 4000+ lines!)

Fixed
-------
    Increased code coverage and fixed missing headers in codecov reaport (issue openembedded#64)
    Add back missing key option in type hints for deprecated fast_* functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 4, 2023
Changelog:
===========
Added
--------
    Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues openembedded#61, openembedded#63 and openembedded#67)
    Added try_array to enable very fast conversions directly to numpy arrays (issues openembedded#62 and openembedded#65)

Changed
---------
    Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue openembedded#66)
    Significantly simplified the type annotations (by 4000+ lines!)

Fixed
-------
    Increased code coverage and fixed missing headers in codecov reaport (issue openembedded#64)
    Add back missing key option in type hints for deprecated fast_* functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 19, 2023
Changelog:
=========
 Fix XP30+ fn:path (issue openembedded#67)
 Fix weak tests (issues openembedded#64 and openembedded#66)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 19, 2023
Changelog:
=========
 Fix XP30+ fn:path (issue openembedded#67)
 Fix weak tests (issues openembedded#64 and openembedded#66)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 31, 2024
=========
GHex 46.0
=========

Changes and bugfixes since 46.alpha:
- widget: Fade zeroes in the hex display (Logan Rathbone)
- data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León)
- appdata: Remove none OARS tags (Sabri Ünal)
- appdata: Update appdata (Sabri Ünal)
- appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone)
- lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone)
- docs: GI tweaks and fixes (Logan Rathbone)
- lib/app: Initial support for marks (Logan Rathbone)
- help: Add marks section (Logan Rathbone)
- i18n: Remove domain that prevented use of translations (openembedded#66) (Anders Jonsson)
- appwin: Allow dropping multiple files (Guldoman)
- widget/doc: Set widget busy state while file is mid-save (openembedded#76) (Logan Rathbone)
- Code and documentation cleanups (Logan Rathbone)

Translation updates:
- Anders Jonsson (sv)
- Balázs Úr (hu)
- Christian Kirbach (de)
- Daniel Mustieles (es)
- Evangelos Skarmoutsos (el)
- Jiri Grönroos (fi)
- Jürgen Benvenuti (de)
- Sabri Ünal (tr)
- Sergej A. (ru)
- Yuri Chornoivan (uk)

This release includes libgtkhex 4.8.0

=============
GHex 46.alpha
=============

Changes and bugfixes since 45.0:
- GObject property getter fixes (Logan Rathbone)
- buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan
  Rathbone)
- hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone)
- hex-doc/buf: Support opening zero-length files (See: openembedded#73) (Logan Rathbone)
- hex-buf-iface: More appropriate messages when selecting backend (Logan
  Rathbone)
- hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan
  Rathbone)
- Remove almost all remaining GtkDialog use (Logan Rathbone)
- about: port dialog to libadwaita (Titouan Real)
- Update POTFILES.in (Logan Rathbone)
- chartable: Port to GtkColumnView (Logan Rathbone)
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
  clang build issues) (Fixes: openembedded#74) (David C. Manuelda, Logan Rathbone)
- appwin: Mark error message string properly translatable (Logan Rathbone)

Translation updates:
- Alan Mortensen (da)
- Anders Jonsson (sv)
- Emin Tufan Çetin (tr)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 1, 2024
=========
GHex 46.0
=========

Changes and bugfixes since 46.alpha:
- widget: Fade zeroes in the hex display (Logan Rathbone)
- data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León)
- appdata: Remove none OARS tags (Sabri Ünal)
- appdata: Update appdata (Sabri Ünal)
- appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone)
- lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone)
- docs: GI tweaks and fixes (Logan Rathbone)
- lib/app: Initial support for marks (Logan Rathbone)
- help: Add marks section (Logan Rathbone)
- i18n: Remove domain that prevented use of translations (openembedded#66) (Anders Jonsson)
- appwin: Allow dropping multiple files (Guldoman)
- widget/doc: Set widget busy state while file is mid-save (openembedded#76) (Logan Rathbone)
- Code and documentation cleanups (Logan Rathbone)

Translation updates:
- Anders Jonsson (sv)
- Balázs Úr (hu)
- Christian Kirbach (de)
- Daniel Mustieles (es)
- Evangelos Skarmoutsos (el)
- Jiri Grönroos (fi)
- Jürgen Benvenuti (de)
- Sabri Ünal (tr)
- Sergej A. (ru)
- Yuri Chornoivan (uk)

This release includes libgtkhex 4.8.0

=============
GHex 46.alpha
=============

Changes and bugfixes since 45.0:
- GObject property getter fixes (Logan Rathbone)
- buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan
  Rathbone)
- hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone)
- hex-doc/buf: Support opening zero-length files (See: openembedded#73) (Logan Rathbone)
- hex-buf-iface: More appropriate messages when selecting backend (Logan
  Rathbone)
- hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan
  Rathbone)
- Remove almost all remaining GtkDialog use (Logan Rathbone)
- about: port dialog to libadwaita (Titouan Real)
- Update POTFILES.in (Logan Rathbone)
- chartable: Port to GtkColumnView (Logan Rathbone)
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
  clang build issues) (Fixes: openembedded#74) (David C. Manuelda, Logan Rathbone)
- appwin: Mark error message string properly translatable (Logan Rathbone)

Translation updates:
- Alan Mortensen (da)
- Anders Jonsson (sv)
- Emin Tufan Çetin (tr)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Apr 2, 2024
=========
GHex 46.0
=========

Changes and bugfixes since 46.alpha:
- widget: Fade zeroes in the hex display (Logan Rathbone)
- data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León)
- appdata: Remove none OARS tags (Sabri Ünal)
- appdata: Update appdata (Sabri Ünal)
- appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone)
- lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone)
- docs: GI tweaks and fixes (Logan Rathbone)
- lib/app: Initial support for marks (Logan Rathbone)
- help: Add marks section (Logan Rathbone)
- i18n: Remove domain that prevented use of translations (#66) (Anders Jonsson)
- appwin: Allow dropping multiple files (Guldoman)
- widget/doc: Set widget busy state while file is mid-save (#76) (Logan Rathbone)
- Code and documentation cleanups (Logan Rathbone)

Translation updates:
- Anders Jonsson (sv)
- Balázs Úr (hu)
- Christian Kirbach (de)
- Daniel Mustieles (es)
- Evangelos Skarmoutsos (el)
- Jiri Grönroos (fi)
- Jürgen Benvenuti (de)
- Sabri Ünal (tr)
- Sergej A. (ru)
- Yuri Chornoivan (uk)

This release includes libgtkhex 4.8.0

=============
GHex 46.alpha
=============

Changes and bugfixes since 45.0:
- GObject property getter fixes (Logan Rathbone)
- buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan
  Rathbone)
- hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone)
- hex-doc/buf: Support opening zero-length files (See: #73) (Logan Rathbone)
- hex-buf-iface: More appropriate messages when selecting backend (Logan
  Rathbone)
- hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan
  Rathbone)
- Remove almost all remaining GtkDialog use (Logan Rathbone)
- about: port dialog to libadwaita (Titouan Real)
- Update POTFILES.in (Logan Rathbone)
- chartable: Port to GtkColumnView (Logan Rathbone)
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
  clang build issues) (Fixes: #74) (David C. Manuelda, Logan Rathbone)
- appwin: Mark error message string properly translatable (Logan Rathbone)

Translation updates:
- Alan Mortensen (da)
- Anders Jonsson (sv)
- Emin Tufan Çetin (tr)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
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
feedback waiting response from submitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants