Skip to content

Commit bd67634

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
mingw-w64-i686-libidn2 (2.3.7-2 -> 2.3.8-1) mingw-w64-x86_64-libidn2 (2.3.7-2 -> 2.3.8-1) mpfr (4.2.1-1 -> 4.2.2-1) tzcode (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent d665063 commit bd67634

File tree

74 files changed

+130
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+130
-87
lines changed

mingw32/bin/idn2.exe

3.5 KB
Binary file not shown.

mingw32/bin/libidn2-0.dll

2.51 KB
Binary file not shown.

mingw32/include/idn2.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* idn2.h - header file for idn2
2-
Copyright (C) 2011-2024 Simon Josefsson
2+
Copyright (C) 2011-2025 Simon Josefsson
33
44
Libidn2 is free software: you can redistribute it and/or modify it
55
under the terms of either:
@@ -116,7 +116,7 @@ extern "C"
116116
* version number. Used together with idn2_check_version() to verify
117117
* header file and run-time library consistency.
118118
*/
119-
# define IDN2_VERSION "2.3.7"
119+
# define IDN2_VERSION "2.3.8"
120120

121121
/**
122122
* IDN2_VERSION_NUMBER
@@ -127,7 +127,7 @@ extern "C"
127127
* digits are used to enumerate development snapshots, but for all
128128
* public releases they will be 0000.
129129
*/
130-
# define IDN2_VERSION_NUMBER 0x02030007
130+
# define IDN2_VERSION_NUMBER 0x02030008
131131

132132
/**
133133
* IDN2_VERSION_MAJOR
@@ -151,7 +151,7 @@ extern "C"
151151
* Pre-processor symbol for the patch level number (decimal).
152152
* The version scheme is major.minor.patchlevel.
153153
*/
154-
# define IDN2_VERSION_PATCH 7
154+
# define IDN2_VERSION_PATCH 8
155155

156156
/**
157157
* IDN2_LABEL_MAX_LENGTH

mingw32/lib/libidn2.a

1.29 KB
Binary file not shown.

mingw32/lib/libidn2.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libidn2.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
55

66
Name: libidn2
77
Description: Library implementing IDNA2008 and TR46
8-
Version: 2.3.7
8+
Version: 2.3.8
99
Cflags: -I${includedir}
1010
Libs: -L${libdir} -lidn2
1111
Libs.private: -L/mingw32/lib -liconv -L/mingw32/lib -lunistring
6.29 KB
Binary file not shown.
149 Bytes
Binary file not shown.

mingw64/bin/idn2.exe

3.02 KB
Binary file not shown.

mingw64/bin/libidn2-0.dll

3.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)