-
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
Install PHP with parameters / ZTS #268
Comments
You can only use The general overview is documented here: https://github.com/joyent/pkgsrc/wiki/pkgdev:setup For your request you can use the existing |
Patch #358 - 2020/07/12 -correct logic for decodeTerminalID changes in patch #357 (report by "Chartreuse"). -modify makefile to use plink.sh when linking test-programs, to fix build when using pcre (report by H Merijn Brand) -build-fix for test_ptydata program (patch by H Merijn Brand) Patch #357 - 2020/07/05 -several minor optimizations for the ReGIS and SIXEL features, improving performance by 10%. -add resource decGraphicsID to allow displaying graphics when the emulation level would ordinarily disallow this (prompted by discussion with Thomas Wolff). -add control sequences for fast switching of color palettes: XTPUSHCOLORS, XTPOPCOLORS, XTREPORTCOLORS -amend change for soft-hyphen from patch #328 to avoid stripping replacement- characters which would be shown with malformed or overlong UTF-8 input. -corrected an error-handling case in decodeUtf8, matching a similar fix in patch #268 (report/patch by Dan Gohman). -add a test-driver for ptydata.c -minor cleanup of macros (adapted from patch by Walter Harms). -fix some errata in ctlseqs.ms (report by Thomas Wolff). -allow immediate repaint-on-palette-changed if double-buffering is enabled. -deprecate codes 10/11 in sgr push controls, changing those to 30/31, to avoid confusion with sgr 10-19. -modify SGR parameter handling to stop if an unrecognized parameter is encountered, to guard against malformed or nonstandard sequences (report by Bram Moolenaar). -modify DECERA color for consistency with other erasures/clearing (report by Thomas Wolff). -ECH should not be masked by DECSCA (report by Thomas Wolff). -extend DECFRA and REP to accept any graphic character rather than just Latin1, etc. (report by Thomas Wolff). -add -C option to 256colors2.pl and 88colors2.pl, to demonstrate mixed semicolon /colon separators which are implied by ECMA-48. -update sample terminfo to reflect the documentation improvements. -update description of 88/256/direct color in ctlseqs.ms to point out that using semicolons is a deprecated legacy feature, and standard terminal applications should use colons (prompted by discussion with Bram Moolenaar). -modify configure-check for tgetent to conditionally include termcap.h, enabling configuration using clang's pedantic-errors option (report by Dennis Clarke). See Other Compatibility in ncurses' curs_termcap(3X). -remove some unnecessary pointer checks (patch by Walter Harms). -accept terminal-id and add DA response for VT131, VT132. Patch #356 - 2020/05/02 -revise fix for Debian #954730, which interfered with wheel mouse events (report by Gabriele Balducci). Patch #355 - 2020/05/01 -revise fix for Debian #954730, which interfered with wheel mouse events (report by Henri Menke). -fix typos in documentation (reports by Stephen Hurd, Stefan Assmann). -add mapping for decTerminalID for 100 overlooked in patch #354. -update tables in wcwidth.c based on Unicode 13.0.0 -build-fix for make check when building out-of-tree (report by Sven Joachim). Patch #354 - 2020/04/26 -work around performance problems of XDrawImageString and XDrawImageString16 functions (Debian #954845). -add a control sequence which reports xterm's version (patch by Nicholas Marriott, mintty #881). -temporarily set numeric locale category to "C" when parsing resources, so that scaleHeight and faceSize settings do not depend on locale (Debian #820803). -improve DA/DA2 response by ensuring that the decTerminalID maps to one of the known identifiers, as well as providing DA2 response for VT241 and VT382. -terminfo improvements: -add (my) comments from ncurses which explain the keypad layouts. -add vt52+keypad from ncurses -use improved xm example for xterm+x11mouse, xterm+sm+1006 from ncurses 6.2 terminfo.src -two fixes for left/right wheel mouse event reporting (Debian #954730): filter identical button-events correct order of button-range versus protocol type (see patch #345) -change make check makefile-rule to use test-drivers for charclass and wcwidth data. -quiet did not find a usable xxx TrueType font warnings by making fontWarnings apply to these messages (report by Jim Rees). -improve reinitialization of parameter list (report/testcase by James Holderness). -temporarily set numeric locale category to "C" when formatting SVG or XHTML screendumps, to make the radix separator used in RGB values consistent (adapted from patch by George Kouryachy). -add resource forceXftHeight to control whether workaround from Debian #880407 is used. -apply updated ascent/descent in workaround from Debian #880407 to fix a 1-pixel gap in built-in vertical lines (report/testcase by Stefan Assmann). -improve round-off of scaling for built-in line-drawing (prompted by discussion with Stefan Assmann). -adjust fonts in svg-icon files to accommodate reduced functionality of new pango (report/analysis by YOKOTA Hiroshi). -improve configure check for X Toolkit library. -correct Y-coordinate transformation in ClearCurBackground, overlooked in changes for patch #334 (report/analysis by Chuck Silvers). -remove --vendor option from test-packages' install of desktop files; the feature is badly broken in gnome-shell. -modify uxterm to make it possible to select nonstandard locale C.UTF-8, e.g, if the user's locale is set to C (Debian #940626). -re-save/tweak .svg icon-files to work around breakage in toolset since the files were created in patch #283. Patch #353 - 2020/02/01 -amend change in patch #352 for button-events to fix a case where some followup events were not processed soon enough (report/patch by Jimmy Aguilar Mena). -handle MappingNotify X event, to improve recovery when switching keyboard configurations using xkbcomp (prompted by discussion with Frank Mosch, Debian #661295). There is more work needed here, possibly in the X libraries. improve discussion of mouse-mode in ctlseqs.ms (suggested by Igor van den Hoven). -further improve checks for Xft max-advance-width to take into account fonts which use two cells for ambiguous width characters. Also improve the time used for these checks (reports by Yuri Pankov, Frank Mosch). -fix a few spelling errors reported by codespell (report by Jens Schleusener). -modify run-tic.sh to prefer development version of ncurses since changes to terminfo file in patch #345 rely upon bug-fixes in ncurses (prompted by discussion with Will Senn). Patch #352 - 2020/01/16 -adjust fontsize data to handle a minor inconsistency from recent Xft versions (Debian #880407, adapted from patch by Vincent Lefèvre). -add a table to the manual page description of forceBoxChars to alert the reader to the special characters aside from line-drawing which are drawn directly when this resource is set (Debian #931305). -improve checkXft logic which attempts to detect fonts whose max-advance-width is inconsistent with the actual glyph widths. For some fonts, it is necessary to check additional characters (report/analysis by Jan Engelhardt). -improve configure-checks for X headers and libraries on recent MacOS, which has moved those files under /usr/X11. -improve portability of iconify/deiconify feature by taking into account some window managers which manipulate the EWMH _NET_WM_STATE property, adding/removing _NET_WM_STATE_HIDDEN rather than actually minimizing the window (pon with Jörg Breitbart). -improve workaround from patch #287 fo postponing the extra request for minimizing the window to the key by itself can generate button-events (report/analysis by Maal page (patch by Larry Hynes). -add definitions in xterm_io.h updated autoconf macros -update config.guess Patch #351 - 2019-add -report-icons to help-message. -improved autoconf macros: update config.guess, config.sub -correct status in XTGETXRES resize from the struct-notify event handler to prevent -recursion(report by Stefan Assmann). -improve the note on the xterm-rep not ignore zero'd/blank cells. -align terminfo file with ncurs-add vttests/modify-keys.pl script to illustrate the modifyOtheines resource default value (Branden Robinson, Debian #913815).n is complete. -add a control sequence which, like tcap-query, in the imake configuration as they would be by default via the Sven Joachim). -build-fix for the case when configure --enableSven Joachim). -fix a few minor bugs found with Coverity. -add the --disable-doublechars configure option (report by Brian Lin-document window properties in the manual page. -improve title-le-string encoded in UTF-8, check if that is the case, and if iencoding (FreeBSD #240393). -Make sameName resource work for thn UTF-8 is active. -reorganize text-drawing to make it possiblen switching from 132 to 80 columns. -improve font-warning messafont-warning messages, to accommodate broken X configurations. ont (Redhat #1679790). That relies upon the :unscaled property configurations. -set a graphic-context for border when double-bg when switching to reverse-video. -build-fix for --disable-zic(report by Scott Bertilson). Patch #348 - 2019/07/22 -update wos types, to improve compiler-warnings. -ensure that when resetgins), and DECSTR. -corrected order of reset/move when setting ing margins, rather than only when the mode is changed (report fering configuration. -correct logic for filtering scrollbar-updescription of 1006 and 1005 mouse modes, to avoid implying thawere xterm extensions rather than VT100/VT220 terminal featuresnse (suggested by Thomas Wolff). -fix a typo, improve wording iolff). -fix off-by-one in VT52 graphics character mapping (patcarnings when building with imake. -update config.sub Patch #34esource to control the maximum rate of screen updates (report bed by report by Martin Hostettler). -correct off-by-one in paraestcase by Thomas Wolff). -add resource buffered to allow enablthat the needSwap flag is set after drawing TrueType text -corr video attributes. The attribute to use is in the left-half (reomas Wolff). -reset flags including wraparound and reverse-wrap(report by Thomas Wolff). -ensure that italic font is turned ofth binary-search table generated using updated uniset (report b name comparisons work when active-icon is enabled, since CSI13e since 2008 (see patch #238). Patch #346 - 2019/05/27 .update#862042). -account for internalBorder in useBorderClipping (repcharacters in wcwidth.c based on Unicode 12.1.0 (prompted by diort by Bram Moolenaar). -fix a sign-extension when reporting of run-tic.sh for HPUX, whose mktemp prints the name of a temporalation is VT420 (suggested by Thomas Wolff). -modify treatment discussion with Ben Wong, lsix #20). -modify button-handling tor after a direct-color to be ignored. -add resource useBorderClRobert Ross). -improve logic for displaying xterm's built-in li, as well as to demonstrate push/pop of the various color typesof indexed-colors, contrary to documentation. -reduce buffer-fl for OSC 5 use the 5 in the response; formerly it was mapped to request. -update tables of combining and unknown-width charact-add vttests/query-dynamic.pl -modify vttests/query-color.pl towhether to use OSC 5 rather than OSC 4. -modify cursor coloringmouse responses from patch #342 changes; the legacy protocol suy.pl to demonstrate batch queries with -q option. -increase reslation of predefined symbols -check for updated X Toolkit, whicrt by Emile LeBlanc). -documentation errata (patch by Larry Hynfull-screen mode. -window's border-size was incorrectly added t
Upstream changes: 1.36 - 19 May 2020 - Fix pod error - Quieten perltidy syntax highlighting errors - Fix up minimum perl version (Dick Franks) (GH-268) - Fix passing full path for cover DB (GH-267) 1.35 - 17 May 2020 - Replace "use vars" with "our" (James Raspass) (GH-255) - Remove tray db file from release - Don't chdir when given a -dir flag (Dave Rolsky) (GH-253) - Manage code references in @inc (Slaven Rezić) (GH-249, GH-250) 1.34 - 16 May 2020 - Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226) - Support 5.32 by accomodating signauture changes (GH-260)
This update to the Cascadia family of fonts brings the following changes: We are now generating static TTFs for every named variant These static instances will be hinted using ttfautohint, and so will look different than the variable font at small and intermediate point sizes We've temporarily stopped shipping variable OTFs due to some concerns about overlapping and psautohint The heaviest weight of Cascadia has been made a little lighter We have aligned the Powerline glyphs and the box-/line-drawing glyphs better to their metrics and to the letter glyphs Diacritic anchors have been added to all alphabetic characters (#282, #330) The font now ships with decomposed fi and fl ligatures The horn combining diacritic has had its weight fixed somewhat for Bold Primes have been redesigned to give them a more "angled" feel (#294) Acute and grave have been given additional weight to help differentiate them from dot (#268) The contextual alternate for x used to signify hexadecimal numbers has been disabled (#285)
Update ruby-recog package to 2.3.14. 2.3.14 - 2020.08.07 Highlights: * HTTP: Improved coverage of VNC related web services (#282) * HTTP: Improved coverage and CPEs of SonicWall and Cisco Expressway (#283) 2.3.13 - 2020.08.03 Highlights: * Improving coverage of Moxa devices (#280) * Adding fingerprints for certain high volume services as observed by Project Sonar (#280, #281) * CPE: Improving the number of fingerprints and Project Sonar matches that returned CPEs (#281) 2.3.12 - 2020.07.23 Highlights: * HTTP: Additional SAP NetWeaver and Glassfish coverage and fixes (#279) * FTP: Serv-U and Filezilla improvements (#279) * CPE: Tweaks to vendor, service, and cpe-remap.yaml which resulted in much better coverage for services frequently seen on the Internet. See PR for stats. (#279) 2.3.11 - 2020.07.16 Highlights: * HTTP: Adjust banner for $ProjectRevision (Treck TCP/IP) by Anderson Luan (#272) * HTTP: SAP Internet Graphics Server and Message Server fingerprints (#275) * DNS: Windows Server 2008 SP2, performance and other coverage tweaks (#276) * DNS: Avoid spoofed Microsoft DNS Server, add Debian Buster (#277) * CPE: Correct CPE generating automation (#278) 2.3.10 - 2020.07.14 Highlights: * SAP NetWeaver: Telnet and HTTP tweaks (#274) 2.3.9 - 2020.07.14 Highlights: * Upgrade lxml, improve fingerprint readability (#268) * New fingerprints and completed normalization by HD Moore (#269) * New Database: favicons.xml (MD5 fingerprints for favicon.ico files) by HD Moore (#270) * HTTP: Project Sonar HTTP updates (including SAP Netweaver / Oracle) (#273)
(pkgsrc) - Add TEST_DEPENDS+, but still fails at pdLaTeX (upstream) # fs 1.5.0 ---------- * The libuv release used by fs was updated to 1.38.1 * `dir_create()` now consults the process umask so the mode during directory creation works like `mkdir` does (#284). * `fs_path`, `fs_bytes` and `fs_perms` objects are now compatible with vctrs 0.3.0 (#266) * `fs_path` objects now sort properly when there is a mix of ASCII and unicode elements (#279) # fs 1.4.2 ---------- * `file_info(..., follow = TRUE)`, `is_dir()`, and `is_file()` follow relative symlinks in non-current directories (@heavywatal, #280) * `dir_map()` now grows its internal list safely, the 1.4.0 release introduced an unsafe regression (#268) * `file_info()` returns a tibble if the tibble package is installed, and subsets work when it is a `data.frame` (#265) * `path_real()` always fails if the file does not exist. Thus it can no longer be used to resolve symlinks further up the path hierarchy for files that do not yet exist. This reverts the feature introduced in 1.2.7 (#144, #221, #231) # fs 1.4.1 ---------- * Fix compilation on Solaris. # fs 1.4.0 ---------- * `[[.fs_path`, `[[.fs_bytes` and `[[.fs_perms` now preserve their classes after subsetting (#254). * `path_has_parent()` now recycles both the `path` and `parent` arguments (#253). * `path_ext_set()` now recycles both the `path` and `ext` arguments (#250). * Internally fs no longer depends on Rcpp # fs 1.3.2 ---------- * fs now passes along `CPPFLAGS` during compilation of libuv, fixing an issue that could prevent compilation from source on macOS Catalina. (@kevinushey, #229) * fs now compiles on alpine linux (#210) * `dir_create()` now works with absolute paths and `recurse = FALSE` (#204). * `dir_tree()` now works with paths that need tilde expansion (@dmurdoch, @jennybc, #203). * `file_info()` now returns file sizes with the proper classes ("fs_bytes" and "numeric"), rather than just "fs_bytes" (#239) * `get_dirent_type()` gains a `fail` argument (@bellma-lilly, #219) * `Is_Dir()`, `is_file()`, `is_file_empty()` and `file_info()` gain a `follow` argument, to follow links and return information about the linked file rather than the link itself (#198) * `path()` now follows "tidy" recycling rules, namely only consistent or length 1 inputs are recycled. (#238) * `path()` now errors if the path given or constructed will exceed `PATH_MAX` (#233). * `path_ext_set()` now works with multiple paths (@maurolepore, #208).
# DBI 1.1.0 ## New features - New `DBIConnector` class (#280). - Specify `immediate` argument to `dbSendQuery()`, `dbGetQuery()`, `dbSendStatement()` and `dbExecute()` (#268). - Use specification for `dbGetInfo()` (#271). - `dbUnquoteIdentifier()` now supports `Id()` objects with `catalog` members (#266, @raffscallion). It also handles unquoted identifiers of the form `table`, `schema.table` or `catalog.schema.table`, for compatibility with dbplyr. ## Documentation - New DBI intro article (#286, @cutterkom). - Add pkgdown reference index (#288). - DBI specification on https://dbi.r-dbi.org/dev/articles/spec now comes with a table of contents and code formatting. - Update examples to refer to `params` instead of `param` (#235). - Improved documentation for `sqlInterpolate()` (#100). Add usage of `SQL()` to `sqlInterpolate()` examples (#259, @renkun-ken). - Improve documentation for `Id`. ## Internal - Add tests for `dbUnquoteIdentifier()` (#279, @baileych). - `sqlInterpolate()` uses `dbQuoteLiteral()` instead of checking the type of the input. - Avoid partial argument match in `dbWriteTable()` (#246, @richfitz).
Pkgsrc changes: * Add option for doh (DNS-over-HTTPS), default enabled. Upstream changes: This release contains the DNS Flag Day 2020 changes. This sets the default EDNS buffer size to 1232, that should reduce fragmentation. https://dnsflagday.net/2020/ There is inclusive language in the configuration. There is caps-exempt, ipsecmod-allow and primary server options for auth-zones. The older terms are accepted to keep configuration working. DNS-over-HTTPS is supported in this release. The DoH is enabled when Unbound is compiled with the nghttp2 library, with configure --with-libnghttp2. Then have an interface on the https port, that can be configured with the https-port option. Also have a cert and key available with the tls-service-key and tls-service-pem options. Further settings can be configured for the http-endpoint, http-max-streams, http-query-buffer-size, http-response-buffer-size and http-nodelay options. The max streams sets the maximum concurrent streams, the buffer size options the number of bytes in buffers, and the nodelay option can turn on TCP_NODELAY for DNS-over-HTTPS service. In the statistics the memory used is reported in mem.http.query_buffer and mem.http.response_buffer. The number of queries is reported in num.query.https, they are also included in the tcp and tls counts because https uses TLS and TCP. The DLV options and code to handle DLV lookups have been removed from the code base. The DLV repository is empty nowadays, it has been decommissioned. There is a new feature where it is possible to use interface names to bind to the IP addresses on that interface. It pulls in the addresses at the start of the server, if the addresses change, use the existing freebind and other socket options to register for addresses before they appear, or the interface-automatic option that copies them from queries to answers with ancillary data. There is a new option for the edns-tag draft specification. It can be enabled if you need the tentative implementation to add those tags to outgoing messages. Features - DNS Flag Day 2020: change edns-buffer-size default to 1232. - Merge PR #255: DNS-over-HTTPS support. - Use inclusive language in configuration - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound. The DLV has been decommisioned and in unbound 1.5.4, in 2015, there was advise to stop using it. The current code base does not contain DLV code any more. The use of dlv options displays a warning. - Similar to NSD PR#113, implement that interface names can be used, eg. something like interface: eth0 is resolved at server start and uses the IP addresses for that named interface. - Merge PR #272: Add EDNS client tag functionality. - Add edns-client-tag-opcode option Bug Fixes - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf - Merge PR #269, Fix python module len() implementations, by Torbjörn Lönnemark - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on March 2020, by and0x000. - Fix doxygen comment for no ssl for tls session ticket key callback routine. - Fix mini_event.h on OpenBSD cannot find fd_set. - Improve error log message when inserting rpz RR. - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as definedness, by Felipe Gasper. - contrib/aaaa-filter-iterator.patch file renewed diff content to apply cleanly to the current coderepo for the current code version. - Fix #287: doc typo: "Additionaly". - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available, by Vít#zslav #í#ek. - Create and init edns tags data for libunbound. - Fix stats double count issue (#289). - Fix that dnstap reconnects do not spam the log with the repeated attempts. Attempts on the timer are only logged on high verbosity, if they produce a connection failure error. - Fix to apply chroot to dnstap-socket-path, if chroot is enabled. - Change configure to use EVP_sha256 instead of HMAC_Update for openssl-3.0.0. - Update documentation in python example code. - Review fix interface, doxygen and assign null in case of error free. - Merge PR #293: Add missing prototype. Also refactor to use the new shorthand function to clean up the code. - Refactor to use sock_strerr shorthand function. - Fix #296: systemd nss-lookup.target is reached before unbound can successfully answer queries. Changed contrib/unbound.service.in. - Fix num.expired statistics output. - Remove x file mode on ipset/ipset.c and h files. - Spelling fix. - Introduce test for statistics. - Fix that prefer-ip4 and prefer-ip6 can be get and set with unbound-control, with libunbound and the unbound-checkconf option output function. - Merge PR #311 by luismerino: Dynlibmod leak. - Error message is logged for dynlibmod malloc failures. - iana portlist updated. - Fix #304: dnstap logging not recovering after dnstap process restarts - Fix edns-client-tags get_option typo - Fix #305: dnstap logging significantly affects unbound performance (regression in 1.11). - Fix #305: only wake up thread when threshold reached. - Fix to ifdef fptr wlist item for dnstap. - Fix memory leak of edns tags at libunbound context delete. - Fix double loopexit for unbound-dnstap-socket after sigterm.
v0.2.3 Features -Display album name for playable objects (#268) -Added config option for bitrate (#270) -Add Vim-like search in list views (#279) -Add insert command and Ctrl-V shortcut to paste Spotify links (#277) Maintenance -Gracefully handle error when showing notification (#265) -Add feature flag for song notifications, enables users/distributions to ship without D-Bus dependency -Alias Space to whitespace key when for bindings (#266) -Fix last tab to fill entire width correctly (#271) -Tweak queue/play next handling (#278)
Net::LDAP 0.17.0 (2020-11-30) * Added private recursive_delete as alternative to DELETE_TREE #268 * Test suite updates #373 #376 #377 * Use Base64.strict_encode64 and SSHA256 #303 * Remove deprecated ConnectionRefusedError #366 * Added method to get a duplicate of the internal Hash #286 * remove a circular require #380 * fix LdapServerAsnSyntax compile #379 * Implement '==' operator for entries #381 * fix for undefined method for write exception #383
pkgsrc change: correct CATEGORIES. 1.8.14 (2021-06-09) Implemented enhancements: * (GH-225) Add support for custom insync #285 (michaeltlombardi) * Improve type validation error messages to show expected types #279 (timidri) * Support puppet device --resource ... --to_yaml invocation; drop puppet4 and jruby 1.7 testing #278 (timidri) Fixed bugs: * Git tag 1.8.13 exists, but missing on rubygems.org / in CHANGELOG.md #266 Closed issues: * CHANGELOG.md entries are missing for latest releases? #258 Merged pull requests: * Upgrade to GitHub-native Dependabot #287 (dependabot-preview[bot]) * (IAC-1455) - Removal of Inappropriate Terminology #283 (david22swan) * Update puppetlabs_spec_helper requirement from ~> 2.7 to ~> 3.0 #281 (dependabot-preview[bot]) * (maint) Update Puppet VS Code Extension ID #277 (jpogran) * (IAC-859) Add ruby 2.7 to test matrix #276 (DavidS) * (maint) Cleanup gemfile and fix codecov dependency #275 (DavidS) * Language correction #270 (epackorigan) * (maint) Update CHANGELOG #268 (DavidS) * (maint) update test matrix for current supported versions; remove older versions to cut down on resource usage #265 (DavidS) * (maint) Mock Hocon.load(...) #263 (IrimieBogdan) * Update rake requirement from ~> 10.0 to ~> 13.0 #262 (dependabot-preview[bot]) * (maint) update Gemfile to allow use of non-vulnerable rake version 12.3.3 #260 (DavidS)
Changes since v3.18: - Fixes a variable-font interpolation bug with Roman numeral eight. #382 - Fixes spacing of the latin epsilon glyph thanks to @hcsch. #377 - Adds new glyph U+25AA "blackSmallSquare" including calt mappings for case sensitivity. #373 - Removes U+20E3 "uni20E3" COMBINING ENCLOSING KEYCAP which triggers a bug in chromium, causing certain emoji to not render properly. #371 - Improvements to Roman numerals Changes since v3.17: - Adjusts vertical metrics metadata to that of v3.15 and older. This should fix any vertical alignment issues that might have occurred with v3.17. #361 - Fixes several issues with italics introduced by Glyphs 3 upgrade: - Fixes an issue with backslash in Italic masters. #362 - Fixes issues with afii10026 and uni0376 in italic masters - Fixes issue with italic q U+0071 by inlining the shape instead of using components. #360 - Fixes issue with U+035E COMBINING DOUBLE MACRON and U+20F0 COMBINING ASTERISK ABOVE in Thin Italic. #363 - Fixes positioning issue with U+0358 COMBINING DOT ABOVE RIGHT - Improvements to U+20DC COMBINING FOUR DOTS ABOVE and U+20DB COMBINING THREE DOTS ABOVE - Improvements to U+204E LOW ASTERISK - Improved positioning via mark anchors of combining glyphs U+20F0, U+035E and U+035F. #363 - Changes glyph shape of Latin upper-case iota. #359 - Improved glyph composition via ccmp for enclosed glyphs like U+0041,U+20DD. #335 Changes since v3.15: - Fixes issues with appearance in Microsoft Word. #352 (note that #156 is still unresolved although we have made some progress in v3.16 toward developing workarounds for certain printers.) - Fixes double grave interpolation issue. #317 - Fixes design issue with glyphs acutedblnosp, dblgravecmb, uni02F6 and uni02F5. #339 - Fixes missing or incorrect mark anchors in several turn* glyphs. #336 - Adds Baht currency glyph U+0E3F. #323 - Improvement to Latin iota (lower and upper case) glyphs. #340 - Improvement to some numerical fraction glyphs - Adds a dummy DSIG table to address issues with Microsoft Office 2003 and older - Improvements when using Inter with certain older Microsoft products by decomposing any nested components which some of that software has issues with - Addresses a major regression in v3.16 where several italic glyphs got messed up due to a Glyphs 3 version upgrade of the source file. This only affected users of v3.16 which was only released for about 12 hours before being replaced with this release v3.17. #360 Changes since v3.14: - Fixes an issue with the variable font, where some software would not list the various weights correctly. #308 - Fixes an issue with rendering on Windows with ClearType where some glyphs using advanced OpenType features (component transformations) would render incorrectly, with a slight vertical offset. #251 - Improvements to Elfdalian, improving the /yogonek and /eth glyphs #285 - Improvements to /eth U+00F0 glyph f7924a2#commitcomment-41610142 Changes since v3.13: - Fixes position of ring at bottom of /Aringbelow U+1E00. #266 - Fixes interpolation issues with /omegatitlocyrillic /omega and /pisymbolgreek. #272 - Fixes an issue with /dotmacroncomb.cn used by glyphs like /Adotmacron. #298 - Adds /bitcoin glyph U+20BF. #284 - Adds /insertionsymbol U+2380. #290 - Adds specialized glyphs /Aringogonek, /aringogonek, /Yogonek and /yogonek to fully support Elfdalian script. #285 - Adds U+EE01, a vertically-centered colon used by Android on the lock screen #212 - Improves kerning of /quotedblright,/quoteright and /period,/comma. #299 - Improves design of "Theta" U+03F4, U+0398 and "Fita" U+0472, U+0473. #263, #264 - Improves design of /yhook and use /ucyrillic in /Ukcyrillic /ukcyrillic. #273 - Improves design of /dzaltone and /dzcurl. #268 - Improves design of /percent, /perthousand and /pertenthousand glyphs. #237 - Improves variable-font metadata (STAT table). #265 - Improves (tunes) calt case substitutions, e.g. "x -X". #251 - Changes codepoint mapping of /q.sups from U+146B to private-area U+E163. #275 Changes since v3.12: - Improvements to Greek and Cyrillic glyphs #240 - New stylistic set ss04 which is almost identical to ss02 with the exception of no slashed zero #252 - Fixes interpolation issues with several diacritics in the light weights #257 - Removes codepoint mappings for some math-related enclosed glyphs that would be too large when using the circle-enclosed glyphs #250 - Various improvements and adjustments to glyph shapes, spacing and kerning - Improves OpenType feature name metadata Changes since v3.11: - This release includes major improvements Thin, Light and ExtraLight styles (including italic counterparts) incorporating months of work by @KatjaSchimmel
# rio 0.5.27 * Documentation fixes for CRAN. # rio 0.5.26 * Added support for "zsav" format. (#273) # rio 0.5.25 * Modified tests per email request from CRAN. * Added `coerce_character` argument (default FALSE) to `factorize()` to enable coercing character columns to factor. (#278) # rio 0.5.24 * Fix handling of "label" and "labels" attributes when exporting using haven methods (SPSS, Stata, SAS). (#268, h/t Ruben Arslan) * Fix (a different bug?) handling factors by haven::labelled() (#271, Alex Bokov) * HTML import can now handle multiple tbody elements within a single table, a th element in a non-header row, and empty elements in either the header or data. (#260, #263, #264 Bill Denney) # rio 0.5.23 * CSVY support is now provided by `data.table::fread()` and `data.table::fwrite()`, providing significant performance gains. * Added an internal `arg_reconcile()` function to streamline the task of removing/renaming arguments for compatibility with various functions (#245, Alex Bokov) # rio 0.5.22 * Added an `export_list()` function to write a list of data frames to multiple files using a vector of file names or a file pattern. (#207, h/t Bill Denney) * Added an `is_file_text()` function to determine whether a file is in a plain-text format. Optionally narrower subsets of characters can be specified, e.g. ASCII. (#236 Alex Bokov) # rio 0.5.21 * Added support for Apache Arrow (Parquet) files. (#214) * Fix dropping of variable label in `characterize()` and `factorize()`. (#204, h/t David Armstrong) * `import_list()` now returns a `filename` attribute for each data frame in the list (when importing from multiple files), in order to distinguish files with the same base name but different extensions (e.g., `import_list(c("foo.csv", "foo.tsv"))`). (#208, h/t Vimal Rawat) * Import of DBF files now does not convert strings to factors. (#202, h/t @jllipatz) * Implemented `import()` method for .dump R files. (#240) # rio 0.5.20 * Additional pointers were added to indicate how to load .doc, .docx, and .pdf files (#210, h/t Bill Denney) * Ensure that tests only run if the corresponding package is installed. (h/t Bill Denney) * Escape ampersands for html and xml export (#234 Alex Bokov) # rio 0.5.19 * Fix behavior of `export()` to plain text files when `append = TRUE` (#201, h/t Juli�$BC!�(Bn Urbano) * `import_list()` now preserve names of Excel sheets, etc. when the 'which' argument is specified. (#162, h/t Danny Parsons) * Modify message and errors when working with unrecognized file formats. (#195, h/t Trevor Davis) * Add support for GraphPad Prism .pzfx files (#205, h/t Bill Denney) # rio 0.5.18 * Adjust `import()`/`export()` for JSON file formats to allow non-data frame objects. Behavior modeled after RDS format. (#199 h/t Nathan Day) # rio 0.5.17 * Fix `the condition has length > 1 and only the first element will be used` warning in `gather_attributes()`. (#196, h/t Ruben Arslan)
Changelog: 0.2.4 * Added is_direct flag when creating DMs (thanks to @gsauthof in #261). * Added newline toggle for swapping enter and alt-enter behavior (thanks to @octeep in #270). * Added timestamps toggle for disabling timestamps in the UI (thanks to @lxea in #304). * Added support for getting custom download directory with xdg-user-dir. * Added support for updating homeserver URL based on well-known data in / login response. * Updated some places to use default color instead of white to better work on light themed terminals (thanks to @zavok in #280). * Updated notification library to work on all unix-like systems with notify-send. + Notification sounds will now work if either paplay or ogg123 is available. + Based on work by @negatethis (in #298) and @begss (in #312). * Disabled logging request content for sensitive requests like /login and cross-signing key uploads. * Fixed caching state of rooms where the room ID contains slashes. * Fixed index error in fuzzy search (thanks to @Evidlo in #268).
2.0.2 (2022-06-28) Bug fixes: * Fix additional incompatible character encodings error when building uploaded bodies (Jeremy Evans #311) 2.0.1 (2022-06-27) Bug fixes: * Fix incompatible character encodings error when building uploaded file bodies (Jeremy Evans #308 #309) 2.0.0 (2022-06-24) Breaking changes: * Digest authentication support is now deprecated, as it relies on digest authentication support in rack, which has been deprecated (Jeremy Evans #294) * Rack::Test::Utils.build_primitive_part no longer handles array values (Jeremy Evans #292) * Rack::Test::Utils module methods other than build_nested_query and build_multipart are now private methods (Jeremy Evans #297) * Rack::MockSession has been combined into Rack::Test::Session, and remains as an alias to Rack::Test::Session, but to keep some backwards compatibility, Rack::Test::Session.new will accept a Rack::Test::Session instance and return it (Jeremy Evans #297) * Previously protected methods in Rack::Test::Cookie{,Jar} are now private methods (Jeremy Evans #297) * Rack::Test::Methods no longer defines build_rack_mock_session, but for backwards compatibility, build_rack_test_session will call build_rack_mock_session if it is defined (Jeremy Evans #297) * Rack::Test::Methods::METHODS is no longer defined (Jeremy Evans #297) * Rack::Test::Methods#_current_session_names has been removed (Jeremy Evans #297) * Headers used/accessed by rack-test are now lower case, for rack 3 compliance (Jeremy Evans #295) * Frozen literal strings are now used internally, which may break code that mutates static strings returned by rack-test, if any (Jeremy Evans #304) Minor enhancements: * rack-test now works with the rack main branch (what will be rack 3) (Jeremy Evans #280 #292) * rack-test only loads the parts of rack it uses when running on the rack main branch (what will be rack 3) (Jeremy Evans #292) * Development dependencies have been significantly reduced, and are now a subset of the development dependencies of rack itself (Jeremy Evans #292) * Avoid creating multiple large copies of uploaded file data in memory (Jeremy Evans #286) * Specify HTTP/1.0 when submitting requests, to avoid responses with Transfer-Encoding: chunked (Jeremy Evans #288) * Support :query_params in rack environment for parameters that are appended to the query string instead of used in the request body (Jeremy Evans #150 #287) * Reduce required ruby version to 2.0, since tests run fine on Ruby 2.0 (Jeremy Evans #292) * Support :multipart env key for request methods to force multipart input (Jeremy Evans #303) * Force multipart input for request methods if content type starts with multipart (Jeremy Evans #303) * Improve performance of Utils.build_multipart by using an append-only design (Jeremy Evans #304) * Improve performance of Utils.build_nested_query for array values (Jeremy Evans #304) Bug fixes: * The CONTENT_TYPE of multipart requests is now respected, if it starts with multipart/ (Tom Knig #238) * Work correctly with responses that respond to to_a but not to_ary (Sergio Faria #276) * Raise an ArgumentError instead of a TypeError when providing a StringIO without an original filename when creating an UploadedFile (Nuno Correia #279) * Allow combining both an UploadedFile and a plain string when building a multipart upload (Mitsuhiro Shibuya #278) * Fix the generation of filenames with spaces to use path escaping instead of regular escaping, since path unescaping is used to decode it (Muir Manders, Jeremy Evans #275 #284) * Rewind tempfile used for multipart uploads before it is submitted to the application (Jeremy Evans, Alexander Dervish #261 #268 #286) * Fix Rack::Test.encoding_aware_strings to be true only on rack 1.6+ (Jeremy Evans #292) * Make Rack::Test::CookieJar#valid? return true/false (Jeremy Evans #292) * Cookies without a domain attribute no longer are submitted to requests for subdomains of that domain, for RFC 6265 compliance (Jeremy Evans #292) * Increase required rack version to 1.3, since tests fail on rack 1.2 and below (Jeremy Evans #293)
5.0.5 (2023-04-13) ------------------ Minor changes: - Added support for BYWEEKDAY in vRecur ref: #268 Bug fixes: - Fix problem with ORGANIZER in FREE/BUSY #348 5.0.4 (2022-12-29) ------------------ Minor changes: - Improved documentation Ref: #503, #504 Bug fixes: - vBoolean can now be used as an parameter Ref: #501 Fixes: #500 [jacadzaca] 5.0.3 (2022-11-23) ------------------ New features: - vDDDTypes is hashable #487 #492 [niccokunzmann] Bug fixes: - vDDDTypes' equality also checks the dt attribute #497 #492 [niccokunzmann] 5.0.2 (2022-11-03) ------------------ Minor changes: - Refactored cal.py, tools.py and completed remaining minimal refactoring in parser.py. Ref: #481 [pronoym99] - Calendar.from_ical no longer throws long errors Ref: #473 Fixes: #472 [jacadzaca] - Make datetime value shorter by removing the value parameter where possible. Fixes: #318 [jacadzaca], [niccokunzmann] New features: - source code in documentation is tested using doctest #445 [niccokunzmann] Bug fixes: - broken properties are not added to the parent component Ref: #471 Fixes: #464 [jacadzaca] 5.0.1 (2022-10-22) ------------------ Minor changes: - fixed setuptools deprecation warnings [mgorny] Bug fixes: - a well-known timezone timezone prefixed with a `/` is treated as if the slash wasn't present Ref: #467 Fixes: #466 [jacadzaca] 5.0.0 (2022-10-17) ------------------ Minor changes: - removed deprecated test checks [tuergeist] - Fix: cli does not support DURATION #354 [mamico] - Add changelog and contributing to readthedocs documentation #428 [peleccom] - fixed small typos #323 [rohnsha0] - unittest to parametrized pytest refactoring [jacadzaca] Breaking changes: - Require Python 3.7 as minimum Python version. [maurits] [niccokunzmann] - icalendar now takes a ics file directly as an input - icalendar's CLI utility program's output is different - Drop Support for Python 3.6. Versions 3.7 - 3.11 are supported and tested. New features: - icalendar utility outputs a 'Duration' row - icalendar can take multiple ics files as an input Bug fixes: - Changed tools.UIDGenerator instance methods to static methods Ref: #345 [spralja] - proper handling of datetime objects with `tzinfo` generated through zoneinfo.ZoneInfo. Ref: #334 Fixes: #333 [tobixen] - Timestamps in UTC does not need tzid Ref: #338 Fixes: #335 [tobixen] - add ``__eq__`` to ``icalendar.prop.vDDDTypes`` #391 [jacadzaca] - Refactor deprecated unittest aliases for Python 3.11 compatibility #330 [tirkarthi] 5.0.0a1 (2022-07-11) -------------------- Breaking changes: - Drop support for Python 3.4, 3.5 and PyPy2. [maurits] New features: - Document development setup Ref: #358 [niccokunzmann] Bug fixes: - Test with GitHub Actions. [maurits]
2.21.3 / 2023-05-15 * Quash "instance variable not initialized" warning in Ruby < 3.0. [#268] (Thanks, @dharamgollapudi!)
## 3.0.0 - 2023-06-03⚠️ This release contains some minor breaking changes in the internal API and improvements to the parsing strictness. **Full Changelog**: <executablebooks/markdown-it-py@v2.2.0...v3.0.0> ### ⬆️ UPGRADE: Drop support for Python 3.7 Also add testing for Python 3.11 ### ⬆️ UPGRADE: Update from upstream markdown-it `12.2.0` to `13.0.0` A key change is the addition of a new `Token` type, `text_special`, which is used to represent HTML entities and backslash escaped characters. This ensures that (core) typographic transformation rules are not incorrectly applied to these texts. The final core rule is now the new `text_join` rule, which joins adjacent `text`/`text_special` tokens, and so no `text_special` tokens should be present in the final token stream. Any custom typographic rules should be inserted before `text_join`. A new `linkify` rule has also been added to the inline chain, which will linkify full URLs (e.g. `https://example.com`), and fixes collision of emphasis and linkifier (so `http://example.org/foo._bar_-_baz` is now a single link, not emphasized). Emails and fuzzy links are not affected by this. * ♻️ Refactor backslash escape logic, add `text_special` [#276](executablebooks/markdown-it-py#276) * ♻️ Parse entities to `text_special` token [#280](executablebooks/markdown-it-py#280) * ♻️ Refactor: Add linkifier rule to inline chain for full links [#279](executablebooks/markdown-it-py#279) *‼️ Remove `(p)` => `§` replacement in typographer [#281](executablebooks/markdown-it-py#281) *‼️ Remove unused `silent` arg in `ParserBlock.tokenize` [#284](executablebooks/markdown-it-py#284) * 🐛 FIX: numeric character reference passing [#272](executablebooks/markdown-it-py#272) * 🐛 Fix: tab preventing paragraph continuation in lists [#274](executablebooks/markdown-it-py#274) * 👌 Improve nested emphasis parsing [#273](executablebooks/markdown-it-py#273) * 👌 fix possible ReDOS in newline rule [#275](executablebooks/markdown-it-py#275) * 👌 Improve performance of `skipSpaces`/`skipChars` [#271](executablebooks/markdown-it-py#271) * 👌 Show text of `text_special` in `tree.pretty` [#282](executablebooks/markdown-it-py#282) ### ♻️ REFACTOR: Replace most character code use with strings The use of `StateBase.srcCharCode` is deprecated (with backward-compatibility), and all core uses are replaced by `StateBase.src`. Conversion of source string characters to an integer representing the Unicode character is prevalent in the upstream JavaScript implementation, to improve performance. However, it is unnecessary in Python and leads to harder to read code and performance deprecations (during the conversion in the `StateBase` initialisation). See [#270](executablebooks/markdown-it-py#270), thanks to [@hukkinj1](https://github.com/hukkinj1). ### ♻️ Centralise indented code block tests For CommonMark, the presence of indented code blocks prevent any other block element from having an indent of greater than 4 spaces. Certain Markdown flavors and derivatives, such as mdx and djot, disable these code blocks though, since it is more common to use code fences and/or arbitrary indenting is desirable. Previously, disabling code blocks did not remove the indent limitation, since most block elements had the 3 space limitation hard-coded. This change centralised the logic of applying this limitation (in `StateBlock.is_code_block`), and only applies it when indented code blocks are enabled. This allows for e.g. ```md <div> <div> I can indent as much as I want here. <div> <div> ``` See [#260](executablebooks/markdown-it-py#260) ### 🔧 Maintenance changes Strict type annotation checking has been applied to the whole code base, [ruff](https://github.com/charliermarsh/ruff) is now used for linting, and fuzzing tests have been added to the CI, to integrate with Google [OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/markdown-it-py) testing, thanks to [@DavidKorczynski](https://github.com/DavidKorczynski). * 🔧 MAINTAIN: Make type checking strict [#](executablebooks/markdown-it-py#267) * 🔧 Add typing of rule functions [#283](executablebooks/markdown-it-py#283) * 🔧 Move linting from flake8 to ruff [#268](executablebooks/markdown-it-py#268) * 🧪 CI: Add fuzzing workflow for PRs [#262](executablebooks/markdown-it-py#262) * 🔧 Add tox env for fuzz testcase run [#263](executablebooks/markdown-it-py#263) * 🧪 Add OSS-Fuzz set up by @DavidKorczynski in [#255](executablebooks/markdown-it-py#255) * 🧪 Fix fuzzing test failures [#254](executablebooks/markdown-it-py#254)
Changes since 0.11.1: eza v0.12.0 (final rust v1.65 release) Changelog Bug Fixes * Expand --all help * RUSTSEC-2020-0071 * Generalize gitignore to ignore all eza deb packages * Canonicalize errors when the destination of a symbolic link is bad * Handle other canonicalize errors in hyperlinks and git * Fix windows build when canonicalize returns an error * Change trycmd config to use test/itest folder for testing * Revert to old apt install command suggestion and add hint * Remove stray backslashes * Is_some_and is an unstable Rust feature until 1.70 * Revert "Support for Windows Hidden Files" * Shellcheck warnings * Revert "Support for Windows Hidden Files" * Shellcheck warnings * Exit 13 on os error 13 * Rewrite comment * Improve trace strings * Tracing typo Documentation * Expand --all documentation * Add pthorpe92 gist * Remove xtests section from readme * Add deprecation warning to xtests/readme * Add deprecation warning to just xtest commands * Add deprecation warning to vagrantfile * Add MacPorts install info * Add gentoo * Fix gentoo install * Add docs for --git-repos & --git-repos-no-status * Fix gpg armor flag for deb release in readme * Add better explanation of git repos + no status * Add scoop install info * Remove color specifications. change unknown git repo status to ~ * Fix missing color specification from man page Features * Add audit workflow * Add trycmd as dev-dependency * Add minimal trycmd binary * Add a few trycmd tests as example * Document and change output for --git-repos * Add apt installation workflow * Adds filtering on Windows hidden files * Adds filtering on Windows hidden files * Adds filtering on Windows hidden files * Added shellcheck to treefmt * Adds filtering on Windows hidden files * Add PERMISSION_DENIED exit code Miscellaneous Tasks * Bump chrono from 0.4.27 to 0.4.30 * Removal of xtests * Removal of vagrant * Remove deprecated devtools * Run spellcheck Refactor * Over-engineer deb-package.sh * Hide xtests folder * Split trycmd into tests for all, unix and windows * Limit unit-tests run on workflow change to unit-tests itself * Moved generateTest.sh to devtools/ * Renamed the file * Add tracing to various code parts * Make std::process::exit global Revert * "Support for Windows Hidden Files" Styling * Remove TODO message on the absolute_path property * Fix shellcheck issues in deb-package.sh * Fix shellcheck issues in deb-package.sh * Fix shellcheck issues in deb-package.sh Testing * Remove vhs from flake * Remove vhs-runner files * Dump trycmd from nix sandbox * Fix name of trydump * Add trycmd * Add nix feature * Add example long tests for sandbox * Set itests files to unix epoch * Set itest files to unix epoch * Refactor setting unix epoch * Auto discard old definitions * Fix test reference * Add long_all_nix.toml * Add long_blocksize_nix.toml * Add long_extended_nix.toml * Add long_git_nix.toml * Add long_git_repos_nix.toml * Add long_git_repos_no_status_nix.toml * Add long_grid_nix.toml * Add long_header_nix.toml * Add long_icons_nix.toml * Add long_octal_nix.toml * Add long_time_style_relative_nix.toml * Freeze nix tests * Fix trydump when no files to delete * Adding more content to test * Modified unix and all tests * Regenerate nix tests * Convert windows tests with new itest dir * Fixed windows tests being wrong * Added a test generator * Add more unix_tests * Fixed unix tests to remove any distro specific * Removed git test breaking on nix Build * Add compression, checksum gen for bin * Update flake.lock, cargo.lock * Add deny.toml * Remove org warnings * Remove itest * Update flake.lock * Add itest, idump * Make trycmd part of checks Ci * Don't use nix feature on ci * Enforce conventional commits * Enforce conventional commits New Contributors * @NekoiNemo made their first contribution in #253 * @sevz17 made their first contribution in #268 * @herbygillot made their first contribution in #266 * @m-czernek made their first contribution in #287 * @sitiom made their first contribution in #302 * @MartinFillon made their first contribution in #288 * @aidandenlinger made their first contribution in #303 * @alamb3142 made their first contribution in #225 * @9glenda made their first contribution in #293 Full Changelog: eza-community/eza@v0.11.1...v0.12.0
Update Unicode version 15.1.0 NEW API: ONIG_OPTION_MATCH_WHOLE_STRING Fixed: (?I) option was not enabled for character classes (Issue #264). Changed specification to check for incorrect POSIX bracket (Issue #253). Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268) Fixed: ONIG_OPTION_FIND_LONGEST behavior
11.0.0 - 2022-05-18 Changed * Updated cucumber-gherkin and cucumber-messages 11.1.0 (2022-12-22) Changed * Update gherkin and messages dependencies Fixed * Restore support for matching a scenario by tag and step line numbers. (#237, #238, #239) 12.0.0 (2023-09-06) Changed * Update gherkin and messages minimum dependencies * Added in new rubocop sub-gems for testing, pinning versions where appropriate * Removed all redundant / incorrect rubocop config overrides (Placed in TODO file) * Began to refactor the repo by initially fixing up a bunch of rubocop auto-fix offenses (See PRs for details) (#257 #258) Removed * Remove support for ruby 2.4 and below. 2.5 or higher is required now 13.0.0 (2023-12-05) Changed * Now using a 2-tiered changelog to avoid any bugs when using polyglot-release * More refactoring of the repo by fixing up a bunch of manual rubocop offenses (See PR's for details) (#259 #262 #268 #274) * In all Summary and Result classes, changed the strict argument into a keyword argument See upgrading notes for 13.0.0.md (#261) * Permit usage of gherkin v27 Fixed * Restore support for matching a scenario by its Feature, Background, and Rule line numbers (#247) Removed * Remove legacy unindent gem (Now no longer required since Ruby 2.3 and Squiggly heredocs) (#278)
3.0.0 / 2024-01-05 * PR #265 - Change Readline for Reline for Ruby 3.3 compat (@abinoam) * PR #264 - Add abbrev gem as dependency (@mathieujobin) * PR #263 - Release 3.0.0.pre.1 * Raise minimum Ruby version requirement to 3.0 * PR #262 - Do not call stty on non-tty (@kbrock) * PR #260 / I #43 - Ctrl-U (erase line) handling (@abinoam, issue by @gutenye) * PR #259 / I #236 - Handle Ctrl-C when Question#echo = false (@abinoam, @Fahhetah, issue by @aspyct) * PR #258 / I #246 - Add validation class support (@abinoam, issue by @Joshfindit) - Make it dry-types compatible through the use of #valid? - Solve the multiple answers in one line problem with a combination of custom coercion (parser) and custom validation * PR #257 / I #233 - Show Question#default hint for non String values (@abinoam, issue by @branch14) - Add Question#default_hint_show to allow disabling it. * PR #256 / I #249 - Fix Array validation in Question#in (@abinoam, issue by @esotericpig) 3.0.1 (2024-01-20) * PR #268 - Remove unused abbrev dependency (@zvkemp)
0.9 Improved blocks rendering by @tordex in #268 Refactor render_item based classes by @tordex in #269 Discard invalid color declarations by @stasoid in #274 Add litehtml-specific testing option in cmake by @charliewolf in #282 Basic implementation for css counters by @MicCalo in #281 Media_query: Treat unknown media type as none by @imzyxwvu in #283 Flex layout by @tordex in #285 0.8 fix: render_test._/"acid1.htm" test fails on x86 architecture 0.7 Many changes to improve rendering of inline and block elements. Improved rendering performance litehtml now passes Acid1 test Removed some legacy code Refactoring to make code more clean Added additional rendering tests
# version 1.0-19 * fix type checks in C++ GDAL area and length computation functions, anticipating GDAL 3.10.0; #2466, #2468, #2469 by @rsbivand and @rouault * improve test on empty geometries, which changed in 1.0-18; #2463 * `gdal_utils()` `ogrinfo` has an argument `read_only` which, when `TRUE` (or `options` includes `"-ro"`), opens a datasource in read-only mode (#2460; `sf` did this before 1.0-17); by default a datasource is opened in update (read-write) mode (since sf 1.0-17; #2420) * the `sf` -> `ppp` conversion `as.ppp.sf()` accepts a data.frame of marks instead of just 1 column #2450, by @agila5 * add flag for preservation of point order in `st_voronoi` #1371 for GEOS >= 3.12 # version 1.0-18 * support `POLYGON FULL` simple feature geometry, representing the entire Earth surface, as used by `s2geometry`; see also https://r-spatial.org/r/2024/10/11/polygonfull.html for a longer introduction; #2441 * `st_sfc()` has an argument `oriented` which, when set to `TRUE`, adds an attribute `oriented=TRUE` to an `sfc` object, indicating that this object should not be reoriented in conversion to `s2_geography` (avoiding using the global option `s2_oriented`); `st_as_sfc.bbox()` sets this to `TRUE`; #2441 * fix build failure with GDAL < 3.4.0 #2436 * `st_simplify()` now accepts feature-wise tolerance values when `s2` is switched on #2442 # version 1.0-17 * add `st_transform()` method for `bbox` objects; this uses OGRCoordinateTransformation::TransformBounds(), densifying first and antemeridian proof; #2415 * `st_filter.sf()` correctly scopes `x` and `y` arguments using !! operator; #2416 * `[.sfc` and `[<-.sfc` use matrix/array type subsetting for `sfc` objects that have a `dim` attribute * add `st_exterior_ring()` to extract exterior rings (remove holes); #2406 * add `text.sf()`, `text.sfc()`, `points.sf()`, `points.sfc()` to annotate base plots at geometry centroids; #2399 * `st_sf()` no longer strips `tbl` or `tbl_df` class labels; #2378 * `st_layers()` returns an object of class `c("sf_layers", "data.frame")`, with a dedicated `print` method. * when `dim` is not `XYZM`, `sf_as_sf.data.frame()` interprets a length 4 `coords` argument to specify the corners of a rectangular polygon; #2357 * `st_interpolate_aw()` gains an `na.rm` argument, for removing features with `NA` attributes before interpolating; #830 * `merge.sf()` no longer renames geometry column; #2334 # version 1.0-16 * `st_join()` no longer renames the geometry column; #2327 * `st_sample()` works when unprojected polygon geometry crosses the antemeridian; #2331 * clean up and modernization of S3 registration of methods and tests; #2285, #2288, #2316, #2341, #2342, by @olivroy * `[.sfc` works when setting argument `op`; #2320 * `st_sample()` for polygons is sensitive to setting `oriented = TRUE` to prevent wrongly correcting ring directions; #2308 * add support for the GDAL `footprint` utility (requiring GDAL >= 3.8.0) to `gdal_utils`; #2305, by @goergen95 * existing environment variables `PROJ_LIB` and `PROJ_DATA` are (again) ignored on `sf` binary CRAN installations (win + macos), effectively by overwriting them during the R session and restoring them on exit; this does not happen if environment variable `R_SF_USE_PROJ_DATA` is set to `true`. #2298 * add `st_line_project()` to find how far a point is when projected on a line; #2291 * add `st_line_interpolate()` to obtain a point at a certain distance along a line; #2291 # version 1.0-15 * add `st_perimeter()` generic to cover both geographic and projected coordinates; #268, #2279, by @JosiahParry * add `st_sample()` method for `bbox`, with special provisions for ellipsoidal coordinates; #2283 * documentation clean-up by @olivroy; #2266, #2285 * `st_convex_hull()` uses `s2::s2_convex_hull()` for geodetic coordinates; #2250 * add `directed` argument to `st_line_merge()`; #2264 * `st_union.sfc()` given `x` and `y` works consistently across geodetic and projected objects; #2262 * `st_union.sf()` given `x` and `y` unions pairwise if `by_feature = TRUE`; #2259 * `st_read()` work around issue with GPKG driver if `wkt_filter` is set; #2248 * `st_read()` uses GDAL's stream reading when `use_stream = TRUE`; #2238 by @paleolimbot * `st_transform()` responds to in-session changes to `sf_proj_network()`; #2166 * `plot.sf()`: `key.width` is sensitive to pointsize graphics parameter `par("ps")`; keys with factor levels suggest a proper size if they won't fit. * `plot.sf()`: `key.pos` can hold a second value in [0, 1] determining the relative position of the key in the available space * `[<-.sf` fixes the `agr` attribute when it is broken; #2211 * if the env. variable `ADD_SF_NAMESPACE` is set to `true`, `sf` objects get a new attribute, `.sf_namespace`, which forces loading the `sf` namespace when it has not been loaded so far, e.g. for proper printing or plotting of an `sf` object; #2212 by Mike Mahoney * `distinct.sf()` is type-safe for `sf` objects with zero rows; #2204 * `summarise.sf()` raises an error if `.by` is given but no `across()` on the geometry; #2207 * `st_write()` matches fields on name first, than on position; this matters for formats that have pre-defined names, such as GPX; #2202 # version 1.0-14 * fix `plot.sf()` when using a key for multiple factor variables; #2196, #2195 * fix use of `as.numeric_version` in a test, for upcoming change in r-devel * code tidy-ing: fix many lintr suggestions, thanks to Michael Chirico (#2181 - #2191)
0.2.5 =================== ## Major changes - v0.2.4 was removed without notice from CRAN because of #329; this is a rapid re-submission 0.2.4 =================== ## Minor changes - Bug fix to stop getbb call to Nominatim returning 405 error (#328) 0.2.3 =================== ## Minor changes - Fix failing test due to changes to 'sp' moving towards deprecation. 0.2.2 =================== ## Major changes: - `osmdata_data_frame` adds columns `osm_center_lat` and `osm_center_lon` for `out * center;` queries (#316, #319). - Add parameters from `opq` to `opq_osm_id`: out, datetime, datetime2, adiff, timeout and memsize (#320) - Fix `available_tags()` function which no longer worked (#322 thanks to @boiled-data) - Implement `out:csv` queries (#321). ## Minor changes - Fix queries with `!match_case` and only one value (#317). - Fix queries with multiple features & multiple osm_types (#318). 0.2.1 =================== ## Major changes: - Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312). ## Minor changes - Couple of minor memory leak bug fixes in `osmdata_data_frame` C++ code. 0.2.0 =================== This release welcomes a new package author @jmaspons. The lists of changes here gives an overview of the amazing work he has contributed to this new major version. ## Major changes: - New `osmdata_data_frame()` function to return non-spatial `data.frame` structures directly from overpass; thanks to @jmaspons (#285). - Improved `add_osm_features` so that key-values pairs can be submitted as a list, rather than escape-delimited character strings; thanks to @elipousson (#277, #278). - `opq()` can now utilise overpass ability to filter results by area; thanks to @jmaspons (#286). - `opq()` now has additional "out" parameter to control the kinds of data returned by overpass; thanks to @jmaspons (#288). - `opq()` now has additional "osm_types" parameter to provide finer control of which kinds of data are returned by overpass; thanks to @jmaspons (#295). - Fix key modifications for non-valid column names and handle duplicated column names in `osmdata_*` functions; by @jmaspons (#303) - @elipousson is new package contributor, thanks to the above work. - @jmaspons is new package author, thanks to #285 (plus most of the above, and a whole lot more!) ## Minor changes: - Downgraded `sp` from "Imports" to "Suggests"; thanks to @jmaspons (#302) - Improved `osm_osm_id()` to accept vectors of ids and types; thanks to @jmaspons (#268, #282, #283) - "get-osmdata.R" file now split into several smaller and more manageable files (#306, thanks to @jmaspons) 0.1.10 =================== ## Major changes: - Changed httr dependency for httr2 (#272) - Removed two authors of code formerly including for stubbing results; which is now done via `httptest2` package. ## Minor changes: - Moved jsonlite from Imports to Suggests (now only used in tests). 0.1.9 =================== ## Major changes: - New function `opq_around` to query features within a specified radius *around* a defined location; thanks to @barryrowlingson via #199 and @maellecoursonnais via #238 - New vignette on splitting large queries thanks to @Machin6 (via #262) ## Minor changes: - New dependency on `reproj` package, so that `trim_osmdata()` can be applied to re-projected coordinates. 0.1.8 =================== ## Minor changes: - Fix some failing CRAN checks (no change to functionality) 0.1.7 =================== ## Minor changes: - `add_osm_feature` bug fix to revert AND behaviour (#240 thanks to @anthonynorth)
Fixes Fixed show/hide for "Added" column not being properly saved (#219, #267). Fixed some crashes related to starting Spotify client (#251, #252). Fixed search not loading results properly (#268). Fixed showing "0 tracks" in album context menu for non-cached albums until loaded. Fixed showing empty invalid playlists in the list of playlists. Fixed layout breaking on long status messages. Fixed sometimes showing a failed status for successful actions. Changes Track and artist can now be clicked in now playing preview (#253). Added option to like albums from context menu (#255). Improved performance when loading artist albums. Added support for setting custom window and tray icon titles. Reworked "New Releases" to fetch everything as albums. Improved performance when loading album tracks. Removed support for saving passwords, as it's no longer supported. Removed optional libsecrets dependency. Added support for new OAuth authentication. Now requires librespot v0.5.0 or newer. Removed deprecated "Audio features". Improved performance when loading playlists. Now shows "Open/Close" in tray icon when "Close to tray" is enabled. Improved error messages from Spotify client. No longer shows "Related" artists when not available.
How to install PHP last version with params?
Example:
sudo pkgin install php-7.4.6 --enable-maintainer-zts --with-tsrm-pthreads
I need ZTS in PHP. Is there any other way?
The text was updated successfully, but these errors were encountered: