-
Notifications
You must be signed in to change notification settings - Fork 50
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
MySQL and Percona Server 8 are missing #332
Comments
@jperkin Thx for bringing Percona Server 8 back to trunk. Start crashes with "abort_handler_s: memset_s: s is NULL" error.
Do you have any idea what the issue might be? |
Tested it in a lx-zone with ubuntu 20.04 and the apt-repo from percona. No abort-notice on our databases. We need mysql-server 8 or percona-server 8 cause of features mariadb is missing. So migrating over to mariadb is no option for us :/ |
Tried the latest build from two days ago, but it still has the same issues. |
Can I just check that you're using the latest versions available in the repository? They'll be available via a refresh rather than a version bump. I'm trying to reproduce this but failing so far. The test suite is showing some failures, but overall is running the server fine and passing the vast majority of tests. If it's still failing for you then if there's a way you can get a reproducible test case that'd be really helpful, or at least a backtrace so I can figure out which Thanks! |
Just for the record:
|
## Changes in version 0.7.4.0 * Add Lift instances (#332) * Expose `copyPtrToMutablePrimArray` * Improve definitions for stimes (#326) * Support GHC 9.4. Note: GHC 9.4 is not released at the time of primitive-0.7.4.0's release, so this support might be reverted by a hackage metadata revision if things change. * Drop support for GHC 7.10
Twine 4.0.1 (2022-06-01) Bugfixes Improve logging when keyring fails. (#890) Reconfgure root logger to show all log messages. (#896) Twine 4.0.0 (2022-03-31) Features Drop support for Python 3.6. (#869) Use Rich to add color to upload output. (#851) Use Rich to add color to check output. (#874) Use Rich instead of tqdm for upload progress bar. (#877) Bugfixes Remove Twine’s dependencies from the User-Agent header when uploading. (#871) Improve detection of disabled BLAKE2 hashing due to FIPS mode. (#879) Restore warning for missing long_description. (#887) Twine 3.8.0 (2022-02-02) Features Add --verbose logging for querying keyring credentials. (#849) Log all upload responses with --verbose. (#859) Show more helpful error message for invalid metadata. (#861) Bugfixes Require a recent version of urllib3. (#858) Twine 3.7.1 (2021-12-07) Improved Documentation Fix broken link to packaging tutorial. (#844) Twine 3.7.0 (2021-12-01) Features Add support for core metadata version 2.2, defined in PEP 643. (#833) Twine 3.6.0 (2021-11-10) Features Add support for Python 3.10. (#827) Twine 3.5.0 (2021-11-02) Features Show more helpful messages for invalid passwords. (#815) Allow the --skip-existing option to work with GCP Artifact Registry. (#823) Bugfixes Add a helpful error message when an upload fails due to missing a trailing slash in the URL. (#812) Generalize --verbose suggestion when an upload fails. (#817) Twine 3.4.2 (2021-07-20) Bugfixes Improve error message for unsupported metadata. (#755) Improve error message for a missing config file. (#770) Do not include md5_digest or blake2_256_digest if FIPS mode is enabled on the host. This removes those fields from the metadata before sending the metadata to the repository. (#776) Twine 3.4.1 (2021-03-16) Bugfixes Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI. (#745) Twine 3.4.0 (2021-03-15) Features Prefer importlib.metadata for entry point handling. (#728) Rely on importlib_metadata 3.6 for nicer entry point processing. (#732) Eliminate dependency on setuptools/pkg_resources and replace with packaging and importlib_metadata. (#736) Twine 3.3.0 (2020-12-23) Features Print files to be uploaded using upload --verbose (#670) Print configuration file location when using upload --verbose (#675) Print source and values of credentials when using upload --verbose (#685) Add support for Python 3.9 (#708) Turn warnings into errors when using check --strict (#715) Bugfixes Make password optional when using upload --client-cert (#678) Support more Nexus versions with upload --skip-existing (#693) Support Gitlab Enterprise with upload --skip-existing (#698) Show a better error message for malformed files (#714) Improved Documentation Adopt PSF code of conduct (#680) Adopt towncrier for the changleog (#718) Twine 3.2.0 (2020-06-24) Features Improve display of HTTP errors during upload (#666) Print packages and signatures to be uploaded when using --verbose option (#652) Use red text when printing errors on the command line (#649) Require repository URL scheme to be http or https (#602) Add type annotations, checked with mypy, with PEP 561 support for users of Twine’s API (#231) Bugfixes Update URL to .pypirc specification (#655) Don’t raise an exception when Python version can’t be parsed from filename (#612) Fix inaccurate retry message during upload (#611) Clarify error messages for archive format (#601) Twine 3.1.1 (2019-11-27) Bugfixes Restore --non-interactive as a flag not expecting an argument. (#548) Twine 3.1.0 (2019-11-23) Features Add support for specifying --non-interactive as an environment variable. (#547) Twine 3.0.0 (2019-11-18) Features When a client certificate is indicated, all password processing is disabled. (#336) Add --non-interactive flag to abort upload rather than interactively prompt if credentials are missing. (#489) Twine now unconditionally requires the keyring library and no longer supports uninstalling keyring as a means to disable that functionality. Instead, use keyring --disable keyring functionality if necessary. (#524) Add Python 3.8 to classifiers. (#518) Bugfixes More robust handling of server response in --skip-existing (#332) Twine 2.0.0 (2019-09-24) Features Twine now requires Python 3.6 or later. Use pip 9 or pin to “twine<2” to install twine on older Python versions. (#437) Bugfixes Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases. (#491) Twine 1.15.0 (2019-09-17) Features Improved output on check command: Prints a message when there are no distributions given to check. Improved handling of errors in a distribution’s markup, avoiding messages flowing through to the next distribution’s errors. (#488) Twine 1.14.0 (2019-09-06) Features Show Warehouse URL after uploading a package (#459) Better error handling and gpg2 fallback if gpg not available. (#456) Now provide a more meaningful error on redirect during upload. (#310) Bugfixes Fail more gracefully when encountering bad metadata (#341)
0.16.0 (2022-01-03) Minor Enhancements * Add support for page.description in front matter to become entry <summary> (#297) Bug Fixes * Fold private methods into the :render method as local variables (#327) * Check post.categories instead of post.category (#357) * Switched xml_escape for <![CDATA[]]> for post content (#332) Development Fixes * Add Ruby 3.0 to CI (#337) * Lock RuboCop to v1.18.x (#348) * Add workflow to release gem via GH Action (#355) Documentation * Use .atom extension in documented examples since we write an Atom feed (#359)
@jperkin Sorry for the delay in answering. Tried the latest version on three instances. Two are running smoothly, but one instance is eroding all ram of the zone. Every two hours the ram was exhausted. Switched to mariadb for this zone cause of the issue. Sorry but I was not able to find the reason of the eroding ram issue. Mariadb is ok for this zone, but for our main mysql cluster we depend on mysql/persona. We are running the cluster now on lx cause of the reported issue. |
I updated mysql80-* to 8.0.31 and they're now available in trunk. |
tinytex 0.43 * Added the LaTeX package pdfcol to the TinyTeX bundle (#387). * Removed the internal use of xfun::isFALSE() (yihui/xfun#67). tinytex 0.42 * Querying CTAN might time out, which can cause failure in installing TinyTeX (thanks, Lillian Welsh, https://stackoverflow.com/q/73404800/559676). * When installing TinyTeX on macOS and the directory /usr/local/bin does not exist, users will be prompted to create it. Then if it is not writable, users will be prompted to make it writable via chown (a13ae48). tinytex 0.41 * TinyTeX no longer defines the TEXMFHOME variable (thanks, @vsheg, #377). * The internal function fc_cache() also runs on the TinyTeX root directory now (3d146ac). tinytex 0.40 * Added a bundle argument to tinytex::install_tinytex(), so that users can choose to install any TinyTeX bundle, e.g., TinyTeX-0 or TinyTeX-2. tinytex 0.39 * The tinytex and tinytex-releases repositories have been moved from @yihui's account to @rstudio, i.e., their addresses are https://github.com/rstudio/ tinytex/ and https://github.com/rstudio/tinytex-releases/ now. * The full TeX Live has been pre-built as the TinyTeX-2 bundle in the daily release of TinyTeX: https://github.com/rstudio/tinytex-releases/releases/ tag/daily To know how to install it, please see https://github.com/rstudio/ tinytex-releases#installation. * If tinytex::install_tinytex() detects an existing LaTeX distribution in the system, it will ask if you want to continue the installation in an interactive R session. If this function is called in a non-interactive R session (e.g., via the Rscript command), it will throw an error in this case, unless the argument force = TRUE is used. This is to prevent an accidental installation of TinyTeX (which occurred on CRAN recently). Another way to prevent the installation is to set the environment variable TINYTEX_PREVENT_INSTALL=true. * On *nix, if the dir ~/.local/bin exists, it will be used as the bin path for TinyTeX, i.e., symlinks of TeX Live binaries will be created to this dir. If it does not exist, ~/bin/ will be used as usual (thanks, @salim-b, #365). tinytex 0.38 * Fixed #354: set the env var TEXLIVE_PREFER_OWN=1 before calling tlmgr() to use TeX Live's own curl instead of curl on PATH (thanks, @netique). * Fixed latex3/luaotfload#213: detect the lua-uni-algos package in case of error module 'lua-uni-normalize' not found (thanks, @dragonstyle). * Added the help page ?tinytex (thanks, @AmeliaMN, #361). * Use set -e and curl -f to fail immediately in the *nix installation script (thanks, @gaborcsardi, #356). tinytex 0.37 * Fixed rstudio/bookdown#1274: latexmk() should run the LaTeX engine one more time before calling makeindex (thanks, @trevorcampbell @ttimbers). tinytex 0.36 * Fixed the failure to detect the hyphen-french package from the LaTeX log: https://stackoverflow.com/q/69887190/559676 * xfun::session_info('tinytex') can report the TeX Live (TinyTeX) version now. * Improved the way tinytex::tlmgr_repo() normalizes the repo URL (#346). tinytex 0.35 * install_tinytex() will automatically switch to using https://github.com/ yihui/tinytex-releases/releases/tag/daily to install the daily version of TinyTeX if accessing https://yihui.org fails (#332). * install-bin-unix.sh and install-bin-windows.bat now install TinyTeX from https://github.com/yihui/tinytex-releases/releases/tag/daily instead of https://yihui.org/tinytex/TinyTeX.* (#270). * Fixed #322: automatically install hyphen-* packages in case of polyglossia warnings. * Run tlmgr conf texmf max_print_line 10000 to prevent LaTeX from wrapping log lines (#322 (comment)). If you do not like this configuration, you may run tlmgr conf texmf --delete max_print_line to delete it. tinytex 0.34 * The --data argument in tl_sizes() is properly quoted now to make it work on Windows (thanks, @IndrajeetPatil #329, @cderv #330).
# htmltools 0.5.4 ## New Features * Added a new `bindFillRole()` function for modifying `tag()` object(s) into tags that are allowed to grow and shrink when their parent is opinionated about their height. See `help(bindFillRole, "htmltools")` for documentation and examples. Note the primary motivation for adding these functions is to power `{bslib}`'s new `card()` API (in particular, [responsive sizing](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing)) as well as the new `fill` arguments in `shiny::plotOutput()`, `shiny::imageOutput()`, `shiny::uiOutput()`, `htmlwidgets::sizingPolicy()`, and `htmlwidgets::shinyWidgetOutput()`. (#343) ## Bug fixes * Closed #331: `copyDependencyToDir()` creates `outputDir` recursively, which happens in Quarto or when `lib_dir` points to a nested directory. (@gadenbuie, #332) * Closed #346: `tagQuery()`'s `$remove()`, `$after()`, `$before()`, `$replaceWith()` had a bug that prevented expected behavior when sibling children values where not tag elements. (#348) # htmltools 0.5.3 ## Breaking changes * Closed #305: `htmlPreserve()` no longer uses _inline_ code blocks for Pandoc's raw attribute feature when used inside a _non_-inline knitr/rmarkdown code chunk, and as a result, in this case, an additional `<p>` tag is no longer wrapped around the HTML content. (#306) ## Bug fixes * Closed #301: `tagQuery()` was failing to copy all `tagList()` html dependencies within nest child tag lists. `tagQuery()` will now relocate html dependencies as child objects. (#302) * Closed #290: htmltools previously did not specify which version of fastmap to use, and would fail to install with an old version of fastmap. (#291) * `copyDependencyToDir()` no longer creates empty directories for dependencies that do not have any files. (@gadenbuie, #276) * Closed #320: `copyDependencyToDir()` now works with dependencies with specified attributes. (@dmurdoch, #321)
# version 0.8-2 * Names are preserved when doing unit conversions; #305 @billdenney * Identical units will always divide (`/`) and allow integer division (`%/%`). And, inverse units will always be able to multiply; #310 @billdenney * Compare units via `ud_compare()`, fixing inconsistent results for aliases and symbols; #339, #346, #347 * Fix `units<-()` to treat an empty unit the same as `NULL`; #332 * New `as.data.frame()` method for `mixed_units`; #309 * Use short paths for database loading on Windows to fix UTF-16 issues; #342 * Add example in the docs about reversing a ggplot2 units scale; #343 * Force storage mode to double; #344 addressing #324 * Fix units in transformed axis; #323 * Consider unitless as radians in trigonometric functions; #328
- Refactor: Reduce iterator cloning in y_axis_bounds - Bump dependencies - clean-up(color.rs): remove try_color_from_string - Remove Ratatui 0.21.0 workaround for colour parsing (ref #332)
Changes since 0.12.0: eza v0.13.0 Description breaking changes Another Monday, another eza. We're very close to having integration testing sorted, very very close. That means clap is soon gonna be merged, and then we'll be proper into the release candidate. Until then, we only had a slight breaking change, and we assumed users would prefer getting updates. BREAKING CHANGE: The style codes for huge file and units where documented to be nt and ut but the code was using nh and uh. The code has been updated to match the documented style codes. EXA_COLORS using style codes nh and uh will need to be updated to use nt and ut. Changelog Features * Add completion files in deb packaging script * Adds filtering for Windows hidden files * Support --mount option on Mac * Lazy loading of a files extended attributes and absolute path Bug Fixes * Crate can't contain broken symlink * Remove executable flag from fish completion file * Use proc_mounts only on linux * Hotfix harmful documentation * Fix hyperlinks on Windows * Nix flake check also builds the package * [breaking] Change number_huge and unit_huge to match the man page short codes Documentation * Added cafkafk suggestions * Fix codeblocks in zsh completions * Update README.md * Document filetypes theme and rename trait * Link directly to space * Add Mac support for the --mount option in the man page * Add SAFETY comments to unsafe code blocks * Update deb instructions to use keyring * Fix chmod in deb installation instructions * Add potential gpg install to deb installation instructions * Document character style pairs in the code and match with man page * Add install instructions for Void Linux * Documentation of 'sn' and 'sb' conflicted with later docs * Document dimmed and italic style codes Miscellaneous Tasks * Augment gitter size in README Performance * Add criterion for benchmarking Refactor * Refactor just in crossfile * DRY up justfile * Ignore missing MSVC docker image * Removed unused imports, mark mods as allow unused * Format code * Move ALL_MOUNTS to fs::mounts * Migrate ALL_MOUNTS from lazy_static to OnceLock Testing * Stabalised unit-tests.yml * Autogenerate testing dir * Autogenerate test dirs * Generate device files * Add unit tests that test both exa and ls style codes together * Address variable names Build * Add musl binary for linux * Fix checksums * Add TODOs to targets * Set optlevel to 3 Ci * Add nix Flake check to flake.yml * Removed nix build in favor of nix flake check * Include bash completion script in treefmt and fixed shellcheck formatting in completion script * Fix windows build * Fix spelling attemps -> attempts New Contributors * @cocoliliace made their first contribution in #322 * @raylu made their first contribution in #332 * @tranzystorek-io made their first contribution in #363 Full Changelog: eza-community/eza@v0.12.0...v0.13.0
v0.19.3 - Make network-interface an optional dependency, see #332 (@blyxxyz) Note for package maintainers: When building xh with --no-default-features, make sure to enable the network-interface feature if there are no build errors like in #330 v0.19.2 Features - Add --interface for binding to a local IP address or interface, see #307 (@ducaale) - Translate --raw flag when using --curl, see #308 (@ducaale) - Support duplicate header keys in session files, see #313 (@ducaale) - Support persisting cookies from multiple domains, see #314 (@ducaale) - Control output formatting (JSON indent-level, header sorting, etc) via --format-options, see #318 (@Bnyro) and #319 (@ducaale) Bug fixes - Disable cURL's URL globbing, see #325 (@ducaale) - Improve PATH handling in install.ps1, see #264 (@henno) Other - Update Rustls to v0.21.0, see #311 (@ducaale) v0.19.1 No ChangeLog provided. v0.19.0 No ChangeLog provided.
v32 (October 01, 2023) Changes: - Removed legacy multi-frame loaders. Animated image support now requires Imlib2 v1.8.0 or above. - Move loading/caching messages to right side bar #446 - Set a default delay if delay is 0 in a multi-frame image #445 - config.mk: default to -O2 #435 - config.mk no longer explicitly sets CC to c99 #455 - Assertions are now opt-in and requires explicitly defining DEBUG #447 Added: - Added a pick-quit key-binding #432 - Ability to configure Xresources class name in config.h #427 - --version output now also includes compiled-in feature list #462 - Document handling of empty X resources values #428 - Experimental flag --bg-cache to generate thumbnail cache in a background process #438 Fixes: - Changing brightness/contrast on multi-frame images #440 - Brightness keybindings on manpage #467 - Various autoreload bugs #437, #459, #460 - *-info scripts not updating when selecting thumbnail with mouse #477 - Updated openbsd configuration in config.mk #453 - Memory leak in win_draw_bar #444 - Thumbnail leak when removing the last file #423 v31 (January 28, 2023) Changes: - Uncritical files moved to etc/. #350 - Empty Xresource entry will now be ignored. #340 - win-title will be read in a non-blocking manner. #314 Added: - Support for multi-frame images via Imlib2. #373 - Support for long-opts. #332 - Cli flag --anti-alias to enable/disable anti-aliasing. #361 - Cli flag --alpha-layer to enable/disable checkerboard background. #408 - Accept directory via stdin (-i) #383 - Support for modifying brightness and contrast #396 Fixes: - Build failure when _SC_PHYS_PAGES is not defined. #334 - Various statusbar issues. #353,#341 - Crashes due to faulty signal-handler. #411 - Potential memory leak in r_readdir(). #319 - Potentially printing incorrect error message. #321 - Wrong slideshow length on animated webp. #381 - Document missing Ctrl+6 binding in the manpage. #347 SPECIAL NOTE: Due to this incident we have moved development over to Codeberg. A lot of the references below may now be 404 on GitHub. Any threads which survived the wipe have been migrated over to nsxiv-record. All of the references above can be found on the new main nsxiv repository on Codeberg. v30 (June 15, 2022) Changes: - Development and main repository moved over to Codeberg. See the special note above for more info. - autoreload_{inotify,nop}.c merged into a single file, autoreload.c. #263 - Moved all configuration related macros to config.mk. #264 - win-title is now called only when there's change rather than being called on each redraw. #266 Added: - Added more mimetypes to the .desktop entry. #260 - Added thumb-info for customizing the statusbar in thumbnail-mode. #265 - Added comments for building on OpenBSD. #264 Fixes: - "Too many open file" error due to not closing the win-title script. #245 - -f now directly starts in fullscreen mode rather than opening a normal window and then going fullscreen. #251 - Broken slideshow on slow systems or fast animations. #282 - Memory leak when removing an image in thumbnail mode. #247 - Correctly setting _NET_WM_PID. #251 - Don't override statusbar if info script doesn't exist. #271 - Potential misbehavior regarding font. #250
## 1.9.1 - 2024-01-09 * `SSIZE_MAX` is now defined conditionally on Windows. The 1.9.0 release would cause a redefinition warning when compiled with MinGW. Reported by Andreas Vögele. GitHub #338. ## 1.9.0 - 2024-01-09 * On very large databases, the calculation to determine the search tree size could overflow. This was fixed and several additional guards against overflows were added. Reported by Sami Salonen. GitHub #335. * Removed `sa_family_t` typedef from the public header on Windows. Pull request by Noah Treuhaft. GitHub #334. * The CMake build was adjusted to allow running builds in parallel. Pull request by Vladyslav Miachkov. GitHub #332.
This version has added support for custom previewers and custom preloaders, as well as completed most of the work on the concurrent plugin system. In addition, it includes many performance optimizations, such as rewriting the entire file system, refactoring the entire UI rendering architecture, enhancing the task scheduling system, and implementing partial rendering for frequently updated components. This version also introduces many meaningful new features, such as path auto-completion, real-time file filtering, Kitty Unicode placeholders protocol support. Read the changelog below for details. This is a breaking change version, please refer to our upgrade guide: Migrating to Yazi v0.2.0 What's Changed refactor(nix): add shell completion and avoid impure by @XYenon in #293 refactor: publish to crates.io by @sxyazi in #298 feat: add a new Folder:icon() API to make it easier for users to extend icons by @sxyazi in #301 feat: add config support for coordinate and size adjustment for ueberzugpp image preview by @15cm in #304 fix: clear Sixel image with empty characters instead of \x2B[K to be compatible with GNOME VTE by @linsui in #309 fix: nix flakes by @sxyazi in #306 fix: change the rust tool chain in shell.nix from stable to nightly by @15cm in #314 feat: support image preview on WSL by @sxyazi in #315 fix: use WAYLAND_DISPLAY and DISPLAY to detect Wayland/X11 when XDG_SESSION_TYPE is not set by @sxyazi in #312 fix: channel blockage caused by fuse permissions under the root user by @sxyazi in #321 fix: jq previews empty when the user sets tab_size=8 by @sxyazi in #320 chore: add .vscode and .idea to .gitignore by @XOR-op in #322 feat: add an identifier before the extension to prevent file conflicts rather than after by @rick-yao in #316 ci: add Rust target "aarch64-unknown-linux-gnu" to release workflow by @nifr in #326 feat: add overlays to flake.nix by @musjj in #218 docs: update readme links to website by @uncenter in #332 feat: use USERPROFILE to retrieve readable path on Windows by @sravioli in #331 feat: auto-completion for input component by @XOR-op in #324 perf: fallback to plain highlighter for long text by @sxyazi in #329 fix: the parent does not hover properly on switching the hidden state by @sxyazi in #339 feat: better Zellij support with multi-factor detection involving emulator types by @sxyazi in #336 fix: precache n-1 and n+1 pages by @Hanaasagi in #349 feat: new reveal command by @sxyazi in #341 refactor: extracting commands into separate files to make them easier to maintain by @sxyazi in #338 feat: make width of completion relative to input by @XOR-op in #353 feat: raise open file descriptors limit at startup by @sxyazi in #342 fix: prefix matching should have higher priority in completion by @XOR-op in #352 feat: display the number of deleted files in the prompt by @sxyazi in #359 fix: Rust panics instead of returning an error when file times are invalid by @sxyazi in #357 feat: add support for opening a file on startup by @sxyazi in #358 feat: new kitty graphics protocol implementation for better compatibility with tmux through Unicode placeholders by @sxyazi in #365 perf: precache small images to avoid cache misses; use symlink_metadata instead of metadata by @sxyazi in #367 refactor: use more reasonable numeric field types for configs by @sxyazi in #368 perf: clear only limited cells when hiding images by @sxyazi in #369 perf: reduce peak memory footprint during decoding large images by @sxyazi in #375 feat: make Input and Select positions customizable by @Hanaasagi in #361 feat: expose image max alloc and bound to allow for more control by @sxyazi in #376 feat: add more optimization options by @Walker-00 in #377 fix: directories are recreated after deletion did not update the watcher tracking properly by @sxyazi in #381 feat: make emacs readline keybindings configurable by @sxyazi in #382 feat: cursor and page key navigation parity with Vim bindings by @flexiondotorg in #386 feat: add more mime-types, file extensions and icons to the preset theme by @flexiondotorg in #387 feat: include commit hash in yazi --version by @Hanaasagi in #393 fix: popup components (Input, Select, etc.) being covered by previewed images by @sxyazi in #360 fix: stepwise renaming causes uncertain sorting order by @sxyazi in #398 refactor: move event to shared by @sxyazi in #403 feat: support sorting by file extension by @JYShaw in #405 refactor: integrate tasks into scheduler by @sxyazi in #406 fix: catchup with the latest stable Rust by @XYenon in #409 fix: build with rust-overlay by @XYenon in #410 fix: crashes when selection indicator exceeds the visible area while a wrong folder_offset specified by @sxyazi in #416 feat: new config option to suppress pre-caching tasks by @againstpetra in #430 fix: do not use LuaJIT in riscv64 and loongarch64 architecture by @eatradish in #439 feat: copy content over SSH by @sxyazi in #447 feat!: custom preloader & previewer by @sxyazi in #401 feat: filter files in real-time by @Rolv-Apneseth in #454 fix: panic caused by set_hook by @sxyazi in #459 feat: fine-grained scheduling priority by @sxyazi in #462 fix: add --follow option to paste command by @eatradish in #436 feat: support ANSI themes by @smores56 in #460 perf: new UI rendering architecture by @sxyazi in #468 fix: resize isn't triggered on app restoring by @sxyazi in #483 feat: image orientation support by @sxyazi in #488 refactor: quit command by @aserowy in #484 feat: icon color and ordered icon rules support by @sxyazi in #503 fix: prevent recursive caching - don't cache files in the cache directory by @sxyazi in #504 chore: add schema urls to preset config by @uncenter in #506 fix: update paged files after filter done by @sxyazi in #505 feat: add support for highlighting by file type by @Akmadan23 in #510 perf: partial rendering progress and composite into a complete UI to reduce CPU consumption caused by frequent progress updates by @sxyazi in #509 feat: add --empty and --cursor options to the rename command by @Akmadan23 in #513 feat: add YAZI_LEVEL env variable for shells by @isti115 in #514
# cpp11 0.4.7 * Internal changes requested by CRAN to fix invalid format string tokens (@paleolimbot, #345). # cpp11 0.4.6 * R >=3.5.0 is now required to use cpp11. This is in line with (and even goes beyond) the tidyverse standard of supporting the previous 5 minor releases of R. It also ensures that `R_UnwindProtect()` is available to avoid C++ memory leaks (#332). * `cpp11::preserved.release_all()` has been removed. This was intended to support expert developers on R <3.5.0 when cpp11 used a global protection list. Since cpp11 no longer uses a global protection list and requires R >=3.5.0, it is no longer needed. As far as we can tell, no package was actively using this (#332). * cpp11 now creates one protection list per compilation unit, rather than one global protection list shared across compilation units and across packages. This greatly reduces the complexity of managing the protection list state and should make it easier to make changes to the protection list structure in the future without breaking packages compiled with older versions of cpp11 (#330). * Nested calls to `cpp11::unwind_protect()` are no longer supported or encouraged. Previously, this was something that could be done for performance improvements, but ultimately this feature has proven to cause more problems than it is worth and is very hard to use safely. For more information, see the new `vignette("FAQ")` section titled "Should I call `cpp11::unwind_protect()` manually?" (#327). * The features and bug fixes from cpp11 0.4.4 have been added back in. # cpp11 0.4.5 * On 2023-07-20, cpp11 was temporarily rolled back to 0.4.3 manually by CRAN due to a bug in 0.4.4 which we could not immediately fix due to the cpp11 maintainer being on vacation. # cpp11 0.4.4 * Davis Vaughan is now the maintainer. * `as_doubles()` and `as_integers()` now propagate missing values correctly (#265, #319). * Fixed a performance issue related to nested `unwind_protect()` calls (#298). * Minor performance improvements to the cpp11 protect code. (@kevinushey) * `cpp_register()` gains an argument `extension=` governing the file extension of the `src/cpp11` file. By default it's `.cpp`, but `.cc` is now supported as well (#292, @MichaelChirico)
* Fix #332: Insert at most one space for multiple emphasis * Feature #318: Make padded tables more similar to pandoc's pipe_tables. * Add support for Python 3.9. * Fix extra line breaks inside html link text (between '[' and ']') * Fix #344: indent ``<ul>`` inside ``<ol>`` three spaces instead of two to comply with CommonMark, GFM, etc. * Fix #324: unnecessary spaces around ``<b>``, ``<em>``, and ``strike`` tags. * Don't wrap tables by default and add a ``--wrap-tables`` config option. * Feature #198: Ignore ``<p>`` tags inside table rows. * Don't wrap tables by default and add a ``--wrap-tables`` config option * Remove support for Python ≤ 3.5. Now requires Python 3.6+. * Support for Python 3.10+. * Fix #320 padding empty tables and tables with no ``</tr>`` tags. * Add ``ignore_mailto_links`` config option to ignore ``mailto:`` style links. * Feature #407: Support the superscript and subscript tags. * Fix #373: ``\n`` inside text of a Markdown link. * Feature #406: Improve support for null atttibute values.
1.9.15p3 (2023-12-13) * Always disable core dumps when sudo sends itself a fatal signal. Fixes a problem where sudo could potentially dump core dump when it re-sends the fatal signal to itself. This is only an issue if the command received a signal that would normally result in a core dump but the command did not actually dump core. * Fixed a bug matching a command with a relative path name when the sudoers rule uses shell globbing rules for the path name. Bug #1062. * Permit visudo to be run even if the local host name is not set. GitHub issue #332. * Fixed an editing error introduced in sudo 1.9.15 that could prevent sudoreplay from replaying sessions correctly. GitHub issue #334. * Fixed a bug introduced in sudo 1.9.15 where "sudo -l > /dev/null" could hang on Linux systems. GitHub issue #335. * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges specified in sudoers were not applied to the command being run. 1.9.15p4 (2023-12-15) * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's privileges from being listed by "sudo -l" if the sudoers entry in /etc/nsswitch.conf contains "[SUCCESS=return]". This did not affect the ability to run commands via sudo. Bug #1063. 1.9.15p5 (2023-12-30) * Fixed evaluation of the "lecture", "listpw", "verifypw", and "fdexec" sudoers Defaults settings when used without an explicit value. Previously, if specified without a value they were evaluated as boolean "false", even when the negation operator ('!') was not present. * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries using the NETGROUP_BASE setting from being performed. * Sudo will now transparently rename a user's lecture file from the older name-based path to the newer user-ID-based path. GitHub issue #342. * Fixed a bug introduced in sudo 1.9.15 that could cause a memory allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066.
ContourPy 1.2.1 is a compatibility release to support NumPy 2. This release supports Python 3.9 to 3.12. Thanks to new contributor @motoro and core maintainer @ianthomas23. Compatibility: Support NumPy 2 (#331, #371, #372) Code improvements: Fix a few f-strings (#332) Documentation improvements: Clarify use of quotes in pip install (#349) Build, testing and CI improvements: Improved linting (#322, #323, #333, #337) Update cppcheck to 2.11 (#324) Support running tests on unicore hosts (#327) Improved tests against nightly wheels (#329, #373) Update to chromium 118 for Bokeh renderer tests (#325) Add CI run using earliest supported numpy (#347)
2.3.7 (2024-06-27) What's Changed * Add ruby-3.1 test by @skeshari12 in #332 * move from travis to GH actions and test ruby 3.1 by @mwrock in #335 * Add rexml as an explicit dependency for Ruby 3.x by @postmodern in #334 * Adding user-agent option by @laxa in #337 * Update CI to use ruby 3.X by @fwininger in #343 * Create thread in shell finalizer by @akihikodaki in #339 New Contributors * @skeshari12 made their first contribution in #332 * @postmodern made their first contribution in #334 * @laxa made their first contribution in #337 * @akihikodaki made their first contribution in #339
Features / Improvements ✨ Support marking a room as a direct message room (#92) Add external_edit_file_suffix to config (#253) Allow typing newline with <S-Enter> and enable keyboard enhancement protocol (#272) Display file sizes for attachments (#278) Implement set/unset/show for alternative and canonical aliases (#279) Allow notifications on open room if terminal not focused (#281) Add command to set per-room notification levels (#305) Add message slash commands (#317) Support reacting literally with non-Emojis (#320) Include room name in desktop notifications (#326) Add ban/unban/kick room commands (#327) Add command for setting room history visibility (#328) Add commands for viewing and clearing unreads (#332) Documentation / README updates 📚 Update Welcome window to reference TOML instead of JSON (#254) Add FreeBSD installation instructions (#280) Fix openSUSE link and installation command in README (#283) Add Hombrew as install method on MacOS (#303) Bug Fixes 🐞 Fix reaction count when there are duplicate reaction events from a user (#239) Prevent sending duplicate reaction events (#240) Use color overrides for users when message_user_color is enabled (#245) Fix image preview placement when messages are preceded by a date in the timeline (#257) Trim :editor output and check if it's empty (#275) Add error for missing username on :logout (#277) Remove timeout for desktop notifications (#314) Fix underflow panics when using TextPrinter::push_span_nobreak (#322) Remove modifyOtherKeys enablement (#324) Avoid treating simple messages as Markdown (#325) Handle message marks on non-64-bit platforms (#329) Building / Housekeeping 🧹 Update to [email protected] (#241) Update Cargo.toml to v0.0.10-alpha.1 and update dependencies (#269) Update to modalkit{,-ratatui}@0.0.19 (#273) Fix LICENSE file (#274) Add missing darwin build dependency (#286) Fix newer Clippy warnings for 1.80 (#301) Add FreeDesktop MetaInfo file (#315) Update to modalkit{,-ratatui}@0.0.20 (#319) Add metadata for cargo-deb and cargo-generate-rpm (#321) Build cross-platform binaries and packages of main (#323)
# glue 1.8.0 * glue has a two new articles: - "Get started", with contributions from @stephhazlitt and @BrennanAntone (#137, #170, #332). - How to write a function that wraps glue (#281). * If the last argument of `glue()` is empty, it is dropped (#320). This makes it easy to structure `glue()` calls with one argument per line, and to anticipate adding arguments: ``` r glue( "here's some text, ", "and maybe more text will be added in the future?", ) ``` * `glue_sql("{var*}")` once again generates `NULL` if var is empty. This reverts #292. (#318). * The `.envir` argument to `glue()` and `glue_data()` really must be an environment now, as documented. Previously a list-ish object worked in some cases (by accident, not really by design). When you need to lookup values in a list-ish object, use `glue_data(.x =)` (#308, #317). Ditto for `glue_sql()` and `glue_data_sql()`.
MySQL and Percona Server 8 are missing in trunk. Latest version is 8.0.29 vor MySQL an 8.0.27 for Percona Server.
The text was updated successfully, but these errors were encountered: