Changes since b154:
Beta #155 - 18.05.2019
- The old dithered 4-color FT2 logo in the About screen has been replaced with
a true color version that I tried to somewhat replicate myself. The old one
simply didn't look very nice when upscaled...
Sorry for the lousy changelog for this version!
Changes since 8.2.24:
-- Noteworthy changes in version 8.2.25 (2019-04-24)
o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
configuration directives have been replaced with just 'class::number_per_ip_local'
and 'class::number_per_ip_global'. The 'class::max_local' basically was
redundant as it had the same functionality as 'class::number_per_ip'
o) Adding RESVs with wildcards no longer requires administrator privileges
o) The 'general::ignore_bogus_ts' configuration option has been deprecated
o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
the openssl and gnutls module
o) Minimum supported OpenSSL version is 1.0.1f now
o) Minimum supported GnuTLS version is 3.5.8 now
o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
been deprecated. If you need to bind() a specific address you can specify one
in the connect {} block
o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind'
Changelog:
Fix setupcheck for intl module (server#15223)
Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303)
Remove the custom prefix from the table name length when checking on … (server#15312)
Check if the data is in the lookup server (server#15341)
Do NOT assume all files are selected if the first checkbox is (server#15345)
Fix collapse button in app navigation in IE11 (server#15389)
Make sure all middlewares are only registered once (server#15399)
Allow to send the password of protected conversations (server#15405)
Remove extra margin from warning messages in authenticate page (server#15409)
Set Edge < 16 as incompatible with css vars (server#15417)
Remove extra param in cache update call (server#15418)
Handle 0 B default quota properly in the web UI (server#15424)
Fix multiselect min width (server#15433)
Make access column a real boolean (server#15434)
Fix public upload by also load the semaphore method (server#15439)
Remove setup args from logging (server#15442)
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452)
Fix mobile vertical scrolling (server#15469)
Remove recommendation for opcache on CLI (server#15471)
Update file-upload.js (server#15482)
Add interfaces to interact with subscription from support app (server#15513)
Fall back to application/octet-stream instead of using an invalid mim… (activity#374)
Only call setViewerMode if FileList is available (files_pdfviewer#132)
Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150)
Use correct method to determine if HTTPS is used (firstrunwizard#189)
This worked fine before someone replaced the portable X11 input driver
with this monstrosity. This workaround is hopefully temporary since it
probably causes problems on other X11 implementations (using evdev)...
Bump PKGREVISION.
Upstream changes:
6.39 2019-05-06 14:18:39Z
- Document current best practices (GH#314) (Olaf Alders)
- Document order in which handlers fire (GH#315) (Olaf Alders)
- SKIP nntp test for now (GH#317) (Olaf Alders)
Upstream changes:
1.21 2019-05-11 NEILB
- Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186.
- Updated AUTHOR section to reflect that Neil Bowers is current maintainer.
- Extended testsuite so there's full code coverage (not pod yet).
Upstream changes:
0.15 2019-05-12 NEILB
- Added support for fractional parts of seconds in hh:mm:ss.ssss
- Added L<> links to Time::Duration and duration_exact in that module.
- Fixed grammar in doc
Upstream changes:
2.35 2019-04-21
- Handle "infinity" as a representation of infinite values in serialized
objects. On Solaris we end up with "infinity" and "-infinity" as opposed to
just "inf" and "-inf". Fixed by Andrew Paprocki. GH #36.
Upstream changes:
1.51 2019-04-21
- Fix CLDR formatting of 'S' pattern with more than 9 digits of
precision. While we only store nanoseconds in the DateTime object we should
still be able to handle an arbitrary number of digits properly. Fixed by
Slaven Rezić. GH #89.
Changes:
### Additions
- Support for
- `patreon` (#226)
- `hentainexus` (#256)
- `date` metadata fields for `pixiv` (#248), `instagram` (#250),
`exhentai`, and `newgrounds`
### Changes
- Improved `flickr` metadata and video extraction (#246)
### Fixes
- Download original GIF animations from `deviantart` (#242)
- Ignore missing `edge_media_to_comment` fields on `instagram` (#250)
- Fix serialization of `datetime` objects for `--write-metadata` (#251, #252)
- Allow multiple post-processor command-line options at once (#253)
- Prevent crash on `booru` sites when no tags are available (#259)
- Fix extraction on `instagram` after `rhx_gis` field removal (#266)
- Avoid Cloudflare CAPTCHAs for Python interpreters built
against OpenSSL < 1.1.1
- Miscellaneous fixes for `luscious`
Changes:
2.24.2
======
- Fix rendering of emojis copy-pasted from GTK emoji chooser.
- Fix space characters not being rendered with some CJK fonts.
- Fix adaptive streaming playback with older GStreamer versions.
- Set a maximum zoom level for pinch zooming gesture.
- Fix navigation gesture to not interfere with scrolling.
- Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
- Fix several crashes and rendering issues.
- Translation updates: Danish, Spanish, Ukrainian.
- Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.