Skip to content
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

Update misc/tmux to 3.4 #142

Open
wants to merge 10,000 commits into
base: trunk
Choose a base branch
from
Open

Update misc/tmux to 3.4 #142

wants to merge 10,000 commits into from

Conversation

kflu
Copy link

@kflu kflu commented Jun 17, 2024

As titled

adam and others added 30 commits June 10, 2024 21:03
0.10.1.20240605
Unknown changes
Fixes builds of packages that don't share Makefile.common but do use the
public qt6 headers.
Bug Fixes
 - git: set .Ref correctly on detached HEAD (fbc21b8), closes #5035

Features
 - font: install system wide as root on Linux (89beb8d)
 - font: reload font cache on unix systems (ddd1201)
Uncovered by extracting luajit again in this package, which
was added by the recent SunOS fix.
These entries look govulncheck-generated, and govulncheck reports
no problem with the current versions.

Use current version as upper bound (could probably be lowered).
1.20.2
allow hyphen in field name
Version 24.6.0

* Supported Python versions are now 3.8, 3.9, 3.10, and 3.11.

* Running the unit tests no longer uses a third-party test runner; the
  standard-library ``unittest`` module's runner is used instead.

* Documentation of the HTML5 color algorithms has been updated to emphasize
  which HTML5 spec is used (the WHATWG spec, which is now the only canonical
  and maintained HTML5 spec) and comments in the implementations have been
  updated to include the latest prose description of the HTML5 algorithms from
  the spec. These updates do not change the behavior of the HTML5 algorithms,
  and are only for clarity of documentation and explanation.

* Adopted `CalVer versioning <https://calver.org>`_.

* The raw mappings of color names/values are no longer publicly exposed; use
  the appropriate normalizing conversion functions instead of accessing the
  mappings directly.
v1.7.1

Fix issue where it was possible to add paths with arcnames that didn't match the path contents (file ending with "/", directory not ending with "/")

v1.7.0

Add the ability to get information on added files using ZipStream.info_list. This function replaces ZipStream.get_info which would only provide information on files that had already been streamed.
Deprecate ZipStream.get_info. It will continue to work until the next major version but will now emit a warning when used.
Reduce memory usage for sized ZipStream objects by updating the final size of the stream as files are added instead of storing the required information so the size could be calculated later.
py2app 0.28.8

* Fix breakage with setuptools 70.
* Add support for python 3.13
9.0.1
Bug fixes
Version 1.18.1

Campaigns

Eastern Invasion
Prevent Dacyn from picking up a different staff
Reduce Barrow/Pyre Wight vulnerability to arcane
Many minor bugfixes
Heir to the Throne
Li'sar is no longer renameable.
Sceptre of Fire
S7: Fewer and slower enemies, to balance the buff to the Elvish Outrider unit type
Tutorial
Better timing for some of the hints
World Conquest
Fix World Conquest's Help dialog showing double scrollbars due to the left tree having it's vertical scrollbar disabled. Changed both vertical and horizontal scrollbar modes to automatic.

Editor

Allow loading .mask files

Packaging

Fixed building with Boost 1.85.

Translations

Updated translations: Arabic, Bengali, Bulgarian, Chinese (Simplified), Czech, Finnish, French, German, Italian, Japanese, Norwegian, Russian, Slovak, Ukrainian

User interface

Added a button to the build info dialog to rerun the 1.16 to 1.18 migration tool
Overhauled the Language selection dialog to make it more informative, including displaying translation progress and making it easier to select highly-incomplete translations.
Made the Changelog option in the macOS app menu link to the changelog for the particular Wesnoth app version rather than the Git master branch changelog.
Add a Community button to the title screen to link to the forums, discord, etc.

Miscellaneous and Bug Fixes

Fixed replays marking achievements as complete
Fixed build with Boost 1.85
Fixed a crash in the recall dialog when turning off all sorting options
Fixed clicking on a trait in the sidebar sometimes opening the wrong trait’s help page
Removed wesnothd’s unused threads commandline options
Trying to load an image filename ending ".jpg" will now automatically try ".webp" if the ".jpg" isn’t found.
Fix: releasing a mouse button at the same time as a dialog pops up sometimes dismissed the dialog immediately
Fixed macOS saves going in the wrong directory.
Fixed unit portraits being too large in the in-game help when a pixel scale multiplier was set but disabled.
Fixed the unit idle animation preference not being saved correctly.
Fixed multiplayer games not entering linger mode after the scenario ends due to a turn limit.
Fixed achievements being marked completed when only watching a replay.
Fixed Wesnoth crashing when reloading a multiplayer game in debug mode.
 RFD crate changed the default features from Gtk to xdg-desktop-portal. This
 breaks functionality on NetBSD. Restore the Gtk feature for now.

 This is a temporary fix as RFD is planning on dropping the Gtk option soon.
qpdf 11.9.1

This is qpdf version 11.9.1. This is an accumulation of minor fixes and
performance enhancements since 11.9.0. No new functionality has been added.
v9.0.0

- Removed deprecated pikepdf.PdfMatrix. Use pikepdf.Matrix instead.
- Removed deprecated pikepdf._qpdf submodule.
- Pdf.pages no longer coerces PDF dictionaries to page objects. You must
  explicitly insert/add pikepdf.Page objects.
- pikepdf.Object.parse() no longer accepts string input; only bytes are allowed.
- macOS 12 is our minimum supported version for x86_64, and macos 14 is our
  minimum supported version for ARM64/Apple Silicon. v8 accidentally
  ended support for older versions at some point - this change is formalizing that.
  Efforts were made to continue support for older verions, but it is not sustainable.
- We now generate binary wheels for musllinux-aarch64 (Alpine ARM64).
Version 4.2 (2024-04-03)

Features:

* Support ``unrar-free`` >= 0.2.0.
* Add :meth:`RarFile.is_solid` to check if archive uses
  solid compression.

Fixes:

* Support old multi-volume archives better where ENDARC
  does not contain NEXTVOL.

Cleanups:

* ci: Drop Python 3.7, add 3.12
* ci: upgrade actions
mockery provides the ability to easily generate mocks for
Golang interfaces using the stretchr/testify/mock package.
It removes the boilerplate coding required to use mocks.
3.10.1

* Correct packaging and testing when not in a clean virtualenv.

3.10.0

* Move development to https://github.com/pasteorg/paste
* Vendor cgi.FieldStorage and cgitb.Hook
* More cleaning of Python 2 style code.

With version 3.10.0 Paste development moves to the pasteorg GitHub
organization and will be going deeper into maintenance mode unless
more active maintainers step forward to take over. "Deeper" in this
case means that releases will be much less frequent and patches
will only be accepted for security issues or major problems. Current
consumers of Paste should prepare to migrate away to more modern
solutions.

3.9.0

* Remove dead format_environ code in watchthread.py app.

3.8.0

* Remove remainder of Python 2 code. Thanks a-detiste.
v12.6.1

Bugfixes

- Ensure docs/tests not unintentionally included.


v12.6.0

Features

- Comment-style declarations are now deprecated in favor of Python or TOML style.
v1.3.0

Fix type annotation problem by setting correct pyspnego min version
Throw an exception in case of access denied
Favour pure NTLM provider and fix SPN
Add type annotation and black/isort checks
Update CI and version and ignore black diff
2.2.0 (2024-06-05)

- Dropped Python 3.7 support
- Added Python 3.12 and PyPy 3.10 support
- Added the description to the package metadata
- Improved type hints
- Added ``.readthedocs.yml``
- Updated the intersphinx URLs
- Added the ``pre-commit`` configuration, code reformatted with ``black``
- Updated CI configuration
taca and others added 22 commits June 15, 2024 16:27
1.13.0 (2024-06-13)

* Define Erubi.h as a module function (jeremyevans)

* Add erubi/capture_block, supporting capturing block output via standard
  <%= and <%== tags (jeremyevans)
1.7.16 (2024-06-14)

* emergency fix for REXML/strscan in 1.7.15 no longer needed
0.9.4 (2024-06-14)

* Earlopain - Fix compatibility with latest builder release NetBSD#49

* github.com/markaby/markaby/pull/49

* Aesthetikx Add Missing HTML5 Tags NetBSD#48 - github.com/markaby/markaby/pull/48

* MrPowers - Small Refactorings - github.com/markaby/markaby/pull/50,
  github.com/markaby/markaby/pull/34
6.1.1 (2024-06-13)

* Proactively fixed a compatibility issue with libxml >= 2.13.0 (which will
  be used in an upcoming version of Nokogiri) that caused HTML doctype
  sanitization to fail.  @flavorjones - #238
1.944.0 (2024-06-12)

* Feature - Added support for enumerating regions for Aws::AppTest.

1.943.0 (2024-06-11)

* Feature - Added support for enumerating regions for Aws::PcaConnectorScep.

1.942.0 (2024-06-10)

* Feature - Added support for enumerating regions for
  Aws::ApplicationSignals.
1.97.0 (2024-06-12)

* Feature - Introducing RotationToken parameter for PutSecretValue API
1.84.0 (2024-06-13)

* Feature - This feature allows customers to use their keys stored in KMS to
  derive a shared secret which can then be used to establish a secured
  channel for communication, provide proof of possession, or establish trust
  with other parties.
1.152.3 (2024-06-13)

* Issue - Handle 200 errors for all S3 operations that do not have streaming
  responses.

1.152.2 (2024-06-12)

* Issue - Revert Handling of 200 errors for all S3 operations.

1.152.1 (2024-06-10)

* Issue - Handle 200 errors for all S3 operations that do not have streaming
  responses.
2.10.1 (2024-06-12)

* Improve page encoding error recovery on pages with broken encoding when
  used with libxml2 >= 2.12.0. (#644) @flavorjones
4.3.0 (2024-06-14)

* This release introduces a new lexer: IEC 61131-3 Structured Text.
  We also add a number of improvements across Brainfuck, Crystal,
  Eiffel, HCL, JavaScript, Markdown, Mathematica, Objective-C, Ruby,
  TCL, TOML and TypeScript Lexer.  Thank you for all the wonderful
  contributors for this release!
Upstream changes:
 https://github.com/weppos/publicsuffix-ruby/blob/v5.1.0/CHANGELOG.md

5.1.0

Changed

  * Updated definitions.
  * Minimum Ruby version is 3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.