From f623099a8f389ea5918ffc809bb1518f7fafbd74 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:14:14 +0000 Subject: [PATCH] Refresh NEWS files --- news-files-annotated/xml2.md | 92 +++++++++++++++++++---------------- news-files/hashes.rds | Bin 7221 -> 7221 bytes news-files/xml2.md | 2 + previous_updates.csv | 1 + refresh-token.rds | Bin 164 -> 162 bytes 5 files changed, 53 insertions(+), 42 deletions(-) diff --git a/news-files-annotated/xml2.md b/news-files-annotated/xml2.md index 65eb0517..2cf65d6f 100644 --- a/news-files-annotated/xml2.md +++ b/news-files-annotated/xml2.md @@ -1,8 +1,16 @@ # xml2 (development version) +!begin-bullets-1! + +- !begin-bullet! + Windows: use libxml2 from Rtools if found + !end-bullet! + +!end-bullets-1! + # xml2 1.3.6 -!begin-bullets-1! +!begin-bullets-2! - !begin-bullet! Now compatible with libxml2 2.12.0 and later (@KNnut). @@ -41,11 +49,11 @@ !end-bullet! -!end-bullets-1! +!end-bullets-2! # xml2 1.3.5 -!begin-bullets-2! +!begin-bullets-3! - !begin-bullet! Small speedup for `xml_find_all()` (@mgirlich, #393). @@ -56,11 +64,11 @@ !end-bullet! -!end-bullets-2! +!end-bullets-3! # xml2 1.3.4 -!begin-bullets-3! +!begin-bullets-4! - !begin-bullet! Fixes for R CMD check problems. @@ -71,11 +79,11 @@ !end-bullet! -!end-bullets-3! +!end-bullets-4! # xml2 1.3.3 -!begin-bullets-4! +!begin-bullets-5! - !begin-bullet! Hadley Wickham is now (again) the maintainer. @@ -113,11 +121,11 @@ !end-bullet! -!end-bullets-4! +!end-bullets-5! # xml2 1.3.2 -!begin-bullets-5! +!begin-bullets-6! - !begin-bullet! `read_html()` and `read_xml()` now error if passed strings of length @@ -134,43 +142,43 @@ !end-bullet! -!end-bullets-5! +!end-bullets-6! # xml2 1.3.1 -!begin-bullets-6! +!begin-bullets-7! - !begin-bullet! `read_html()` now again works with HTML files with non-ASCII encodings (#293). !end-bullet! -!end-bullets-6! +!end-bullets-7! # xml2 1.3.0 -!begin-bullets-7! +!begin-bullets-8! - !begin-bullet! Removes the Rcpp dependency !end-bullet! -!end-bullets-7! +!end-bullets-8! # xml2 1.2.5 -!begin-bullets-8! +!begin-bullets-9! - !begin-bullet! Fix compilation issue on macOS versions after High Sierra when not using homebrew supplied libxml2 !end-bullet! -!end-bullets-8! +!end-bullets-9! # xml2 1.2.4 -!begin-bullets-9! +!begin-bullets-10! - !begin-bullet! Fix potential dangling pointer with internal `asXmlChar()` function @@ -194,24 +202,24 @@ !end-bullet! -!end-bullets-9! +!end-bullets-10! # xml2 1.2.2 -!begin-bullets-10! +!begin-bullets-11! - !begin-bullet! Export S4 classes with documentation, so they can be used in other packages without Warnings (@nuest, #267) !end-bullet! -!end-bullets-10! +!end-bullets-11! # xml2 1.2.1 ## New Features -!begin-bullets-11! +!begin-bullets-12! - !begin-bullet! xml2 now has a pkgdown site! https://xml2.r-lib.org @@ -228,11 +236,11 @@ !end-bullet! -!end-bullets-11! +!end-bullets-12! ## Bugfixes and Miscellaneous features -!begin-bullets-12! +!begin-bullets-13! - !begin-bullet! Generic xml2 error are now forwarded as R errors. Previously these @@ -298,13 +306,13 @@ !end-bullet! -!end-bullets-12! +!end-bullets-13! # xml2 1.2.0 ## Breaking changes -!begin-bullets-13! +!begin-bullets-14! - !begin-bullet! `as_list()` on `xml_document` objects did not properly include the @@ -312,11 +320,11 @@ using `as_list()[[1L]]` in place of `as_list()`. !end-bullet! -!end-bullets-13! +!end-bullets-14! ## New Features -!begin-bullets-14! +!begin-bullets-15! - !begin-bullet! `download_xml()` and `download_html()` helper functions to make it @@ -333,11 +341,11 @@ !end-bullet! -!end-bullets-14! +!end-bullets-15! ## Bugfixes -!begin-bullets-15! +!begin-bullets-16! - !begin-bullet! `xml_find_first()` no longer de-duplicates results, so the results @@ -363,11 +371,11 @@ !end-bullet! -!end-bullets-15! +!end-bullets-16! # xml2 1.1.1 -!begin-bullets-16! +!begin-bullets-17! - !begin-bullet! This is a small point release addressing installation issues found @@ -375,13 +383,13 @@ (#163, #164). !end-bullet! -!end-bullets-16! +!end-bullets-17! # xml2 1.1.0 ## New Features -!begin-bullets-17! +!begin-bullets-18! - !begin-bullet! `write_xml()` and `write_html()` now accept connections as well as @@ -443,11 +451,11 @@ !end-bullet! -!end-bullets-17! +!end-bullets-18! ## Bugfixes -!begin-bullets-18! +!begin-bullets-19! - !begin-bullet! `xml_new_document()` now explicitly sets the encoding (default @@ -501,11 +509,11 @@ !end-bullet! -!end-bullets-18! +!end-bullets-19! # xml2 1.0.0 -!begin-bullets-19! +!begin-bullets-20! - !begin-bullet! All C++ functions now use `checked_get()` instead of `get()` where @@ -584,11 +592,11 @@ !end-bullet! -!end-bullets-19! +!end-bullets-20! # xml2 0.1.2 -!begin-bullets-20! +!begin-bullets-21! - !begin-bullet! Improved configure script - now works again on R-devel on windows. @@ -599,11 +607,11 @@ !end-bullet! -!end-bullets-20! +!end-bullets-21! # xml2 0.1.1 -!begin-bullets-21! +!begin-bullets-22! - !begin-bullet! Make configure script more cross platform. @@ -614,4 +622,4 @@ !end-bullet! -!end-bullets-21! +!end-bullets-22! diff --git a/news-files/hashes.rds b/news-files/hashes.rds index b31ceec228e4c9baa2fd009b282254eb304143f3..af8885dbbc256fd5ea1fcec01934889f57231fa4 100644 GIT binary patch delta 45 zcmdmLvDIRO8LL8CqIrr%l95HSWm;mYfk9G|v4KTWVxmb}vUzHXabnWuFxLBG09RcO A?EnA( delta 45 zcmdmLvDIRO8LNVcsbR8tQlhDap{co%X>zi8vXP02si}#DxrupdT596vFxLBG05V7o AQ~&?~ diff --git a/news-files/xml2.md b/news-files/xml2.md index 3da2add0..6bee4e2d 100644 --- a/news-files/xml2.md +++ b/news-files/xml2.md @@ -1,5 +1,7 @@ # xml2 (development version) +* Windows: use libxml2 from Rtools if found + # xml2 1.3.6 * Now compatible with libxml2 2.12.0 and later (@KNnut). diff --git a/previous_updates.csv b/previous_updates.csv index deed608c..b1848d26 100644 --- a/previous_updates.csv +++ b/previous_updates.csv @@ -18420,3 +18420,4 @@ pillar,b13e63bf99ddb8535c0fc71724743016,"Fix printing of infinite times (#645, # pillar,d6572a0084f518e178c7efe0d1453e84,"Fix tibble tests (#665, #709).",NA,NA,NA,NA pillar,4a1788db1c897c93a4e3f06ded50bd58,Add `index.md`.,NA,NA,NA,NA pillar,f58b61e1b8538ff346e75643efcf782d,"Describe `getOption(""width"")` (#671, #708).",NA,NA,NA,NA +xml2,aec90c864b24045f630e74eeb9fec876,Windows: use libxml2 from Rtools if found,NA,NA,NA,NA diff --git a/refresh-token.rds b/refresh-token.rds index da1e092fce41baab628975d0c35bae1f0c85b291..6b2a8fe4a7e1dec66d25b21d96d8490fae2d6bb6 100644 GIT binary patch literal 162 zcmV;T0A2rmwF{Ws38F905^)d5Ow#`lbfC3`e6Nyd4K+{SI-`kuHUKm8U&kl>PPbcV zU_`Gtgjrigoz`wbr~|O#3?64031KC$YQn`w&|iQsVBaCJPw2uxZT81t#iJf*I_CHO z923-VA;LJ5A?QqS`bHF+>bwmYNalawyR5*b*3}xHPIvq)yw-;|K*}n!bJC(TrT*!` Q)20`NG#~4R_%lCk?2Q9Z*Z=?k literal 164 zcmV;V09*eDBGy;v%+z;beKGxgK!6yaJoaf2@BC*Vd@4{-hJlXl6{l5I7blD>3BnBL zhQo#``Q3#!04^Db6Uk~niE|=IcE!n_#UHBaWO6W-IRA%hht;%@%7)p|(6$2zQ!R_} zB=g$7k6o5vJFfqbHe{K1!T^Uu!JhOZ@X3;f(4P*hGx%5Y SLU2q`*f`E0