forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Point to https://pkgsrc.smartos.org #337
Comments
Yeh, pkgsrc.smartos.org is still set up as the old 2013 site. I'll be migrating it over to MNX soon. |
jperkin
pushed a commit
that referenced
this issue
Aug 30, 2022
Update DEPENDS Upstream changes: 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) 2.12 2022-07-20 06:45:40Z [ENHANCEMENTS] - form_name(), form_id(), form_with() and form_with_fields() can now all return the nth instance of a form instead of always returning the first instance (GH#110) (Jeff Culverhouse and Julien Fiegehenn) [TESTS] - Tests using a local temporary server are now safe to use with HTTP/1.1 and keep-alive (GH #14) (Stanislaw Pusep and Julien Fiegehenn) - We now use Test::Pod::LinkCheck to ensure there are no broken links in our documentation (GH #337) (Julien Fiegehenn) 2.11 2022-07-17 17:25:39Z [FIXED] - tick() can now handle checkboxes without a value (GH#331) (Jordan M Adler and Julien Fiegehenn) [ENHANCEMENTS] - set_fields() and submit_form(with_fields => ...) can now set multiple choice inputs (e.g. select and radio) to the nth value (GH29) (Alastair Douglas and Julien Fiegehenn) 2.10 2022-07-04 21:06:13Z [ENHANCEMENTS] - Added form_action($action) to look up forms by regex matching $action (GH#19) (Mark Leighton Fisher and Julien Fiegehenn) [DOCUMENTATION] - Explain that file URIs need url encoding (GH#329) (Julien Fiegehenn and 積丹尼 Dan Jacobson) 2.09 2022-06-14 14:20:04Z [DOCUMENTATION] - Various POD fixes (Julien Fiegehenn) 2.08 2022-05-30 17:32:33Z [TESTS] - Drop CGI and HTTP::Server::Simple::CGI test dependencies (GH#327) (Graham Knop) 2.07 2022-04-29 15:39:17Z [FIXED] - Don't follow redirects in some tests (GH#326) (Olaf Alders)
jperkin
pushed a commit
that referenced
this issue
Sep 4, 2022
0.16.0 (2022-01-03) Minor Enhancements * Add support for page.description in front matter to become entry <summary> (#297) Bug Fixes * Fold private methods into the :render method as local variables (#327) * Check post.categories instead of post.category (#357) * Switched xml_escape for <![CDATA[]]> for post content (#332) Development Fixes * Add Ruby 3.0 to CI (#337) * Lock RuboCop to v1.18.x (#348) * Add workflow to release gem via GH Action (#355) Documentation * Use .atom extension in documented examples since we write an Atom feed (#359)
I did this a while back. |
jperkin
pushed a commit
that referenced
this issue
Jan 28, 2023
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
jperkin
pushed a commit
that referenced
this issue
Mar 12, 2023
# httpuv 1.6.9 * Fixed #354: The incorrect method was called to clear a `vector`. (#355) * The `src/Makevars` file no longer sets `CXX_STD=CXX11`, and the `DESCRIPTION` file no longer lists `SystemRequirements: C++11`, because newer R versions always support C++11. (#356, #357) # httpuv 1.6.8 * Fixed #351: A race condition could cause httpuv to crash when starting the background thread for I/O. (#352) # httpuv 1.6.7 * Fixed rstudio/shiny#3741: The `TZ` environment variable could get unset in some cases. (#346) * Closed #302: Fixed potential thread-safety issues with `timegm2` implementation. (#346) # httpuv 1.6.6 * Update docs for CRAN (#343) * Updated to libuv 1.43.0. (#328) * Fixed #336: `encodeURI()` and `encodeURIComponent()` printed a space instead of a leading zero, as in `"% A"` instead of `"%0A"`. (#337)
jperkin
pushed a commit
that referenced
this issue
Apr 28, 2023
The most visible change from the client perspective is the removal of all formerly deprecated API, (almost) completing the 'cleanup'. Since I was way too slow with this release to implement a 'cleanish' SemVer release as discussed in #333, I decided to release this 2.0 with SONAME 3. A 3.0 release might bring the major version number back in sync with the SONAME. Major Changes switch to UTF8 based API and remove deprecated UTF16 one (Result::text()) remove all API deprecated in 1.4 Adding a wrapper for iOS by @parallaxe in #337 new Aztec detector implementation to support arbitrary rotation and position of the symbol support multi-symbol detection in Aztec detector replace all Qt originated ECI/CharacterSet conversion code with a new implementation provided by @gitlost (libzueci) require c++17 to build library and client code new DecodeHints::textMode() and Result::text(TextMode) API to specify how bytes are rendered into text. HRI (human readable interpretation) is the new default for the TextMode (has been for most cases before, but not all) new DecodeHits::tryInvert() feature to test for inverted symbols (white on black background) Minor Changes deprecate TextUtfEncoding helpers, not required anymore with UTF8 APIs for both reader and writer support for multi-symbol and arbitrary position detection of DataMatrix symbols when library is built with c++20 Include version number of QR Code and DataMatrix in Result by @markusfisch in #396 reduce size of Result struct by about a third cleanup all license related files (see removal of the Qt code above) update links and comments to refer to new github.com/zxing-cpp/zxing-cpp home improved Code128 decoder for over/underexposed images support python 3.11 a whole bunch of fixes and minor improvements all over the place
jperkin
pushed a commit
that referenced
this issue
Apr 28, 2023
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
jperkin
pushed a commit
that referenced
this issue
Jun 8, 2023
23.1.2 (2023-06-02) Improve typing_extensions version bound. (#372) 23.1.1 (2023-05-30) Add typing_extensions as a direct dependency on 3.10. (#369 #370) 23.1.0 (2023-05-30) Introduce the tagged_union strategy. (#318 #317) Introduce the cattrs.transform_error helper function for formatting validation exceptions. (258 342) Add support for typing.TypedDict and typing_extensions.TypedDict. (#296 #364) Add support for typing.Final. (#340 #349) Introduce override.struct_hook and override.unstruct_hook. Learn more here. (#326) Fix generating structuring functions for types with angle brackets (<>) and pipe symbols (|) in the name. (#319 #327) pathlib.Path is now supported by default. (#81) Add cbor2 serialization library to the cattr.preconf package. Add optional dependencies for cattrs.preconf third-party libraries. (#337) All preconf converters now allow overriding the default unstruct_collection_overrides in make_converter. (#350 #353) Subclasses structuring and unstructuring is now supported via a custom include_subclasses strategy. (#312) Add support for typing_extensions.Annotated when the python version is less than 3.9. (#366) Add unstructuring and structuring support for the standard library deque. (#355)
jperkin
pushed a commit
that referenced
this issue
Jun 17, 2023
# forcats 1.0.0 ## New features * New `fct_na_value_to_level()` and `fct_na_level_to_value()` to convert NA values to NA levels and vice versa (#337). ## Minor improvement and bug fixes * All functions now validate their inputs, giving more useful errors if you accidentally misspecify an input. * `fct_collapse()` can now use `other_level = NA` (#291). * `fct_count()` works with factors that contain `NA`s in levels. * `fct_explicit_na()` is deprecated in favour of `fct_na_value_to_level()`. * `fct_expand()` gains an `after` argument so that you can choose where the new levels are placed (#138). * `fct_infreq()` gains the ability to weight by another variable using the `w` argument (#261). * `fct_inorder()` now works when not all levels appear in the data (#262). * `fct_lump_prop()` and friends now work correctly if you supply weights and have empty levels (#292). * `fct_lump_n()` and `fct_lump_prop()` will now create an "Other" level even if it only consists of a single level. This makes them consistent with the other `fct_lump_*` functions (#274). * `fct_other()` no longer generates a warning if no levels are replaced with other (#265). * `fct_relevel()`, `fct_cross()`, and `fct_expand()` now error if you name the arguments in `...` since those names are ignored and your code probably doesn't do what you think it does (#319). * `fct_reorder()` and `fct_reorder2()` now remove `NA` values in `.x` with a warning (like `ggplot2::geom_point()` and friends). You can suppress the warning by setting `.na_rm = TRUE` (#315). * `fct_reorder()` and `fct_reorder2()` gain a new `.default` argument that controls the placement of empty levels (including levels that might become empty after removing missing values in `.x`) (#266). * `fct_unique()` now captures implicit missing values if present (#293). # forcats 0.5.2 * New `fct()` which works like `factor()` but errors if values of `x` are not included in the levels specification (#299) * `first2()` and `last2()` now ignore missing values in both `x` and `y` (#303). * Error messages are more informative.
jperkin
added a commit
that referenced
this issue
Jul 10, 2023
Also fix issue with newer msgfmt unable to use /dev/null as an output file. Version 4.0.1 (2023-06-30) core: force key "return" to command "/input return" when migrating legacy keys core: display actual key name and command with key Alt+k, remove key Alt+K (grab raw key) and associated commands /input grab_raw_key and /input grab_raw_key_command core: check for newline characters in string_is_whitespace_char (issue #1968) api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin guile: fix crash on quit with Guile < 3 (issue #1965) irc: reply to a CTCP request sent to self nick (issue #1966) irc: sent "QUIT" message to servers connected with TLS on /upgrade Version 4.0.0 (2023-06-24) New features core: use human readable key bindings, separate keys with comma in combos, remove modifier "meta2-", add option legacy in command /key (issue #1238, task #10317) core: make keys normal options, so they are shown and can be updated with /set and /fset commands (task #12427, task #11783) core: add key Alt+K (upper case) to grab raw key and its command (issue #1238) core: add option key in command /debug (issue #1238) core: force ctrl keys to lower case when they are added (issue #1875) core: use 256 colors by default and always allow 256 colors, find nearest color if less colors are available in terminal (issue #1920) core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input, add option weechat.look.input_multiline_lead_linebreak (issue #1502, issue #1503, issue #1504) core: render newline characters in chat line messages (issue #1908) core: don’t split on newline characters in printf_date_tags when input_multiline is set (issue #1909) core: add key @l in cursor mode to quote line, add variable "_chat_focused_line" in function hashtable sent to hook_focus callback (issue #1913, issue #1914) core: add option split_return in command /input (issue #1916) core: send all command line parameters not beginning with a dash to all plugins core: add command /reset to reset options to their default values core: add option rename in command /bar core: add relative move of read marker with /buffer set unread [+/-]N (issue #1895) core: add access to hashtable properties in evaluation of expressions (issue #1888) core: display similar command names when a command is unknown (issue #1877) core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls core: add option weechat.color.status_name_insecure to display buffer name with a specific color when not connected with TLS to the server core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213) core: add item "mouse_status" in default status bar, change default color to lightgreen core, trigger: add options weechat.color.chat_status_disabled and weechat.color.chat_status_enabled, remove options trigger.color.trigger and trigger.color.trigger_disabled, add enabled/disabled status color in output of /filter list (issue #1820) core: add completions "filters_names_disabled" and "filters_names_enabled", used in completion of /filter disable and /filter enable api: add function config_set_version (issue #1238) api: don’t split on newline by default in functions command and command_options when input_multiline is set to 0 api: add optional argument with version in info "version_number" api: add info "auto_load_scripts" alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) alias: add $& to replace all arguments with double quotes escaped (issue #1140, issue #1190) alias: add options missing and rename in command /alias fifo: add support of escaped chars in text or commands sent (issue #1950) fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920) irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default irc: add support of capabilities "batch" and "draft/multiline" (issue #1292, issue #1923) irc: add support of capability "echo-message" (issue #139) irc: display CTCP ACTION to channel on the channel buffer (issue #207) irc: display STATUSMSG actions differently from standard actions on channels (issue #1577) irc: add modifier "irc_cap_sync_req" (issue #1767) irc: add support of "LINELEN" in message 005 (max message length in bytes) (issue #1927) irc: add support of "UTF8ONLY" in message 005 (issue #1688) irc: add command /action (issue #201, issue #1577) irc: add command /rules (issue #1864) irc: add command /knock (issue #7) irc: add server option "registered_mode", add fields "authentication_method" and "sasl_mechanism_used" in server (issue #1625) irc: add option join in command /autojoin irc: use key when /joining in open channel buffer (issue #1260) irc: add option buffer in command /autojoin sort (issue #1876) irc: add ${username} in server options "nicks" and "username", change their default values to use it irc: add infos "irc_server_cap" and "irc_server_cap_value" irc: add option irc.look.display_host_notice irc: add tag "new_host_xxx" in message displayed for command CHGHOST (issue #1808) logger: add option logger.file.log_conditions (issue #1942) logger: add info "logger_log_file" relay: rename "ssl" options and protocol to "tls" relay: make TLS certificate/key loading error handling more verbose (issue #1558) relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" in irc protocol relay: add support of capability "echo-message" in irc protocol (issue #1949) relay: add handshake option "escape_commands" in weechat protocol trigger: add completions "trigger_names_disabled" and "trigger_names_enabled", used in completion of /trigger disable and /trigger enable Bug fixes core: fix refresh of bar item "input_search" after buffer switch in root bars (issue #1939) core: fix completion after newline in input (issue #1925) core: fix partial completion when the common prefix found is empty (issue #340) core: display a specific error when trying to bind a key without area in mouse context core: fix display of key with command /key bindctxt <context> <key> core: fix default value of bar options (issue #846) core: allow any valid boolean value in command /bar set <name> separator xxx core: run config hooks only when value or default value is actually changed in set/reset/unset functions core: fix crash in case of NULL message sent to function gui_chat_printf_y_date_tags (issue #1883) core: allow command /input move_next_word going to the end of line (issue #1881) core: ignore incomplete ctrl/meta/meta2 codes in keys core: fix display glitch in command errors when a wide char is set in option weechat.look.command_chars (issue #1871) core: fix update of terminal title in some terminals like suckless terminal (stterm) (issue #1882) core: fix infinite loop on startup when running some gui commands before the switch to core buffer is performed (issue #1917) api: readjust string size in function string_dyn_free when string is not freed buflist: do not display keys added in default context on first load exec: remove trailing "M" (carriage return) in output of commands fset: remove scroll to top of fset buffer when options are added or removed (issue #1892) guile: fix crash when plugin is loaded on GNU/Hurd (issue #1951) irc: fix format of IRC tags displayed in messages (use "=" to separate key from value, do not convert "_" to "-") (issue #1929) irc: reset all internal servers variables when disconnecting irc: start from the beginning of nicks at automatic reconnection (issue #337, issue #965) irc: fix join of channels in "autojoin" server option on first connection to server if auto reconnection is performed (issue #1873) irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898) irc: update secure data when server autojoin option contains ${sec.data.xxx} and option autojoin_dynamic is enabled (issue #1934) irc: don’t switch to buffer of joined channel if it was not manually joined nor present in server autojoin option irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel irc: display command 437 on server buffer when nickname cannot change while banned on channel (issue #88) irc: add messages 415 (cannot send message to channel) and 742 (mode cannot be set) irc: add missing tag "log3" in notify messages irc: add missing tags "irc_cap" and "log3" in cap messages (client capability) irc: fix split of CTCP message with no arguments irc: remove extra space in CTCP ACTION message sent without arguments logger: fix display of multiline messages in backlog (issue #1926) lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905) relay: fix crash on /upgrade when at least a client is connected with weechat protocol relay: fix connection with IRC clients sending "CAP REQ :" (without capability) and not sending "CAP END" (issue #1040) ruby: fix crash on quit when a child process is still running (issue #1889, issue #1915) ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, issue #1886) script: remove trailing "J" (line feed char) in source of scripts displayed spell: check buffer pointer received in info "spell_dict" trigger: make default triggers "cmd_pass", "cmd_pass_register" and "server_pass" compatible with multiline input (issue #1935) typing: fix crash when pointer buffer is not received in callback for signal "input_text_changed" (issue #1869) typing: remove nicks typing even when option typing.look.enabled_self is off (issue #1718) Tests core: add tests on URL functions gui: add tests on bar and key functions alias: add tests on alias functions irc: check tags in messages displayed by IRC plugin irc: add tests on function irc_server_alloc_with_url irc: add tests on message/notice/action/CTCP sent logger: add tests on tail functions relay: add tests on "irc" protocol Build core: remove build with autotools (issue #1860) core: remove RPM packaging core: remove build of .bz2 and .zst files in make dist core: remove obsolete cpack config core: add "stable-number" and "devel-number" in script version.sh core: add quotes around paths in CMake files (issue #29) doc: convert docgen.py to C, remove autogen files from repository, add parameter --doc-gen to weechat-headless binary, add CMake option ENABLE_DOC_INCOMPLETE
jperkin
pushed a commit
that referenced
this issue
Aug 8, 2023
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)
jperkin
pushed a commit
that referenced
this issue
Aug 14, 2023
pkgsrc changes: - Remove patch-line.c: was a backport from upstream, no longer needed - Add patch-edit.c because several <signal.h> definitions are actually accessed on non-OS2 codepaths as well (noticed on NetBSD but should be relevant for all non-OS2 platforms) Changes: Major changes between "less" versions 633 and 643 * Fix problem when a program piping into less reads from the tty, like sudo asking for password (github #368). * Fix search modifier ^E after ^W. * Fix bug using negated (^N) search (github #374). * Fix erroneous EOF when terminal window size changes (github #372). * Fix compile error with some definitions of ECHONL (github #395). * Fix regression in exit code when stdin is /dev/null and output is a file (github #373). * Add lesstest test suite to production release (github #344). * Change lesstest output to conform with automake Simple Test Format (github #399). Major changes between "less" versions 632 and 633 * Fix build on systems which have ncurses/termcap.h or ncursesw/termcap.h but not termcap.h. Major changes between "less" versions 608 and 632 * Add LESSUTFCHARDEF environment variable (github #275). * Add # command (github #330). * Add ^S search modifier (github #196). * Add --wordwrap option (github #113). * Add --no-vbell option (github #304). * Add --no-search-headers option (github #44). * Add --modelines option (github #89). * Add --intr option (github #224). * Add --proc-backspace, --proc-tab and --proc-return options (github #335). * Add --show-preproc-errors option (github #258). * Add LESS_LINES and LESS_COLUMNS environment variables (github #84). * Add LESS_DATA_DELAY environment variable (github #337). * Allow empty "lines" field in --header option. * Update Unicode tables. * Improve ability of ^X to interrupt F command (github #49). * Status column (-J) shows off-screen matches. * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). * Don't allow opening a tty as file input unless -f is set (github #309). * Don't require newline input after +&... option (github #339). * Fix incorrect handling of some Private Use Unicode characters. * Fix ANSI color bug when overstriking with colored chars (github #276). * Fix compiler const warning (github #279). * Fix signal race in iread (github #280). * Fix reading procfs files on Linux (github #282). * Fix --ignore-case with ctrl-R (no regex) search (github #300). * Fix bug doing repeat search after setting & filter (github #299). * Fix bug doing repeat search before non-repeat search. * Fix crash with -R and certain line lengths (github #338). * Don't retain search options from a cancelled search (github #302). * Don't call realpath on fake filenames like "-" (github #289). * Implement lesstest test suite. * Convert function parameter definitions from K&R to C89 (github #316).
jperkin
pushed a commit
that referenced
this issue
Apr 9, 2024
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)
jperkin
pushed a commit
that referenced
this issue
May 17, 2024
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]
jperkin
pushed a commit
that referenced
this issue
Jul 1, 2024
Upstream changes: 1.44 - 10 June 2024 - Test against 5.40 - Test with DBM::Deep on CI 1.43 - 8 June 2024 - Bump coancover version requirements to 5.38 - Format cpancover and Cover::Collection - Format main documentation - Tidy dc script - Remove dzil's .build from distribution (Graham Knop) (GH-337)
jperkin
pushed a commit
that referenced
this issue
Jul 1, 2024
2.3.7 (2024-06-27) What's Changed * Add ruby-3.1 test by @skeshari12 in #332 * move from travis to GH actions and test ruby 3.1 by @mwrock in #335 * Add rexml as an explicit dependency for Ruby 3.x by @postmodern in #334 * Adding user-agent option by @laxa in #337 * Update CI to use ruby 3.X by @fwininger in #343 * Create thread in shell finalizer by @akihikodaki in #339 New Contributors * @skeshari12 made their first contribution in #332 * @postmodern made their first contribution in #334 * @laxa made their first contribution in #337 * @akihikodaki made their first contribution in #339
jperkin
pushed a commit
that referenced
this issue
Aug 24, 2024
3.3.8 Bug fix for enumerated subtypes custom annotation by @vidit2606 in #338 Update stone version to 3.3.8 by @vidit2606 in #339 3.3.7 If a parameter has no properties still rerturn an empty dict not nil by @shizam in #333 fix: Replace deprecated distutils by @Moraxyc in #334 Fix custom annotation inheirtance bug by @rhui-dbx in #336 Update version to 3.3.7 by @vidit2606 in #337
jperkin
pushed a commit
that referenced
this issue
Sep 24, 2024
2.15.0 (2024-08-04) * Allow transient tasks to exit completely. (#336) 2.15.1 (2024-08-07) * Allow transient tasks to exit gracefully. (#337) 2.15.2 (2024-08-07) * Transient tasks should only be stopped once. (#338) 2.15.3 (2024-08-08) * Ensure that defer_stop resets state. (#339) 2.16.0 (2024-08-23) Better Handling of Async and Sync in Nested Fibers Interleaving bare fibers within Async and Sync blocks should not cause problems, but it presents a number of issues in the current implementation. Tracking the parent-child relationship between tasks, when they are interleaved with bare fibers, is difficult. The current implementation assumes that if there is no parent task, then it should create a new reactor. This is not always the case, as the parent task might not be visible due to nested Fibers. As a result, Async will create a new reactor, trying to stop the existing one, causing major internal consistency issues. I encountered this issue when trying to use Async within a streaming response in Rails. The protocol-rack uses a normal fiber to wrap streaming responses, and if you try to use Async within it, it will create a new reactor, causing the server to lock up. Ideally, Async and Sync helpers should work when any Fiber.scheduler is defined. Right now, it's unrealistic to expect Async::Task to work in any scheduler, but at the very least, the following should work: reactor = Async::Reactor.new # internally calls Fiber.set_scheduler # This should run in the above reactor, rather than creating a new one. Async do puts "Hello World" end In order to do this, bare Async and Sync blocks should use Fiber.scheduler as a parent if possible. See #340 for more details. 2.16.1 (2024-08-26) * Add timeout to timeout error message. 2.17.0 (2024-09-05) * Introduce Async::Queue#push and Async::Queue#pop for compatibility with ::Queue.
jperkin
pushed a commit
that referenced
this issue
Sep 24, 2024
Pkgsrc changes: * Add a patch so that this builds again on NetBSD, upstream had borrowed some of our code but not ensured that it still built for us... Upstream changes: NSD 4.10.1 This release consists primarily of bug fixes. @bilias implemented mutual TLS authentication for zone transfers. Please consult the nsd.conf manual for details on the newly introduced configuration options tls-auth-port and tls-auth-xfr-only. @orlitzky provided integration for the OpenRC init system. Version 4.10.0 was the first release to integrate simdzone. Build issues on OpenBSD releases before 5.6, Gentoo and Solaris have been reported and fixed. The fallback parser, used on systems that lack SSE4.2 and AVX2 instruction sets, contained some bugs with regards to state keeping and under certain circumstances a use after free bug was encountered in buffer management. FEATURES: * Merge #352 from orlitzky: contrib: add OpenRC service script, config file, and tmpfiles entry. * Merge #337 from bilias: Mutual TLS-AUTH. BUG FIXES: * Fix incorrect punctuation of log messages. * Fix for #317, document more text on pidfile permissions. * Fix #334: RFC8482 behavior documentation. * Fix for OpenSSL 3.0 deprecated functions. * Merge #341: Fix allow-query wording in nsd.conf.5.in. * Fix test script from making spurious output. * Fix cpu_affinity and socket_partitioning tests for --enable-log-role. * Fix #344: Update simdzone. * Fix #347: Adjust verbosity for TLS (+TCP) to be 5. * Merge #348: Move TLS logging to verbosity level 5. * For #347: Also adjust verbosity of log message for remaining TCP connections. * Merge #349: log file name before loading. * Use MAKE variable rather than make command directly in Makefile. * Serialize WKS RRs using numeric values rather than names. * Fix propagation of Makefile targets to simdzone. * Do not log ACL mismatch on followed CNAMEs. * Fix link of xfr-inspect for libssl dependency. * Initialize tls_auth_port and tls_auth_xfr_only options. * Merge #358: Fix Hurd build error due to log_err. * Update simdzone to fix detection of AVX2 support. simdzone 0.1.1 FEATURES: * Test to verify configure.ac and Makefile.in are correct. * Add support for reading from stdin if filename is "-". * Add support for building with Oracle Developer Studio 12.6. * Add support for "time" service for Well-Know Services (WKS) RR. BUG FIXES: * Fix makefile dependencies. * Fix makefile to use source directory for build dependencies. * Fix changelog to reflect v0.1.0 release. * Update makefile to not use target-specific variables. * Fix makefile clean targets. * Fix state keeping in fallback scanner for contiguous and quoted. * Fix bug in name scanner. * Fix type mnemonic parsing in fallback parser. * Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6. * Fix use after free on buffer resize. * Fix parsing of numeric protocols in WKS RRs. * Make devclean target depend on realclean target. * Fix detection of AVX2 support by checking generic AVX support by the processor and operating system (#222). CHANGES: * Make relative includes relative to current working directory. * Split Autoconf and CMake compiler tests for supported SIMD instructions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GitHub slug still lists http://pkgsrc.joyent.com
The pkgsrc.smartos.org page also doesn't seem to have a valid SSL certificate.
The text was updated successfully, but these errors were encountered: