-
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
PowerDNS CVE-2022-27227 #331
Comments
Would it be possible to get newer versions with the next build-process? |
@jperkin The 4.4 branch of PowerDNS is EOL since this week. Would it be possible to get newer versions (4.5 or 4.6) with the next build-process? |
@jperkin Would it be possible to get a newer version cause of the mentioned CVEs? Otherwise this would be another switch to linux. |
### Fixed * Fixed a regression in requirements auditing that was introduced during the move from `pip-api` to `pip-requirements-parser` where editable installs without an egg fragment would cause audits to crash ([#331](pypa/pip-audit#331))
@jperkin Would it be possible to get a newer version cause of the mentioned CVEs from April? |
@jperkin Would it be possible to get the current PowerDNS version 4.6.0 for trunk? Or should we move to LX? |
I've updated both the authoritative server and the recursor to their latest versions, and will kick off a new trunk build once the repository has been updated. We could always do with more maintainers to help keep packages up-to-date, especially from people who use them in production. Would you be interested in taking these on? |
For reference, here are the commits:
A lot of the changes are simple pkglint cleanups, the actual packaging changes are minimal, with the only difficult part being a compile issue introduced recently in powerdns-recursor that I've fixed and reported upstream. |
@jperkin Thx a lot! Will try the new package on saturday. Send you an email on the maintainer topic. |
@jperkin powerdns-mysql is missing. Update failed for me. Would it be possible to get this package back? |
@jperkin Would it be possible to get the powerdns-mysql package back? |
I've fixed mariadb106 which was blocking this, hopefully it will return in the next build. I'll keep the ticket open until then. |
This is now available again. |
# renv 0.16.0 * `renv` now supports installation of packages with remotes of the form `<package>=<remote>`. However, the provided package name is ignored and is instead parsed from the remote itself. (#1064) * `renv` now passes along the headers produced by the `renv.download.headers` option when bootstrapping itself in the call to `utils::download.file()`. (#1084) * `renv` now reports if `renv::snapshot()` will change or update the version of R recorded in the lockfile. (#1069) * `renv` now supports the `install.packages.check.source` R option, which is used to allow R to query source repositories even if the option `options(pkgType = "binary")` is set. (#1074) * `renv` better handles packages containing git submodules when installed from GitHub remotes. (#1075) * `renv` now handles local sources within the current working directory. (#1079) * The `renv` sandbox is once again enabled by default. On Unix, the sandbox is now created by default within the project's `renv/sandbox` library. On Windows, the sandbox is created within the R session's `tempdir()`. The path to the `renv` sandbox can be customized via the `RENV_PATHS_SANDBOX` environment variable if required. * Fixed an issue where `renv::status()` could report spurious changes when comparing packages installed using `pak` in some cases. (#1070) * `renv::restore()` now also ensures the project activate script is updated after a successful restore. (#1066) * Fixed an issue where `renv` could attempt to install a package from the repository archives even when `type = "binary"` was set. (#1046) * Fixed an issue where package installation could fail when the R session is configured to use multiple repositories, some of which do not provide any information on available packages for certain binary arms of the repository. (#1045) * `renv` now uses `jsonlite` for reading lockfiles when loaded. This should help ensure useful errors are provided for manually-edited lockfiles which contain a JSON parsing error. If the `jsonlite` package is not loaded, `renv` will fall back to its own internal JSON parser. (#1027) * Fixed an issue that would cause `renv` to fail to source the user `~/.Rprofile` if it attempted to register global calling handlers, e.g. as `prompt::set_prompt()` does. (#1036) * (Linux only) `renv` now resets ACLs on packages copied to the cache, to avoid persisting default ACLs that might have been inherited on packages installed into a local project library. If desired, this behavior can be disabled by setting the `RENV_CACHE_ACLS` environment variable to `FALSE`. If you need finer control over ACLs set on packages moved into the cache, consider defining a custom callback via the `renv.cache.callback` R option. (#1025) * Fixed an issue where `.gitignore` inclusion rules for sub-directories were not parsed correctly by `renv` for dependency discovery. (#403) * Fixed an issue where `renv` could report spurious diffs within `renv::status()` when comparing package records installed from `pak` versus the default R package installer. (#998) * Fixed an issue where `renv::use_python()` could cause the Requirements field for packages in the lockfile to be unintentionally dropped. (#974) * The R option `renv.cache.callback` can now be set, to run a user-defined callback after a package has been copied into the cache. This can be useful if you'd like to take some action on the cached package's contents after the package has been moved into the cache. * (Unix only) The `RENV_CACHE_MODE` environment variable can now be used to change the access permissions of packages copied into the cache. When set, after a package is copied into the cache, `renv` will use `chmod -Rf` to try and change the permissions of the cache entry to the requested permissions. * (Unix only) The `RENV_CACHE_USER` environment variable can now be used to change the ownership of folders copied into the cache. When set, after a package is copied into the cache, `renv` will use `chown -Rf` to try and change the ownership of that cache entry to the requested user account. * Fixed an issue where repositories containing multiple packages in sub-directories could fail to install. (#1016) # renv 0.15.5 * Fixed an issue where indexing of packages in the package cellar could be slow. (#1014) * Fixed an issue where installation of packages from Bioconductor's binary Linux package repositories could fail. (#1013) * `renv::restore()` now supports restoration of packages installed from [R-Forge](https://r-forge.r-project.org/). (#671) * Fixed an issue where `renv::init(bioconductor = TRUE)` would not update the version of Bioconductor used if a project setting had already been set. * It is now possible to "update" an existing lockfile by using `renv::snapshot(update = TRUE)`. When set, any records existing in the old lockfile, but not the new lockfile, will be preserved. (#727) * Fixed an issue where `renv` could fail to parse Git remotes for users whose username contains a number. (#1004) * `renv` no longer infers a dependency on the "quarto" R package in projects containing a `_quarto.yml` file. (#995) * Fixed an issue where `renv` could fail to download a package from MRAN if a compatible source package of the same version was available from the active R repositories. (#990) * `renv` now reports permission errors during download more clearly. (#985) * Fixed an issue where `RENV_PATHS_LIBRARY_ROOT_ASIS` was not interpreted correctly. (#976) * `renv::modify()` gains the `changes` argument, which can be used to modify a project lockfile non-interactively. * `renv::clean()` now returns the project directory, as documented. (#922) * Fixed an issue where `renv` could fail to parse embedded YAML chunk options in R Markdown documents. (#963) * `renv` now sets default placeholder names for the `repos` R option, for any repository URLs which happen to be unnamed. (#964) * Fixed an issue where `renv` didn't respect the `PATH` ordering when discovering Python installations via `renv_python_discover()`. (#961) * Fixed an issue where `renv` could fail to install packages containing multibyte unicode characters in their DESCRIPTION file. (#956) * Fixed detection of Rtools 4.2 (#1002) # renv 0.15.4 * Fixed an issue where package installation could fail when referencing the cache via a tilde-aliased path, e.g. `~/.local/share/renv`. (#953) # renv 0.15.3 * A variety of fixes for R CMD check. * `renv` gains an experimental function, `renv::autoload()`, to be used as a helper for automatically loading a project for R processes launched within a sub-directory of that project. See `?renv::autoload` for more details. * `renv` will now print a warning message when attempting to read a lockfile containing merge conflict markers (as from e.g. a git merge). (#945) * Fixed an issue where `renv::install()` could install into the wrong library path on Windows, if the R installation had a site-wide profile that mutated the library paths. (#941) * Fixed an issue where `renv::install()` would fail to find a package within the cache when using an abbreviated commit hash for installation. (#943) * Fixed an issue where `renv`'s automatic snapshot was not run after calls to `renv::install()` in some cases. (#939) * Fixed an issue where `renv` would incorrectly copy a package from the cache, if the cached version of the package and the requested version of the package had the same package version, even if they were retrieved from different sources. (#938) * The path to an `renv` tarball can now be set via the environment variable `RENV_BOOTSTRAP_TARBALL`, to be used to help `renv` bootstrap from local sources. This can either be the path to a directory containing `renv` source tarballs, or the path to the tarball itself. * Fixed an issue where the R site library would not be appropriately masked for resumed RStudio sessions. (#936) # renv 0.15.2 * Fixed issues encountered in R CMD check. # renv 0.15.1 * Fixed an issue where `renv` inadvertently inserted extra newlines into a `DESCRIPTION` file when adding `Remotes` fields after install. (#914) * Fixed an issue where packages installed from a remote sub-directory would fail to install when later re-installed from the cache. (#913) * `renv` now recognizes YAML chunk options of the form `#| key: value` when used in R Markdown documents. (#912) * Fixed an issue where the R site library was visible in `renv` projects with the system library sandbox disabled. * Fixed an issue where `renv` could update the wrong `.gitignore` in R processes launched by `callr` (e.g. in `devtools::install`). (#910) * Fixed an issue where `renv` could fail to read mis-encoded DESCRIPTION files. (#908) * Fixed an issue where `config$cache.symlinks()` would report `NULL` when unset. (#906) # renv 0.15.0 * The development branch for `renv` has moved from master to main. * `renv` package records in the lockfile now include a `Requirements` entry, which gives a list of R packages this package depends on in some way. This is primarily for internal use by the `pak` package. * Fixed an issue where packages containing DESCRIPTION files using a latin1 encoding would not be read correctly by `renv`. * Fixed an issue that could cause `renv::dependencies()` to fail when a malformed `DESCRIPTION` file was encountered. (#892) * The path to the project-local `renv` folder can now be configured via the `RENV_PATHS_RENV` environment variable. This can be useful if you'd prefer to store your project's `renv` resources within an alternate location in the project. (#472) * `renv` now uses an external library by default for R package projects, with the library located within `tools::R_user_dir("renv", "cache")`. This directory can be configured via the `RENV_PATHS_LIBRARY_ROOT` environment variable if desired. See `vignette("packages", package = "renv")` for more details. (#384) * `renv` now uses the repositories as defined within the project lockfile (if any) when attempting to bootstrap itself in a project. (#820) * The `renv` sandbox is now disabled by default -- see #614 for more details. * `renv` gains the function `repair()`, to be used to attempt to repair the project library when links into the global package cache appear to be broken. (#378) * Fixed an issue where the staging library used during install could fail to inherit the same directory permissions as the target library itself. (#331) * Fixed an regression which caused `renv::history()` to fail. (#886) * `renv` gains experimental support for the [pak](https://pak.r-lib.org/) package. Set `RENV_CONFIG_PAK_ENABLED = TRUE` in an appropriate `.Renviron` file to enable `pak` integration. When enabled, calls to `renv::install()` will use `pak` to download and install packages. * `renv::init()` gains the `bioconductor` argument, to be used to initialize a project with a particular Bioconductor release. You can also use `renv::init(bioconductor = TRUE)` to initialize with the latest-available release for the version of R being used. * Project settings can now be overridden by setting an R option of the same name. For example, one could force a project to use Bioconductor 3.14 by setting `options(renv.settings.bioconductor.version = "3.14")` within the project `.Rprofile` (or similar startup R profile). * The ad-hoc package repository called "local sources" has been renamed to the "package cellar". In addition, the path to the cellar is now controlled by the `RENV_PATHS_CELLAR` environment variable, rather than `RENV_PATHS_LOCAL`. This change was made to reduce confusion between "local sources" of packages located somewhere on the filesystem, as opposed to packages explicitly placed in this ad-hoc repository. `RENV_PATHS_LOCAL` remains supported for backwards compatibility. * The `RENV_PATHS_CELLAR` environment variable can now be set to multiple paths. Use `;` as a separator between paths; for example, `RENV_PATHS_LOCAL=/path/to/sources/v1;/path/to/sources/v2`. (#550) * Packages installed via e.g. `renv::install("./path/to/package")` will now retain the relative path to that package within the lockfile. (#873) * Fixed an issue where invalid `config` option values were not properly reported. (#773) * `renv` now supports restoration of packages installed via one of the [r-universe](https://r-universe.dev/) repositories. * `renv` gains the `bioconductor.version` project setting, used to freeze the version of Bioconductor used in a particular project. When set, this will override any version that might be selected via the `BiocManager` package. (#864) * `renv` now infers that parameterized R Markdown documents have a dependency on the `shiny` package. In addition, R code included within the `params:` list will be parsed for dependencies. (#859) * `renv` now ignores hidden directories during dependency discovery by default. If you want to force a particular hidden directory to be included for discovery, you can use a `.renvignore` file with an explicit inclusion criteria; e.g. `!.hidden/`. * `renv` now supports the `*release` remotes specifier for GitHub repositories, for requesting installation of the latest declared release of a package from GitHub. (#792) * `renv` now handles packages stored within the sub-directory of a Git repository better. (#793) * Fixed an issue where `renv::history()` would fail to resolve the correct lockfile path if the working directory was changed. (#834) * Refined dependency discovery within `glue::glue()` expressions. * `renv` now parses packages referenced via the `base_format` field within an R Markdown document's YAML header. (#854) * Fixed an issue where `renv` would fail to produce the appropriate binary repository URL for RSPM repositories built using Red Hat Enterprise Linux. * Fixed an issue where `renv::snapshot()` could cause the environment name and / or path associated with a Python environment to be omitted from the lockfile. (#843) * Fixed an issue where `renv::restore()` could fail to restore packages which referred to their source via an explicit path in the `Source` field. (#849) * `renv` no longer requires explicit user consent when used within Singularity containers. (#824, @kiwiroy) * `renv` now respects the `R_PROFILE_USER` environment variable, in addition to the `user.profile` configuration option, when considering whether the user `.Rprofile` should be examined for package dependencies. (#821) * The `renv` auto-loader can now be disabled by setting the environment variable `RENV_AUTOLOADER_ENABLED = FALSE`. This can be useful if you'd like to explicitly control how a project is loaded, e.g. by calling `renv::load()` explicitly. * `renv::snapshot()` gains the `repos` argument, to be used to force the lockfile to be generated with the requested set of R repositories encoded within. * `renv` now validates that the `repos` option, as used by `renv::snapshot()`, is a named vector. (#811) * Fixed an issue where `renv`'s shims, e.g. for `install.packages()`, failed to pass along other optional arguments to the shimmed function correctly. (#808)
2022-09-13 - 0.11.0 * Compatibility with aeson 1.5 #368 * Add GHC 9.4 support #366 * Actually run the bios-tests when tool-deps are ignored #365 - They have been accidentally disabled since 0.9.0. * Completely overhaul test-suite #356 2022-07-26 - 0.10.0 * Apply Hlint suggestions #354 * Cabal cradle: change error message on failure #353 * Refactor parsing of hie.yaml files #329 * Make sure we test the same versions as HLS #346 * Move logging from hslogger to co-log #347 - Demote process output to Debug severity #348 * Fix typos #342 2022-03-07 - 0.9.1 * Ignore .ghci files while querying project GHC #337 - Fixes a bug where hie-bios fails to load cabal cradles with .ghci files * Improve error messages if cabal invocation fails #338 * Allow text-2.0 #335 2022-02-25 - 0.9.0 * Use the proper GHC version given by cabal #282 - In particular, honour the with-compiler field in cabal.project * Drop support for GHC 8.4 #331
# 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)
# stringr 1.5.0 ## Breaking changes * stringr functions now consistently implement the tidyverse recycling rules (#372). There are two main changes: * Only vectors of length 1 are recycled. Previously, (e.g.) `str_detect(letters, c("x", "y"))` worked, but it now errors. * `str_c()` ignores `NULLs`, rather than treating them as length 0 vectors. Additionally, many more arguments now throw errors, rather than warnings, if supplied the wrong type of input. * `regex()` and friends now generate class names with `stringr_` prefix (#384). * `str_detect()`, `str_starts()`, `str_ends()` and `str_subset()` now error when used with either an empty string (`""`) or a `boundary()`. These operations didn't really make sense (`str_detect(x, "")` returned `TRUE` for all non-empty strings) and made it easy to make mistakes when programming. ## New features * Many tweaks to the documentation to make it more useful and consistent. * New `vignette("from-base")` by @sastoudt provides a comprehensive comparison between base R functions and their stringr equivalents. It's designed to help you move to stringr if you're already familiar with base R string functions (#266). * New `str_escape()` escapes regular expression metacharacters, providing an alternative to `fixed()` if you want to compose a pattern from user supplied strings (#408). * New `str_equal()` compares two character vectors using unicode rules, optionally ignoring case (#381). * `str_extract()` can now optionally extract a capturing group instead of the complete match (#420). * New `str_flatten_comma()` is a special case of `str_flatten()` designed for comma separated flattening and can correctly apply the Oxford commas when there are only two elements (#444). * New `str_split_1()` is tailored for the special case of splitting up a single string (#409). * New `str_split_i()` extract a single piece from a string (#278, @bfgray3). * New `str_like()` allows the use of SQL wildcards (#280, @rjpat). * New `str_rank()` to complete the set of order/rank/sort functions (#353). * New `str_sub_all()` to extract multiple substrings from each string. * New `str_unique()` is a wrapper around `stri_unique()` and returns unique string values in a character vector (#249, @seasmith). * `str_view()` uses ANSI colouring rather than an HTML widget (#370). This works in more places and requires fewer dependencies. It includes a number of other small improvements: * It no longer requires a pattern so you can use it to display strings with special characters. * It highlights unusual whitespace characters. * It's vectorised over both string` and `pattern` (#407). * It defaults to displaying all matches, making `str_view_all()` redundant (and hence deprecated) (#455). * New `str_width()` returns the display width of a string (#380). * stringr is now licensed as MIT (#351). ## Minor improvements and bug fixes * Better error message if you supply a non-string pattern (#378). * A new data source for `sentences` has fixed many small errors. * `str_extract()` and `str_exctract_all()` now work correctly when `pattern` is a `boundary()`. * `str_flatten()` gains a `last` argument that optionally override the final separator (#377). It gains a `na.rm` argument to remove missing values (since it's a summary function) (#439). * `str_pad()` gains `use_width` argument to control whether to use the total code point width or the number of code points as "width" of a string (#190). * `str_replace()` and `str_replace_all()` can use standard tidyverse formula shorthand for `replacement` function (#331). * `str_starts()` and `str_ends()` now correctly respect regex operator precedence (@carlganz). * `str_wrap()` breaks only at whitespace by default; set `whitespace_only = FALSE` to return to the previous behaviour (#335, @rjpat). * `word()` now returns all the sentence when using a negative `start` parameter that is greater or equal than the number of words. (@pdelboca, #245) # stringr 1.4.1 Hot patch release to resolve R CMD check failures.
2.1.0 (2023-03-14) Breaking changes: * Digest authentication support, deprecated in 2.0.0, has been removed (Jeremy Evans #307) * requiring rack/mock_session, deprecated in 2.0.0, has been removed (Jeremy Evans #307) Minor enhancements: * The original_filename for Rack::Test::UploadedFile can now be set even if the content of the file comes from a file path (Stuart Chinery #314) * Add Rack::Test::Session#restore_state, for executing a block and restoring current state (last request, last response, and cookies) after the block (Jeremy Evans #316) * Make Rack::Test::Methods support default_host method similar to app, which will set the default host used for requests to the app (Jeremy Evans #317 #318) * Allow responses to set cookie paths not matching the current request URI. Such cookies will only be sent for paths matching the cookie path (Chris Waters #322) * Ignore leading dot for cookie domains, per RFC 6265 (Stephen Crosby #329) * Avoid creating empty multipart body if params is empty in Rack::Test::Session#env_for (Ryunosuke Sato #331)
Aleph One 1.6.1 =============== This is a bugfix release: * Be less aggressive with mega honk fix * Fixes Linux builds without ffmpeg * Fixes a crash when a Lua script adds a side and interpolation is enabled (#321) * Fixes the classic aim limits checkbox * Adds support for FLAC playback (MML music only) * Fix cinematic fade in when the transition period is low * Works around a change in the latest SDL behavior on Macs (#398) * Changes the flatpak identifier to match the existing macOS bundle identifier Aleph One 1.6 ============= This is a maintenance release, with mostly bug fixes and library and build system updates. We have also added Linux Flatpaks to make installing the games easier in Linux. Deprecations: * <shader> debug MML is deprecated and will be removed in a future release * The network microphone is deprecated and will be removed in a future release. The net mic key will be repurposed as a Lua trigger. Changes: * Updated to SDL 2.24 for improved controller support * Aleph One now requires a C++17 compiler * (Lua) Allow passing nil to Monster:attack (#331) * (Lua) Add Platform.tag accessor (#373) * Remove classic aim limits from modern mouse feel; add a checkbox for classic aim limits * Lower default mouse sensitivity * Disable 3D perspective by default * Rename "Interface Button Sounds" checkbox to "In Game F-Key Sounds" (#255) * Disable transparent liquids by default in Marathon 2 and Marathon Infinity; they can be enabled by going to Environment -> Plugins and enabling the Transparent Liquids plugin * (Lua) added Game.replay for detecting whether a game is film replay Fixes: * Fix teleporting in weapon effect on 60fps + (#308) * Fix the enhanced HUD with software renderer (#334) * Fix HUD not resizing when changing resolution `(#309) * Fix blank frame on map overlay transition in OpenGL mode (#265) * Restore screen flash for Marathon 1 when teleporting in (#336) * Fix UPnP checkbox not working in resume net game dialog (#337) * Fix platform textures when exporting a level * Fix assert thrown on network game when teleporting to another level with disconnected player (#66) * Fix controller feel analog/d-pad when saving prefs (#160) * Fix intro video not rendering when no audio stream; fixes EVIL's opening movie (#346) * Fix missing initialization in Lua damage_player (#348) * Fix the MegaHonk. RIP MegaHonk. (#339) * Add suport for ffmpeg 5 (#349) * Fix a Linux segfault at shutdown (#340) * Allow binding mouse buttons to forward/backward/sidestep (#333) * Remove the Vidmaster Oath from Marathon 1 (#355) * Fix MML plugin replacement font erased on first level load (#364) * Use GL_MIRRORED_REPEAT instead of GL_MIRRORED_REPEAT_ARB; fixes solid colored landscape on some OpenGL drivers * Implement transparency in the static shader; compilers now fade out as in software * Fix use of caps lock as run key (#294) * Suppress weapon flare when Lua cameras are in use (#316) * Fix default preference plugins disabling in Windows * Fix animated 3D models * Fix reloading physics model if not loaded from embedded map (#317) Aleph One 1.5 ============= Changes: * Numerous bug fixes * Additional Lua functionality (see Lua.html) * Support for Apple Silicon * Improved UPnP router configuration support (now using miniupnp) * Adds an FOV override slider and warning * Adds a checkbox for native file dialogs (mac OS and Windows only) * Unbundles high-res plugins. See High-Res Replacements for separate download links. 1.5rc1 Pre-release ================== Changes: * Bug fixes * Additional Lua functionality (see Lua.html) * macOS: support for Apple Silicon * Updated UPnP router configuration support (now using miniupnp) * Add an FOV override slider and warning * macOS and Windows: added a checkbox for native file dialogs * Removed high-res plugins from all-in-one downloads. There are many more options now than there were when we started bundling them, so this will give users more flexibility. Links to the old textures and a guide to hi-res textures will be provided soon; in the meantime the data files with hi-res plugins can be found in the 1.4 release. Aleph One 1.4 ============= Note: This release is not network compatible with Aleph One 1.3 and earlier. Changes: * Adds support for Lua ephemera: optional scripted effects like precipitation or gore, that can be turned on and off without affecting saved games, films, and net games * Adds a new "Editor" mode that integrates better with Weland for seamless visual mode editing * Adds new high frame rate interpolation. Choose 30 fps for authentic classic play, 60 fps or 120 fps capped, or unlimited fps * Adds many new Lua API functions. See Lua.html for details * Adds support for weapon hot keys. Hot keys 1-9 switch weapons, but can be overridden by Lua scripts; hot keys 10-12 are reserved for Lua scripts * Restores some retro/nostalgia features in the software renderer: every-other-line mode, and 8-bit color * MML/Lua can now set the maximum inventory on a per-difficulty level. This should add versatility for balancing difficulty in new scenarios 1.4rc1 Pre-release ================== Changes since 1.4pre2: * add support for weapon hotkeys; hotkeys 1-9 switch weapons, but can be overridden by Lua; and another 3 hotkeys are available for Lua * restore some retro/nostalgia features in the software renderer: every-other-lines mode, and 8-bit mode * MML/Lua can now set the maximum inventory on a per-difficulty level * numerous new Lua API additions * bug fixes Note: Aleph One 1.4rc1 is not network compatible with previous versions, due to the addition of hotkeys 1.4pre2 Pre-release =================== Changes: * High frame rate interpolation; choose 30 fps for authentic classic play, 60 fps or 120 fps capped, or unlimited fps * New Lua API functions * Bug fixes 1.4pre1 Pre-release =================== This is a preview release, with support for ephemera (optional scripted render effects like precipitation or extra gore) and a new "editor" mode that integrates better with Weland 1.4.5 Aleph One 1.3.1 =============== Changes: * Fixes an issue saving/playing back Aleph One films using the original Marathon data files * Fixes wobble transfer mode glow maps Aleph One 1.3 ============= Major Changes: * Uses SDL 2 for much-improved compatibility with new operating systems * Better support for game controllers * Better performance for the software renderer * Improved mouse control options, with settings for Classic and Modern mouse control * Better support for high-dpi displays * New controls dialog, which allows simultaneous key, mouse, and controller bindings * More authentic static effect when using OpenGL * Adds a stash for sharing info between Lua states * Better support for Unicode characters in Windows (should fix Rubicon X) * Better support for original Marathon scenarios including Trojan, which now works fully * A separate 64-bit Windows build is available * Better master volume and music volume controls * Video export bitrate depends on the video resolution, which leads to much improved export at 1080p with default settings * Mac apps are now notarized by Apple * Original games now default to more authentic settings on first install; high res plugins are still included but are not enabled by default Aleph One 1.3rc1 ================ (No changes listed) Aleph One 1.3b3 =============== (No changes listed) Aleph One 1.3b2 =============== (No changes listed) Aleph One 1.3b1 (2018-09-30) =============== (No changes listed) Aleph One 1.3a1 =============== This is a pre-release to allow community members to assist in testing some internal code changes. Please see the Pfhorums thread if you would like to help. The latest stable release is: Aleph One 1.2.1 Aleph One 1.2.1 =============== The 1.2.1 release fixes a crashing bug when carnage message MML is used. Otherwise it is identical to the 1.2 release. Aleph One 1.2 ============= The Aleph One 1.2 release features online leaderboards and game statistics, a streamlined saved-game system, and full multiplayer support for the original Marathon game. This release also includes a number of other new features and bug fixes. If you do not use the bundled downloads, we recommend that you update your scenario files. Each game includes a new plugin for the online leaderboards, and the Marathon scenario includes an important compatibility fix. Aleph One 1.2 is not network compatible with the previous stable release. Online features Aleph One now integrates with the online leaderboards and player stats at lhowon.org. Sign up within Aleph One to send your Marathon, Marathon 2, and Marathon Infinity game results to lhowon.org, where you can see your overall win percentage, kill totals, and more. From the new "Internet" preferences section, you can register your chat name, opt in to player stats, and configure other options relating to online play. Saved games Saving your game no longer stops the action until you type in a name. Each time you use a pattern buffer, a new saved game is created. The "Continue Saved Game" dialog shows you the in-game location, date, and game time for every save. Use the "Load Other" button to open a saved game from an earlier version of Aleph One. Marathon compatibility * Cooperative play is now supported in the original Marathon scenario * Net games no longer use incorrect physics models * Goal checking in repair levels now matches the original game * Grenade trajectory in low-gravity levels now matches the original game * Certain terminals and rechargers could be activated when they shouldn't have been. You must use the 1.2 scenario data files to get this update. * If you have an existing saved game on an "exploration" level, you may need to re-explore the level before you can exit. We apologize for the inconvenience. Lua * Additions to the Lua API: - Triggers.projectile_created() - Game.dead_players_drop_items - Level.index - Level.map_checksum - Line.visible_on_automap - Polygon.visible_on_automap * Additions to the Lua HUD API: - Level.name - Level.index - Level.map_checksum * Custom fields on projectiles, monsters, etc. are cleared when the object is destroyed * Lua error messages contain more diagnostic info * Player:find_action_key_target() no longer triggers side effects Other changes * New preferences: - Camera Bobbing (Graphics) — if disabled, the camera and weapon will remain steady, to reduce motion sickness - Join Pregame Lobby by Default (Internet -> Pregame Lobby) — if checked, when you choose "Join Network Game", Aleph One automatically presses "Find Internet Game" on the next screen. Hold down the Alt (Option) key to join a local game. - Use Netscript in Films, Netscript File (Environment) — use these preferences to play back films of games recorded with netscripts. Solo Lua scripts are no longer loaded during playback of net game films. * Logging in to the pregame lobby uses HTTPS to protect your password * The editing cursor in text fields can be moved with the arrow keys or the mouse * Command history in the Lua/chat console can be accessed with the up and down arrow keys * Team color selection in the Join dialog is disabled when the game does not support teams * Plugin API changes: - Scenario compatibility, to create plugins that load only for specific scenarios - More combinations of items are allowed within a single plugin * The Plugins dialog (Preferences > Environment > Plugins) lists the components of each plugin * Lua HUD support is available by plugin only * A custom port can be used when gathering net games. The port number can only be changed by editing the XML preferences file. Crashes fixed * Maps with invalid light indexes in OpenGL (Shader) renderer * 3D models lacking texture coordinates * #STATIC command in terminals (SF #580) * Joining a net game after a "map not found" film playback error (SF #504) Graphical fixes * 3D models display even when their center point is behind player * Repair chip inventory is shown in Marathon Enhanced HUD plugin * Carnage messages during film replay are shown for the currently viewed player * Static, pulsate, and wobble transfer modes improved in OpenGL (Shader) renderer * <player light="..."> MML setting respected in OpenGL (Shader) renderer * Motion sensor on magnetic levels works properly when frame rate lags (SF #372) * Styled chat names display properly in pregame lobby game info dialog Platform-specific fixes * Linux: - A new configure script now succeeds when optional dependencies are missing. The script also summarizes which features are enabled. Packagers should review the configure options, which have changed. - Aleph One builds and runs with more versions of FFmpeg / libav (SF #576, #578, #582) - Web links no longer cause Aleph One to become unresponsive on some systems * Mac OS X: - Drag-and-drop now works in 10.10 (Yosemite) - Updated third-party libraries * Windows: - The .save level console command successfully overwrites existing files - Updated third-party libraries Other fixes * MML from solo Lua plugins is no longer loaded after all other plugins * Plugins ignore references to non-existent files * Popping is reduced in certain ambient sounds * Various MML settings are correctly reset when changing levels * Some common but unhelpful messages are no longer written to the log file * File-overwrite dialogs respect the "Hide file extensions" preference * The first save in a cooperative game is less likely to fail * Saving a game creates fewer temporary files * Solo Lua is loaded when continuing a saved game even when the map file is missing * Joystick/mouse buttons mapped to map or volume controls are no longer ignored * UPnP configuration now works with more routers
v3.20211022.1 * Fix #362 to have make create-package-deb work again. by @jordansissel in #363 v3.20210903.1 Allow running under XWayland * Revert XWayland detection. Some parts of xdotool do not work under XWayland. However, many features do work on XWayland, and rejecting XWayland caused problems for several folks who were otherwise happily using xdotool under Wayland/XWayland. (# 346, #355) v3.20210804.2 Fixes a packaging issue in the previous release. v3.20210804.1 * xdotool and libxdo will now reject if it is running under Wayland/ XWayland. If XWayland is detected, the program will fail. This is because XWayland doesn't allow xdotool or libxdo to work correctly. (#342, Jordan Sissel) * New command windowstate which can be used to modify properties of windows. For example, to full-screen the current window, use: xdotool getactivewindow windowstate --add FULLSCREEN (#158 by Zhai Zhao Xuan) * New command windowquit which is used to ask the windowed application to terminate. (#306, Antonio Russo) * New command getwindowclassname to print the window's class name. (#247, Dominic Mueller) * When sending keystrokes, enter and return now are synonyms for the Return key symbol (CSylvain) * getmouselocation now updates the window stack with the window the cursor is currently over. (#118, Jordan Sissel) * search command now supports searching by window role with --role flag (# 305, altblue) * search command should now no longer report BadWindow errors (#335, Marek Marczykowski-Górecki) * get_window_location now reports correct value (#289, Edwin Heerschap) * Uppercase Latin-1/Basic Latin are now typed correctly (#283, Hasan) * Document the regular expressions (POSIX Extended) supported by xdotool (#???, Lucas Werkmeister) * Use the default X11 Screen instead of assuming 0 (#265, Miroslav Koškár) * Wrap header files with extern "C" to enable easier C++ use of libxdo. (#331, easyaspi314) * Install pkgconfig file when running make install (#229, Joakim Repomaa) * Set permissions correctly when installing xdo.h (#324, Dan Church) * Fix memory leak (#241, Andrew McDermott) * Fix memory leak (#299, orcNo and longqi) * Fixed some documentation typos (#161, Vincent Legoll; #336, yjqg6666) * Fix all compiler warnings during make (#344, Jordan Sissel)
pkgsrc note: the CVE listed below was only for 2.x, so pkgsrc is not affected. 2.0.5 Improve on parsing list. Make it possible to customize list regex. ref #331 2.0.4 Fix url plugin in <a> tag Fix * formatting 2.0.3 Fix table plugin Security fix for CVE-2022-34749 2.0.2 cape_url via #295 2.0.1 Fix XSS for image link syntax. 2.0.0 First release of Mistune v2. 2.0.0rc1 In this release, we have a Security Fix for harmful links. 2.0.0alpha1 This is the first release of v2. An alpha version for users to have a preview of the new mistune.
0.29.0.gfm.10 (2023-03-31) Changes since last release (0.29.0.gfm.9...0.29.0.gfm.10): * Fixed polynomial time complexity issue per * GHSA-r8vr-c48j-fcc5 * Fixed polynomial time complexity issues per * GHSA-66g8-4hjf-77xh Note: these changes remove redundant bold tag nesting which may result in existing rendering tests failing, e.g. rendering ____bold____ to html will no longer yield <p><strong><strong>bold</strong></strong></p>. 0.29.0.gfm.11 (2023-04-06) Changes since last release (0.29.0.gfm.10...0.29.0.gfm.11): NOTE: this is a re-release of 0.11 due to missing a version/Changelog PR * Improved fixes for polynomial time complexity issues per GHSA-66g8-4hjf-77xh (#323, #324) * Added fuzzing target for bracketed patterns (#318) * Fixed bug in list numbering introduced in 763587e (#322) which caused list numbers to increment by 2 * Fixed strict prototype clang warning (#310) * Fixed regression test (#312) * Added additional output formats to quadratic fuzzer (#327) * Fixed buffer overflow in fuzzing harness (#326) Note: these changes may lead to minor changes in expected output on plaintext rendering of list items. Notably, blank lines may no longer delineate the start of a list when rendering to plaintext due to changes in how the tight list status is calculated. 0.29.0.gfm.12 (2023-07-13) Changes since last release (0.29.0.gfm.11...0.29.0.gfm.12): * Fixed polynomial time complexity issues per GHSA-w4qg-3vf7-m9x5 * Added CodeQL project integration (#337) * Addressed const qualifier discard compiler warnings (#330, #331) 0.29.0.gfm.13 (2023-07-22) Changes since last release (0.29.0.gfm.12...0.29.0.gfm.13): * Normalized marker row vs. delimiter row nomenclature (#273) * Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336) * Fixed format specifier for printing a size_t (#340)
1.58 2023-08-12 10:59:05-07:00 America/Los_Angeles * Consorsbank.pm - New module - PR #329 * Stooq.pm - New module - Issue #203 * Bloomberg.pm - Changed modules to utilize cookie jar - PR #331 - Issue #324 * AlphaVantage.pm - Apply currency scaling (GBp -> GBP) when symbol had additional ".X" suffix - Issue #281 Fixed check for "Information" JSON usually returned when daily API limit has been reached. * YahooWeb.pm - Fixed incorrect pricing for single character symbols and changed URL to get trade date - Issues #314 #319 * Another fix to the URL in YahooJSON and CurrencyRates/YahooJSON - Issue #318
[2.1.0] - 2023-10-30 Features & Improvements Added support for Python 3.12 #379 Added CONTRIBUTING.md document #331 Added tests/ directory to sdist artifact #327 Bug fixes Fixed subcommand completions for Fish #359 Removed deprecated -A option from Fish completions #366 Fixed program name discovery in completions script when running as module #231 Fixed ANSI coloring detection in virtual terminal environments (Windows, PyCharm) #104 Fixed terminal size detection #299
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
## Version 3.1.10 (January 26, 2024) Patch release with various build/bug fixes. Build fixes: - Fix a problem where downstream projects using Imath would build python bindings even if they weren't requested. - Fix for missing `std::bit_cast` - Fix missing/necessary use of IMATH_HOSTDEVICE - IMATH_INSTALL_PKG_CONFIG is now on by default, even on Windows - Fix calling default constructor by uniform init in TypeTraits - Fix redundant PYIMATH_EXPORTS causing compile issues on Windows Clang - Update to SO versioning policy: This change adopts a policy of appending the ``MAJOR.MINOR.PATCH`` software release name to the ``SONAME`` to form the real name of the shared library. See [website/install.rst](website/install.rst) and [PR #339](AcademySoftwareFoundation/openexr#339) for more details. Bug fixes: - Fix half to float giving wrong results on older x86_64 CPUs on Windows Other changes: - succ()/pred() now use std::nextafter(). - Expand epsilon bounds for m44x pyImath test. - Rename "docs" to "website". - Add missing copyright/license identifiers. ### Merged Pull Requests * \[[#363](https://github.com/AcademySoftwareFoundation/Imath/pull/363)\] Update install instructions to reflect new SO versioning policy * \[[#362](https://github.com/AcademySoftwareFoundation/Imath/pull/362)\] Require sphinx 5.0 * \[[#361](https://github.com/AcademySoftwareFoundation/Imath/pull/361)\] src/python/config/ModuleDefine.cmake: do not install a cmake file exporting targets for dependent projects * \[[#358](https://github.com/AcademySoftwareFoundation/Imath/pull/358)\] Fix half to float giving wrong results on older x86_64 CPUs on Windows * \[[#353](https://github.com/AcademySoftwareFoundation/Imath/pull/353)\] Changed implementation of succ and pred to use std::nextafter. * \[[#350](https://github.com/AcademySoftwareFoundation/Imath/pull/350)\] Fix check for the availability of std::bit_cast * \[[#349](https://github.com/AcademySoftwareFoundation/Imath/pull/349)\] IMATH_INSTALL_PKG_CONFIG is on by default, even on Windows * \[[#347](https://github.com/AcademySoftwareFoundation/Imath/pull/347)\] Export Imath from the build tree and so on. * \[[#344](https://github.com/AcademySoftwareFoundation/Imath/pull/344)\] rm unnecessary IMATH_HOSTDEVICE attributes. * \[[#342](https://github.com/AcademySoftwareFoundation/Imath/pull/342)\] Add missing copyright/license identifiers * \[[#341](https://github.com/AcademySoftwareFoundation/Imath/pull/341)\] Remove unnecessary files * \[[#340](https://github.com/AcademySoftwareFoundation/Imath/pull/340)\] Fix calling default constructor by uniform init. * \[[#339](https://github.com/AcademySoftwareFoundation/Imath/pull/339)\] Update and simply SO versioning policy * \[[#338](https://github.com/AcademySoftwareFoundation/Imath/pull/338)\] Rename "docs" to "website" * \[[#333](https://github.com/AcademySoftwareFoundation/Imath/pull/333)\] Expand epsilon bounds for m44x pyImath test * \[[#331](https://github.com/AcademySoftwareFoundation/Imath/pull/331)\] Fixed redundant PYIMATH_EXPORTS causing compile issues on Windows Clang * \[[#326](https://github.com/AcademySoftwareFoundation/Imath/pull/326)\] Use [email protected] for consistency * \[[#320](https://github.com/AcademySoftwareFoundation/Imath/pull/320)\] Add missing IMATH_HOSTDEVICE to Matrix33<T>::invert(bool)
Includes a patch for security issue CVE-2022-22995. What's Changed FIX: CVE-2022-22995: Harden create_appledesktop_folder(), GitHub #480 FIX: Correct syntax for libwrap check in tcp-wrappers.m4, GitHub #500 FIX: Correct syntax for libiconv check in iconv.m4, GitHub #491 FIX: quota is not supported on macOS, GitHub #492 FIX: dtrace is not supported on FreeBSD aarch64, GitHub #498 3.1.17 - What's Changed FIX: CVE-2023-42464: Validate data type in dalloc_value_for_key(), GitHub #486 FIX: Declare a variable before using it in a loop, which was throwing off the default compiler on RHEL7, GitHub #481 UPD: Distribute tarballs with xz compression by default, instead of gzip, GitHub #478 UPD: Add AUTHOR sections to all man pages with a reference to CONTRIBUTORS, and standardize headers and footers, GitHub #462 3.1.16 - What's Changed FIX: libatalk: Fix CVE-2022-23121, CVE-2022-23123 regression Added guard check before access ad_entry(), GitHub #357 Allow zero length entry, for AppleDouble specification, GitHub #368 Remove special handling for COMMENT entries, GitHub #236 The assertion for invalid entires is still enabled, so please report any future "Invalid metadata EA" errors! FIX: build system: Fix autoconf warnings and modernize bootstrap and configure.ac, GitHub #331 FIX: build system: Correct syntax in libevent search macro, summary macro and netatalk executable makefile, GitHub #342 FIX: build system: Fix native libiconv detection on macOS, GitHub #343 FIX: build system: Use non-interactive PAM session when available, GitHub #361 FIX: build system: Fix detection of Berkeley DB installed in multiarch location, GitHub #380 FIX: build system: Fix support for cross-compilation with mysql_config and dtrace, GitHub #384 FIX: build system: Support building quota against libtirpc, GitHub #385 FIX: build system: Fix variable substitution in configure summary, GitHub #443 UPD: build system: Remove ABI checks and the --enable-developer option, GitHub #262 FIX: initscript: Improvements to Debian SysV init script Source init-functions, GitHub #386 Add a Description and Short-Description, GitHub #428 FIX: docs: Clarify localstate dir configurability in manual, GitHub #401 UPD: docs: Make BerkeleyDB 5.3.x the recommended version, GitHub #8 FIX: docs: Update SourceForge URLs to fix CSS styles and download links FIX: docs: Remove obsoleted bug reporting sections, GitHub #455 FIX: Sundry typo fixes in user visible strings and docs, GitHub #381, GitHub #382 UPD: Rename asip-status.pl as asip-status to make naming implementation-agnostic, GitHub #379 UPD: Remove redundant uid.c|h files in etc/afpd UPD: Don't build and distribute deprecated cnid2_create tool, GitHub #412 UPD: Remove deprecated megatron code and man page, GitHub #456 UPD: Remove deprecated uniconv code and man page, GitHub #457 UPD: Improvements to the GitHub CI workflow
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)
0.21.0 (2024-03-10) ------------------- - Improve documentation. [#483] - Add a minimum version requirement for ``asdf-wcs-schemas``. [#491] - Fix ``WCS.__str__`` for instances without transforms. [#489] 0.20.0 (2023-11-29) ------------------- - Replace ``pkg_resources`` with ``importlib.metadata``. [#478] - Serialize and deserialize ``pixel_shape`` with asdf. [#480] 0.19.0 (2023-09-15) ------------------- Bug Fixes ^^^^^^^^^ - Synchronize ``array_shape`` and ``pixel_shape`` attributes of WCS objects. [#439] - Fix failures and warnings with numpy 2.0. [#472] other ^^^^^ - Remove deprecated old ``bounding_box``. The new implementation is released with astropy v 5.3. [#458] - Refactor ``CoordinateFrame.axis_physical_types``. [#459] - ``StokesFrame`` uses now ``astropy.coordinates.StokesCoord``. [#452] - Dropped support for Python 3.8. [#451] - Fixed a call to ``astropy.coordinates`` in ``wcstools.wcs_from_points``. [#448] - Code and docstrings clean up. [#460] - Register all available asdf extension manifests from ``asdf-wcs-schemas`` except 1.0.0 (which contains duplicate tag versions). [#469] - Register empty extension for 1.0.0 to avoid warning about a missing extension when opening old files. [#475] 0.18.3 (2022-12-23) ------------------- Bug Fixes ^^^^^^^^^ - Fixed a bug in the estimate of pixel scale in the iterative inverse code. [#423] - Fixed constant term in the polynomial used for SIP fitting. Improved stability and accuracy of the SIP fitting code. [#427] 0.18.2 (2022-09-07) ------------------- Bug Fixes ^^^^^^^^^ - Corrected the reported requested forward SIP accuracy and reported fit residuals by ``to_fits_sip()`` and ``to_fits()``. [#413, #419] - Fixed a bug due to which the check for divergence in ``_fit_2D_poly()`` and hence in ``to_fits()`` and ``to_fits_sip()`` was ignored. [#414] New Features ^^^^^^^^^^^^ 0.18.1 (2022-03-15) ------------------- Bug Fixes ^^^^^^^^^ - Remove references to the ``six`` package. [#402] 0.18.0 (2021-12-22) ------------------- Bug Fixes ^^^^^^^^^ - Updated code in ``region.py`` with latest improvements and bug fixes from ``stsci.skypac.regions.py`` [#382] - Added support to ``_compute_lon_pole()`` for computation of ``lonpole`` for all projections from ``astropy.modeling.projections``. This also extends support for different projections in ``wcs_from_fiducial()``. [#389] New Features ^^^^^^^^^^^^ - Enabled ``CompoundBoundingBox`` support for wcs. [#375] - Moved schemas to standalone package ``asdf-wcs-schemas``. Reworked the serialization code to use ASDF converters. [#388] 0.17.1 (2021-11-27) ------------------- Bug Fixes ^^^^^^^^^ - Fixed a bug with StokesProfile and array types. [#384] 0.17.0 (2021-11-17) ------------------- Bug Fixes ^^^^^^^^^ - `world_axis_object_components` and `world_axis_object_classes` now ensure unique keys in `CompositeFrame` and `CoordinateFrame`. [#356] - Fix issue where RuntimeWarning is raised when there are NaNs in coordinates in angle wrapping code [#367] - Fix deprecation warning when wcs is initialized with a pipeline [#368] - Use ``CD`` formalism in ``WCS.to_fits_sip()``. [#380] New Features ^^^^^^^^^^^^ - ``wcs_from_points`` now includes fitting for the inverse transform. [#349] - Generalized ``WCS.to_fits_sip`` to be able to create a 2D celestial FITS WCS from celestial subspace of the ``WCS``. Also, now `WCS.to_fits_sip`` supports arbitrary order of output axes. [#357] API Changes ^^^^^^^^^^^ - Modified interface to ``wcs_from_points`` function to better match analogous function in astropy. [#349] - ``Model._BoundingBox`` was renamed to ``Model.ModelBoundingBox``. [#376, #377] 0.16.1 (2020-12-20) ------------------- Bug Fixes ^^^^^^^^^ - Fix a regression with ``pixel_to_world`` for output frames with one axis. [#342] 0.16.0 (2020-12-18) ------------------- New Features ^^^^^^^^^^^^ - Added an option to `to_fits_sip()` to be able to specify the reference point (``crpix``) of the FITS WCS. [#337] - Added support for providing custom range of degrees in ``to_fits_sip``. [#339] Bug Fixes ^^^^^^^^^ - ``bounding_box`` now works with tuple of ``Quantities``. [#331] - Fix a formula for estimating ``crpix`` in ``to_fits_sip()`` so that ``crpix`` is near the center of the bounding box. [#337] - Allow sub-pixel sampling of the WCS model when computing SIP approximation in ``to_fits_sip()``. [#338] - Fixed a bug in ``to_fits_sip`` due to which ``inv_degree`` was ignored. [#339]
2.14.1 (2024-07-15) * Minor updates to compatibility guide. * Add initial debugging guide. * Restore error logging. (#331) * Use direct instance variable for async_task.
2.14.1 (2024-07-15) * Minor updates to compatibility guide. * Add initial debugging guide. * Restore error logging. (#331) * Remove unused gem dependency. * Use direct instance variable for async_task. 2.14.2 (2024-07-17) * Fix failure logs and add explicit tests.
## v2.1.4 **Implemented enhancements:** - Config reload command for live profile reload [#811] - Button to save/apply preferences [#801] - Favorites/Bookmarks ??? [#706] - Plugin Submission + Generic Plugin Utility Functions & KeyBinding Feature: Mouseless / Mousefree / Keyboard URL opening or yanking [#681] - Add detachable tabs feature to preferences [#698] **Closed issues:** - Suddenly lagging on gnome4 [#899] - Keybindings for cursor/caret movement [#896] - Group tab shortcut does not work for a window with 1 parent terminal with N internal terminals [#893] - Donations? [#891] - [Feature request\] Possibility to enlarge edge bar of a tab [\#885] - Neovim incompatible keybindings [#881] - preferences -> layout -\> add/save does nothing [\#877] - drag and drop file from file-manager to terminator-release 2.1.3 causes a crash [#871] - Feature Request - Add the possibility to add padding for the output [#867] - file:/// links not clickable if the root dir has a underscore [#865] - terminator bug: can't get file path [#861] - Window splits are transparent, showing screen behind [#854] - terminator.py get_focussed\_terminal always returns none [\#852] - [Feature Request\] Add SelectAll function [\#851] - Issues with Terminal reloading [#850] - Add custom keybinding to set ctrl+backspace to delete a full word instead of alt-backspace or ctrl+w [#838] - Crash after unzooming a single terminal inside a tab [#835] - Profile per window [#831] - Option for prompt for closing against accidental closure [#830] - FCITX input method does not work in Version 2.1.2 anymore [#828] - Slow Resize [#825] - Adjust size / resize cursor area is 1px [#820] - Add preferences about default window size [#815] - Plugins don't receive keboard signals on newly opened windows [#808] - keyboard-shortcut-support-for-plugins-code-decoupling [#805] - Ability to undo or restore changes to the preferences [#802] - Explain what "Smart copy" means [#800] - Include global menu/preferences button in the window title bar [#799] - Can't open context menu [#796] - custom plugins are not found when using `--display` [#795] - doc/help missing --display option [#794] - In krusader terminator option --working-directory=DIR doesn't work [#793] - Pasting on tab title bar closes tab. [#789] - When in broadcast mode single character - System wide defaults [#782] - can't run on mac os ventura [#780] - Implement OSC52 functionality to use clipboard [#779] - Logger plugin crashes with "TypeError: 'NoneType' object is not subscriptable" [#776] - Split panes based on size of current pane [#772] - Broadcasting terminals duplicates keys in other terminals - Terminator layouts don't respect any more the number of columns [#766] - Different font for tabs - Re-size the width of Terminator, the Shell Prompt will repeatedly increase in the terminal windows. [#762] - No focus in right click menu [#761] - sudden problem with line spacing - After chaning to python3.11 getting a import error [#752] - clipboard - putty style paste - copy using external app - cant paste into terminator [#749] - Context Menu not showing in v2.1.3 [#746] - Long delay before able to enter password [#745] - terminal.py: AttributeError: 'bytes' object has no attribute 'encode'. Did you mean: 'decode'? [#743] - drag and drop of path stopped working in terminator version 2.1.3 [#742] - [Feature\] Have the ability to set custom geometry permanently [\#737] - traceback when drag and drop [#727] - Unset keybinding toggle_scrollbar prevents right-click menu from opening [\#724] - Font size change unexpectedly when maximizing a splitted windows. [#721] - When broadcast terminator duplicates the keys in others terminals - 2.1.3 release for Ubuntu 22.04 LTS [#718] - Layouts menu not working [#717] - "Don't ask, don't tell" focus hack causes gnome-shell to freeze for seconds / Xwayland to crash [#714] - How to enable fast encoding change? [#712] - Release file [#705] - Failed to execute default Terminal Emulator on Kali Linux. [#700] - Disable detachable tabs flag [#697] - Focus loss when renaming a tab [#696] - Slowdowns, hangs and crashes when used with ibus [#695] - Pasting Primary Clipboard Pastes Mouse Clipboard [#636] - Feature request: Save and restore terminal state [#563] **Merged pull requests:** - Install manpages to share/man on FreeBSD [#898] - Properly parse file:/// URIs [#895] - fix traceback in layout_done [\#887] - fix syntax warnings [#886] - Ask before close gui [#884] - window.py: Fix window group toggle keybind [#883] - [bug 760\] working directory feature is broken [\#882] - add missing @with_proxy, fixes \#850 [\#875] - Updates for file po/terminator.pot in ru [#863] - [bug 852\] - 852-terminator\_py\_get\_focussed\_terminal\_always\_returns\_none [\#856] - 846 mouseless keyboard url open fails to extract text and clear search between commands [#855] - [bug 835\] 835-crash-after-unzooming-a-single-terminal-inside-a-tab \#835 [\#849] - [bug 843\] 843-Plugin-SaveLastSessionLayout-not-saving-layout-when-use… [\#844] - 706 favorites bookmarks plugin [#841] - Ask before closing, even if there is only one terminal [#834] - Fix: Add CLI command to reload configuration [#824] - [bug 802\] - Ability to undo or restore changes to the preferences \#802 [\#822] - chore: bump ations/checkout - Fix Insert Term Name Plugin error [#819] - 681 Plugin submission mouseless keyboard url open decoupled code [#810] - [bug 808\] Plugins-dont-receive-keboard-signals-on-newly-opened-windows [\#809] - Document syntax error [#807] - 805 keyboard shortcut support for plugins code decoupling [#806] - Updates for file po/terminator.pot in zh_CN on branch master [\#798] - Add command line option --toggle-visibility [#797] - Revert "modify terminator separater size setting in gui to start from 1" [#778] - Alter get_text\_range call based on VTE version [\#777] - Updates for po/terminator.pot in hr [#774] - Enable sixel support in VTE if it's available. [#770] - add new tab after current tab option [#767] - remove deprecated pytest-runner [#756] - Rewrite terminator_config.5 man page in AsciiDoc format [\#747] - fix: Minor fixes in terminatorlib/configjson.py [#741] - fix: typo in french translation [#738] - Fix for issue #676: title field not seem to be working with JSON profile [\#736] - Remove more unused settings and update the docs accordingly [#735] - Remove settings 'hide_tabbar' and 'disable\_real\_transparency' [\#734] - Rewrite terminator.1 man page in AsciiDoc format [#733] - fix drag and drop [#728] - Do not remove focus from the last_active\_window [\#726] - Fix context menu keybinding reading. [#725] - Fix typo in man page [#722] - Capitalize the first letter for "Read only" [#720] - Remove hack to ensure that focus is set. [#716] - feat: Add CLI command to reload configuration [#690] ## v2.1.3 **Implemented enhancements:** - Option to set split ratio of terminals [#708] - Add option to set given terminal to "read only" [#649] - background image - respect ratio [#644] - Shortcut for autosplit h/v depending on active terminal size [#613] - Feature: Insert terminal name to terminal - Background image drawing modes and alignment [#713] - Zoom on notebook even if there is only one terminal in the tab + keep tab position and label in notebook rotation [#589] **Fixed bugs:** - Resets the tab title on rotation [#624] - - bug context menu - Fix missing icons when started with Ctrl-Alt-T [#628] **Closed issues:** - Terminator not working with latest version of python-cairo [#711] - [Bug\]\[Fedora 36 KDE\]\[terminator v2.1.1\] "broadcast group" sends each terminal input/keystroke depending on the group's members count to everyone in the group [\#704] - reset_clear doesn't show new prompt [\#703] - `-x`/`--execute` still broken [#702] - Make unfocused terminal text transparent instead of blacker [#694] - A translucent separation occurs between terminals [#687] - [2.1.2\] Foreground processes started in new window close immediately [\#673] - Is there a official page to maintain a offical/third-part plugin list? [#668] - What happened to the change terminal titlebar under preferences? [#664] - [Feature Request\] - In the Context Menu\ - terminator: error: unrecognized arguments [#660] - Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD on Terminal Window Close [#654] - Loading layout loads only the last added layout from context menu - When can we expect a new release? [#650] - Profiles for different Shells - is it possible? how does it work? [#640] - Double input to broadcasted group [#623] - background images only displaying on default profile [#595] - The repository 'https://ppa.launchpadcontent.net/mattrose/terminator/ubuntu jammy Release' does not have a Release file. [#594] - Increase the usage of augmented assignment statements [#555] **Merged pull requests:** - Better distinguishing of inactive windows from the active one, by changing the background brightness [#709] - Ctrl+Click on group button automatically creates groups whenever needed [#691] - [bug 680\] Open up keybindings page on keypress \#680 [\#686] - Translate '/po/terminator.pot' in 'pt_BR' [\#684] - Plugin and Group menu item that inserts the name of the terminal. [#683] - Add Readonly toggle to popup menu [#679] - Fix argument handling of the --execute flag [#678] - Remove all ibus workarounds [#674] - [bug 613\] - Shortcut for autosplit h/v depending on active terminal … [\#671] - [bug 662\] \[Feature Request\] - In the Context Menu\ - [bug 559\] Add menu autocomplete \#559 [\#665] - [bug 662\] \[Feature Request\] - In the Context Menu\ - [bug 654\] - Plugin Submission : SaveLastSessionLayout Uses Layout to … [\#661] - Update terminal.py [#659] - docs: Change number of columns in repology badge [#657] - Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD [#655] - Fix typos [#651] - data: Remove GNOME branding [#647] - this line has an extra ';' symbol [#632] - Use the term 'zero padded' instead of 'padded'. [#189] ## v2.1.2 **Implemented enhancements:** - [Feature request\] move layout/session definitions into separate files with a dedicated extension in a dedicated directory [\#604] - Bash completion [#495] - Changing cursor foreground color [#467] - Wallpaper configuration option from terminal [#466] - Launch a new command in a vertical or horizontal split. [#446] - Separators is wider after upgrading to ubuntu 21.04 [#445] - Broadcast profile changes to existing terminals [#421] - How to deactivate the middle mouse button paste? [#415] - Feature request: expose the window and terminal title setting features in context menu [#405] - Integrate --layout-json command line parameter so that it can be passed to dbus [#401] - Feature request: move titlebar colors config to profiles, rather than global settings [#379] - Visual aids [#367] - Feature Request: detach tab [#302] - Pls add version on OS X [#283] **Fixed bugs:** - Ctrl+Shift+Mouse-Scroll triggers Ctrl+Mouse Scroll [#606] - None isn't a valid value of keybindings config anymore [#548] - psutil.AccessDenied: psutil.AccessDenied - Find functionality does not show matches on same line [#511] - Ratio and/or position on a config file's layout ignored [#433] - Black background remains after hide_window [\#425] - Cannot create working config file with 5 terminals [#409] - Terminal loses focus versus tab title [#400] - Terminal title-bars are transparent on first start [#392] **Closed issues:** - Hide window in waybar [#633] - Split window profile incorrect inheritance [#631] - [Question\] is there a way to prevent Terminator from dereferencing symbolic links? [\#617] - Terminator not working on RHEL 9 [#616] - Is there a right-click menu in sway? [#614] - Set Terminator tab title via command line [#603] - Unable to launch KeyError: b'Rss:' [#601] - Cannot view emoji [#599] - Clickable filepath:rownumber [#598] - Feature Request: set initial window size in preferences [#593] - Update the authorship in README [#586] - xbindkeys doesn't work in Terminator, but works in other apps [#582] - Unable to load Keybinder module [#580] - terminator for MacOS user [#578] - UTF-8 character breaks terminator config file [#577] - Terminator need to highlight search string [#575] - Custom Commands NOT Working in Linux Mint 20.3 [#573] - Can't add/remove terminal panes from layout editor [#572] - Language not applied after build [#569] - Moving Cursor Word By Word using ALT + Arrows [#566] - Enabling "putty style paste" causes context menu to be unreachable with 2-button mouse [#565] - Setting stty options [#564] - Switch focus and splits don't work when terminal is zoomed [#550] - Will terminator ever consider picking up ligature support? [#543] - feature request: Implement line spacing as a configuration option [#542] - Change separator color [#538] - remotinator split and execute command — cannot determine uuid [#537] - Split vertical keyboard don't work on debian 11 [#535] - Vte.Terminal - Fix Keyboard Input [#533] - group broadcasting switched on/off for all groups [#532] - Drop a file from nautilus onto terminator window no longer works - Crash everytime after encoding is changed to TCVN [#529] - Change the color of the current tab to highlight it better [#522] - Feature: Configuration to colorize split screens from default grey colour, Issue: Remove ability to select 0 and 1 handle_size from configuration gui [\#518] - Error when using "Insert Terminal Number" - Auto-scroll to the cursor position when typing [#513] - hide_window mapped with Shift+Control+Alt+$an\_alphabet catches Control+Alt+$an\_alphabet instead [\#509] - Cursor is blinking on inactive windows [#508] - custom commands are not persisted [#505] - Terminator slow to close if xclip was invoked [#503] - terminator failing to open on ubuntu 21.04 [#502] - Monospace Bold isn't working [#497] - No prompt when closing terminator now, despite say vim running in terminal [#496] - suppor for sixel graphics [#492] - which is deprecated and should not be used [#488] - could tmux Key bindings using in terminator? [#474] - Support OpenType font features [#473] - Crash on Terminal resize when using fish [#458] - Incorrect layout sorting in notebook [#453] - Coloring Tabs / Tabs Appearance [#449] - Option to disable system notifications [#448] - Window vanishes [#447] - Multiple Terminator instances randomly crash on Ubuntu 20.04 [#444] - Option to open URLs with just a click [#434] - Doubled input from keyboard when broadcasting in tabs [#432] - Does this tool support macOS Big Sur? [#430] - terminator is slow [#426] - Add more fundamental "editor-ish" feature [#424] - Allow disabling and resetting keybindings in Preferences [#423] - Project based layout [#418] - Unable to Install from Source [#412] - CTRL+A behaviour abnormal [#384] - regexp/command hyperlink handler [#381] - Update PPA to 2.1.0 [#374] - Create Snap and Flatpak for Terminator [#206] - Remove gtk-update-icon-cache handling in setup [#102] **Merged pull requests:** - update translations [#656] - Terminal ctrl+mousewheel: do not try to zoom if shift is pressed [#609] - More fixes to the Color pickers in the Preferences Editor [#592] - Modification in the /terminatorlib/prefseditor.py file [#590] - Various README fixes [#588] - Remove duplicated info in some debug messages [#576] - Added hotfix for #78 that deletes GTK\_IM\_MODULE environment variable [\#574] - Fix POTFILES.in + update translation files [#571] - Add initial flatpak-spawn support [#570] - Fix: handle_size treated as cell\_width [\#561] - Transifex translations from Dec 20 2021 [#558] - Unzoom terminal on interaction [#553] - Add ability to configure cell width - Improve and optimize the code for background images [#551] - Fix: 'None' value for keybindings breaks editor [#549] - don't traceback while searching through /proc [#546] - os.environ does not have LANGUAGE in Centos8. [#544] - Remove Encoding settings - Allow multiline commands in Custom Commands plugin [#525] - Add paste_selection keybinding. [\#520] - Fix terminal separator size setting [#519] - Automatically focus the Keybindings menu [#516] - Fix hide_window keybinding unset check [\#515] - Add 'Disable mouse paste' [#512] - Bug Fix: hide_window keybinding ignores Shift key [\#510] - Improve argument parser + implement bash completion [#506] - add Set Window Title item to context menu [#501] - BugFix: terminal won't restart if there is no custom command [#500] - Add a "Copy" button to clone profiles [#499] - Make tabs detachable + minor bugfix [#494] - remove gtk-update-icon-cache from setup.py [#493] - remove vsplit_cmd and hsplit\_cmd from ipc.py, superseded by newer hsp… [\#491] - Update tr.po [#490] - add bg_img and bg\_img\_all commands to remotinator [\#487] - Cursor: make it possible to change foreground color - fixes for --config-json [#484] - GUI: set all CheckButtons off to avoid blinking + remove grid empty rows/columns [#482] - Move titlebar settings to profiles - Issue 365 [#480] - Fix typo in `po/de.po` [#476] - add parameters to remotinator split commands [#472] - add switch_profile\_all command to remotinator [\#471] - Set CAN_FOCUS to False for notebook widgets [\#470] - tell titlebar to start focussed out if it does not have focus [#462] - Update translation [#460] - Add new plugin for opening current directory using right mouse button [#459] - Fixed Issue #425 \ - Incorrect layout sorting in notebook [#454] - Closing tab on middle mouse button press [#451] - Bug Fix: 'Clear selection on copy' is always unchecked [#443] - Fixed issue #433 \ - Fix the background image loading exception handling [#436] - Added set_tab\_title command to remotinator. [\#435] - Ukrainianized by 93% [#428] - Fixed geometry hints [#416] - Feat+run cmd on match [#399] - add feat: config to open links with single click [#398] - Add new vsplit hsplit cmd dbus [#390] - Added new get_focused\_terminal dbus command which returns uuid of current focused terminal [\#389] ## v2.1.1 **Implemented enhancements:** - add "switch profile" command to remotinator [#321] **Fixed bugs:** - Terminal text isn't shown on lost focus of multiple tabs and hidden scroll bar [#372] **Closed issues:** - Terminator display freeze [#411] - Albert hotkey - ImportError: bad magic number in 'six': b'x03\xf3\r\n' [\#404] - Last split in tab greyed out [#402] - Using the `--debug-classes` option makes terminator crash [#397] - cannot import name 'Validator' from 'validate' | arch community/terminator 2.1.0-2 [#395] - Clicking on terminator title bars does not focus the terminal belonging to the title-bar [#394] - Losing focus on a tabbed window will grey out the window [#393] - Terminator turns white when using tabs [#391] - unremovable background image [#387] - Tab focus change causes white-out of console [#383] - Allow hide title bar as global option [#377] - Add project management tool [#376] - module 'command_notify' has no attribute 'AVAILABLE' [\#375] - weird bug with long commands [#373] - Open in terminal [#368] - Clipboard commands [#366] - Background image not showing up on Xubuntu 20.04 [#364] - Pasted text is highlighted [#363] - [FR\] Option to elide terminal title from the left [\#362] - Windows title are not udpated after ssh session disconnected [#359] - No broadcast menu in sway [#357] - Remove spaces between tabs [#331] - Enhancement: Stjerm Layout Like Functionality [#298] - Unwanted transparent pane separators [#293] - clusterssh like behaviour via plugin [#222] **Merged pull requests:** - Release version 2.1.1 [#413] - i18n: pt_BR: add missing space in translations with shortcuts [\#406] - Fixed race condition when calling grab_focus after underlying vte could be closed [\#388] - disable 2.7 tests until we can figure out how to run them in GH [#386] - Revert 74 [#385] - update spanish translation [#370] - Remotinator "switch_profile" command [\#361] - clarify config file sentences [#360] - fix broadcast menu for sway and wayland [#358]
Notable changes: AltairZ80: Adds "rom" option to "load -h" sigma: Update latest from Bob Supnik's v3.12-5 PDP11: RP11: Implement original RP11 controller flavor VAX: Mask QBus addresses to 22 bits for ka630/ka65x Mask adapter channel from buffer address for QBus accesses Mask QBus addresses to 22 bits AltairZ80: Adds CUTER PROM to SOL20 device AltairZ80: Fix 8080 and Z80 CPU PDP11: Fix to fix disassembly #331
PowerDNS Authoritative Serve from trunk with Version 4.4.1 has a known CVE reported by the security-advisory.
Not affected PowerDNS versions are:
Would it be possible to get a newer version of PowerDNS Authoritative Server and Recursor in trunk?
And there is also a newer version of dnsdist (1.7.1), pkgsrc trunk has currently 1.5.1. Would it be possible to get an update too?
The text was updated successfully, but these errors were encountered: