x11/fltk: Update to 1.4.1
Changes in FLTK 1.4.1 Released: Dec 12 2024
FLTK 1.4.1 is a maintenance release with bug fixes and improvements.
Bug Fixes
- Fix rounding issues with Fl_RGB_Image::draw() + window scaling (#1128)
- Fix fullscreen regression on macOS( #1129)
- Fix fl_draw_image sometimes crashes when window is scaled (#1134)
- Fix: Can't control scale of Fl_Copy_Surface dimensions on Linux (#1135)
- Improve output of 'fltk-options -h' and 'fltk-options -L*'
- Windows: Fix rescale bug while window is maximized or fullscreen
- Fix graphical glitches on 101 DPI screen (#1138)
- Fix changed flag for radio buttons (#1146)
- Fix Fl_Scroll with real *_BOX draws over scrollbars at non-default scales (#1149)
- Fix drawing bugs on Windows at very large scales (#1144)
- Fix button down state when triggered by shortcut (#1145)
[62 lines not shown]
coturn: Reduce TODO
- Replace DESCR with text from upstream
- Prepare COMMIT_MSG
- Prune MESSAGE as all duplicating upstream docs (most of which are
even installed)
- Drop complete TODO items
coturn: Simplify path configuration and fix CONF_FILE
Greatly reduce the code for configuring paths by defining --prefix and
letting defaults happen when that's correct.
Set up CONF_FILE for the config file (and remediate upstream's
installation of an example in $etcdir).
Note myself as co-maintainer.
coturn: Update to 4.6.3
Uptream lacks NEWS. Release notes indicate no significant changes.
Upstream's ChangeLog is massive.
Resolves failure to build with modern openssl of 4.5.2.
ruby-sinatra4: Update to 4.1.1
4.1.1 / 2024-11-20
- Fix: Restore WEBrick support (#2067)
4.1.0 / 2024-11-18
- New: Add host_authorization setting (#2053)
- Defaults to .localhost, .test and any IP address in development
mode.
- Security: addresses CVE-2024-21510.
- Fix: Return an instance of Sinatra::IndifferentHash when calling
#except (#2044)
- Fix: Address warning from URI for Ruby 3.4 (#2060)
- Fix: rackup no longer depends on WEBrick, recommend Puma
instead (4a558503)
- Fix: Zeitwerk 2.7.0+ compatibility (#2050)
[11 lines not shown]
ruby-logger: Import logger-1.6.5 as wip/ruby-logger
Logger is a simple but powerful logging utility to output messages in
your Ruby program.
Logger has the following features:
- Print messages to different levels such as info and error
- Auto-rolling of log files
- Setting the format of log messages
- Specifying a program name in conjunction with the message