Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendored libiconv to v1.17 #2627

Closed
flavorjones opened this issue Aug 18, 2022 · 0 comments · Fixed by #2638
Closed

Update vendored libiconv to v1.17 #2627

flavorjones opened this issue Aug 18, 2022 · 0 comments · Fixed by #2638
Milestone

Comments

@flavorjones
Copy link
Member

libiconv 1.17 was released on 2022-05-15. Nokogiri's native gems for Darwin and Windows ship a vendored libiconv, so let's stay up to date if possible.

diff --git a/NEWS b/NEWS
index 7bee459..9d3cdfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+New in 1.17:
+* The libiconv library is now licensed under the LGPL version 2.1, instead of
+  the LGPL version 2.0. The iconv program continues to be licensed under GPL
+  version 3.
+* Added converters for many single-byte EBCDIC encodings:
+  IBM-{037,273,277,278,280,282,284,285,297,423,424,425,500,838,870,871,875},
+  IBM-{880,905,924,1025,1026,1047,1097,1112,1122,1123,1130,1132,1137,1140},
+  IBM-{1141,1142,1143,1144,1145,1146,1147,1148,1149,1153,1154,1155,1156,1157},
+  IBM-{1158,1160,1164,1165,1166,4971,12712,16804}.
+  They are available through the configure option '--enable-extra-encodings'.
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant