blob: adf440335d8ba4c111a7b54962bb2029d813af04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
2025-03-21 Simon Josefsson <[email protected]>
version 1.43
* NEWS: Record release date.
Clean up doc/specifications/ and re-generate Unicode tables.
2025-03-20 Simon Josefsson <[email protected]>
cicd: Test Guix-generated archive.
maint: Reproducability fixes.
cicd: Reduce PDF/texlive usage.
doc: Generate libidn-components.* using dot.
2025-03-17 Simon Josefsson <[email protected]>
Harmonize with libidn2.
2025-03-16 Simon Josefsson <[email protected]>
Run 'make update-NEWS-hash'.
maint: Run 'make my-update-copyright'.
maint: Sync libidn2 ./bootstrap-funclib aclocal fix.
maint: Run ./bootstrap --bootstrap-sync.
maint: Bump gnulib revision.
2024-12-29 Simon Josefsson <[email protected]>
cicd: Fixes preparing for release.
cfg.mk: Add git as bootstrapping tool.
doc: NEWS fixes.
doc: More README-releases fixes.
Fix typo in po-CreationDate-to-mtime-NEWS.
Set texinfo mtime for stamp-vti/version.texi reproducibility.
doc: Fix README-release.
Revert .tarball-version-git syntax for too old git in Trisquel 11.
Shorten ChangeLog for reproducability in sparse clones.
2024-12-27 Simon Josefsson <[email protected]>
Use announce_gen_args = --cksum-checksums.
cfg.mk: Use wget -nv for aximport.
Drop git submodule maint.mk bug workaround.
Add --format=posix to TAR_OPTIONS.
cfg.mk: Cleanup sc_codespell.
Use abbrev=4 in .tarball-version-git to match git-version-gen.
cicd: Various improvements.
po-CreationDate-to-mtime-NEWS: Also update *.po not only *.pot.
Fix srcdir!=builddir builds and improve tarball reproducibility.
Add .tarball-version-git for git-version-gen.
Fix -Wformat-security warnings.
2024-12-26 Simon Josefsson <[email protected]>
doc: Put GPLv3 in COPYING file and improve README.md.
Fix GCC analyzer-use-of-uninitialized-value.
cicd: Fixes. Don't use build images.
cicd: Use arm64 shared runners, and add Ubuntu 24.04 arm64 job.
fuzz: Silence -Wcast-align and -Wvla warnings.
maint: Run ./bootstrap --bootstrap-sync.
Bump gnulib for csharpcomp fixes, and more.
2024-10-10 Simon Josefsson <[email protected]>
cicd: Add 'make release' job.
gen-ChangeLog: Sync with gnulib manual for reproducibility.
2024-10-09 Simon Josefsson <[email protected]>
Disable parallel builds for C#, broke with dotnet.
doc: Fix typos.
ci: Detect codespell bugs.
Test that both Mono and .NET builds works.
Update gnulib files.
2024-09-15 Simon Josefsson <[email protected]>
Reproducible tarball.
2024-09-11 Simon Josefsson <[email protected]>
cicd: Fixes.
doc: Add NEWS entry.
cicd: Fix pipeline.
Fix declaration before use.
Fix missing static declaration (-Werror=missing-variable-declarations) error.
Fix missing static declaration (-Werror=missing-variable-declarations) error.
Fix missing static declaration (-Werror=missing-variable-declarations) error.
Fix missing previous declaration (-Werror=missing-variable-declarations) error.
2024-09-04 Simon Josefsson <[email protected]>
Fix syntax-check warnings.
maint: Run ./bootstrap --bootstrap-sync.
maint: Use GNULIB_REVISION instead of git submodule.
2024-01-14 Simon Josefsson <[email protected]>
doc: Add NEWS entry about strverscmp fix.
maint: Make tests/ the really last SUBDIRS.
2024-01-13 Simon Josefsson <[email protected]>
cicd: macOS: Need coreutils for join in gnulib-tool.
maint: Update gnulib submodule, for new strversmp on Windows.
maint: Reorder SUBDIRS so tests/ comes after fuzz/.
cicd: Fix Windows jobs. Use mold on Alpine.
Remove cut'n'paste mistake from libidn2.
Bump versions.
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
version 1.42
* NEWS: Record release date.
See the source repo for older entries
|