Changelog for
libfltk1_3-1.3.9-5.4.x86_64.rpm :
* Mon Feb 26 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Sat Dec 30 2023 Dirk Müller - update to 1.3.9:
* Support macOS up to macOS 14 \"Sonoma\".
* Update bundled libraries to current versions (see below).
* Introduce bundled image library \"prefixing\" to avoid conflicts with system libraries.
* Bundled library versions (see also README.bundled-libs.txt):
* Library Version Release date
* jpeg jpeg-9e 2022-01-16
* png libpng-1.6.40 2023-06-21
* zlib zlib-1.3 2023-08-18
* Backport X11 INCR protocol fixes from 1.4.0 (issue #451)
* X11: Suppress compiler warnings when using gcc or clang
* Fix crash if a program exits before it opens a window
* Fix compilation error with current Visual Studio 2022
* Backport warning fixes from 1.4.0 in src/fl_draw.cxx
* Fix compiler warning as pointed out in PR #693
* Fix another compiler warning (#693)
* Remove unused variable, fix \"type issue\" (#445, part 2)
* Fix stack buffer overflow found by address sanitizer
* Fix \"gtk+ rendering\" (GitHub Issue #443)
* Fix doxygen warnings
* Bump version numbers, prepare release 1.3.9
* Fix several compiler warnings
* Update bundled image libraries and zlib to current versions
* Update README, README.CMake.txt, and some support files
* Fix compiler warnings: backported from 1.4 (git \'master\')
* CMake/MSVC: remove confusing recommendation to rerun
* Documentation: remove dark color on title page
* Raise CMake minimum required version to 3.15 and more
* macOS platform: Issue #325 \"Disabling IM disables Greek and Cyrillic layouts\"
* Fix fullscreen window level corner cases on macOS
* Fix issue #373 apparent with macOS platform and SDK ≤
* Issue #452: Fl::get_font_name failure on OS-X.
* Issue #454: crash in Fl::get_font_name().
* Issue #469: Fl_Sys_Menu_Bar menu item shortcuts using Esc Tab don\'t work on Mac
* Fix \"Focus is lost leaving full screen on macOS 13\"
* Add support of macOS Ventura 13.0 and macOS Sonoma 14.0
* macOS: remove configure option --enable-x11 and CMake OPTION_APPLE_X11; this functionality remains in FLTK 1.4.
* configure.ac: make sure local-png and local-zlib always run together
* Remove the -mwindows argument from CFLAGS and CXXFLAGS
* Mon Jan 10 2022 Dirk Müller - drop explicit pie flags setting and use --with-optim to pass in optimizer flags (bsc#1194419), binary is pie now automatically- disable building against local copies of libjpeg etc
* Sat Jan 08 2022 Stefan Brüns - Fix LDFLAGS reported by fltk-config (strip -pie), which breaks building shared libraries linking to libfltk (boo#1194419)
* Fri Dec 03 2021 Ferdinand Thiessen - Update to 1.3.8:
* Add new dialog with extended return values
* Make \"FLTK_CONSOLIDATE_MOTION\" user-definable- Use bzip2 compressed sources
* Sat Nov 13 2021 Dirk Müller - update to 1.3.7:
* see CHANGES
* maintenance release with new macOS Big Sur support and some bug fixes. macOS Big Sur is supported on both Intel and the new Apple Silicon (M1) chips.
* Wed Oct 20 2021 pgajdosAATTsuse.com- fix shlib-policy-name-error [bsc#1191754]- modified sources % baselibs.conf
* Thu Apr 22 2021 Matthias Gerstner - explicitly pass -fPIC and -pie via CFLAGS and LDFLAGS to make /usr/bin/fluid an position-independent executable. fltk by default passed -fPIC but not - pie, which breaks our gcc-PIE profil. (bsc#1184122).
* Thu Dec 19 2019 pgajdosAATTsuse.com- version update to 1.3.5
* see CHANGES or https://www.fltk.org/articles.php?L1635
* Fri Aug 09 2019 Martin Liška - Use FAT LTO objects in order to provide proper static library.