/[osn-commons]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64 - (hide annotations)
Thu Sep 12 14:08:19 2024 UTC (6 months, 2 weeks ago) by rakinar2
File size: 8640 byte(s)
chore: update changelog

1 rakinar2 64 12-09-2024 Ar Rakin <[email protected]>
2    
3     [*] feat: add srcstats program
4    
5     Signed-off-by: Ar Rakin <[email protected]>
6    
7    
8     11-09-2024 Ar Rakin <[email protected]>
9    
10     [*] feat: add releasemail script
11    
12     Signed-off-by: Ar Rakin <[email protected]>
13    
14    
15     10-09-2024 Ar Rakin <[email protected]>
16    
17     [*] style: update license comments
18    
19     Signed-off-by: Ar Rakin <[email protected]>
20    
21    
22     [*] feat: add addlicense script
23    
24     Signed-off-by: Ar Rakin <[email protected]>
25    
26    
27     07-09-2024 Ar Rakin <[email protected]>
28    
29     [*] chore: remove unneeded files
30    
31     Signed-off-by: Ar Rakin <[email protected]>
32    
33    
34     [*] chore: ignore unneeded files
35    
36     Signed-off-by: Ar Rakin <[email protected]>
37    
38    
39     [*] chore: add missing files
40    
41     Signed-off-by: Ar Rakin <[email protected]>
42    
43    
44     30-08-2024 Ar Rakin <[email protected]>
45    
46     [*] fix(git:genchangelog): git command fails due to reaching max memory buffer size
47    
48     Signed-off-by: Ar Rakin <[email protected]>
49    
50    
51     [*] feat(git:genchangelog): complete rewrite of the changelog generation script
52    
53     Signed-off-by: Ar Rakin <[email protected]>
54    
55    
56     29-08-2024 Ar Rakin <[email protected]>
57    
58     [*] feat(git:genchangelog): now supporting `-f` option
59    
60     The `-f` or `--format` option can change the output format
61     of the script. It currently accepts "plain" and "markdown"
62     as values and defaults to "plain".
63    
64     Signed-off-by: Ar Rakin <[email protected]>
65    
66    
67     28-08-2024 Ar Rakin <[email protected]>
68    
69     [*] feat(git): add git-sync utility script
70    
71    
72     17-08-2024 Ar Rakin <[email protected]>
73    
74     [*] feat(plibc): stdlib.c and exit()
75    
76     Signed-off-by: Ar Rakin <[email protected]>
77    
78    
79     16-08-2024 Ar Rakin <[email protected]>
80    
81     [*] feat: add basic utilities and more system calls
82    
83     Signed-off-by: Ar Rakin <[email protected]>
84    
85    
86     [*] feat(uar): add self-extraction tools (incomplete)
87    
88     Signed-off-by: Ar Rakin <[email protected]>
89    
90    
91     [*] chore: update .gitignore
92    
93     Signed-off-by: Ar Rakin <[email protected]>
94    
95    
96     15-08-2024 Ar Rakin <[email protected]>
97    
98     [*] feat(plibc): heap operations using brk()
99    
100     Signed-off-by: Ar Rakin <[email protected]>
101    
102    
103     [*] feat: add plibc
104    
105     Signed-off-by: Ar Rakin <[email protected]>
106    
107    
108     12-08-2024 Ar Rakin <[email protected]>
109    
110     [*] feat(freehttpd): better error handling
111    
112     Signed-off-by: Ar Rakin <[email protected]>
113    
114    
115     11-08-2024 Ar Rakin <[email protected]>
116    
117     [*] feat(freehttpd): file serving and directory indexing
118    
119     Signed-off-by: Ar Rakin <[email protected]>
120    
121    
122     10-08-2024 Ar Rakin <[email protected]>
123    
124     [*] feat: add freehttpd source files to the project
125    
126     Signed-off-by: Ar Rakin <[email protected]>
127    
128    
129     [*] chore: update .clang-{format,tidy}
130    
131     Signed-off-by: Ar Rakin <[email protected]>
132    
133    
134     [*] chore: update .gitignore
135    
136     Signed-off-by: Ar Rakin <[email protected]>
137    
138    
139     [*] chore: update .editorconfig
140    
141     Signed-off-by: Ar Rakin <[email protected]>
142    
143    
144     [*] feat(uar): finalize extraction/creation/listing of archives
145    
146     Signed-off-by: Ar Rakin <[email protected]>
147    
148    
149 rakinar2 39 08-08-2024 Ar Rakin <[email protected]>
150 rakinar2 32
151 rakinar2 64 [*] chore: update changelog
152    
153     Signed-off-by: Ar Rakin <[email protected]>
154    
155 rakinar2 39
156 rakinar2 64 [*] chore: update .clang-format
157    
158     Signed-off-by: Ar Rakin <[email protected]>
159    
160 rakinar2 39
161 rakinar2 64 [*] feat(uar): better content listing; including owner and group info
162    
163     Signed-off-by: Ar Rakin <[email protected]>
164    
165 rakinar2 39
166 rakinar2 64 [*] chore: update todos
167    
168     Signed-off-by: Ar Rakin <[email protected]>
169    
170 rakinar2 39
171 rakinar2 64 [*] fix(genchangelog): unexpected zero based month numbers
172    
173     Signed-off-by: Ar Rakin <[email protected]>
174    
175 rakinar2 39
176 rakinar2 64 [*] fix(uar): better error messages during archive creation
177    
178     Signed-off-by: Ar Rakin <[email protected]>
179    
180    
181 rakinar2 39 07-08-2024 Ar Rakin <[email protected]>
182    
183 rakinar2 64 [*] chore: update changelog
184    
185     Signed-off-by: Ar Rakin <[email protected]>
186    
187 rakinar2 39
188 rakinar2 64 [*] refactor(uar): better I/O strategies to decrease memory usage
189    
190     Signed-off-by: Ar Rakin <[email protected]>
191    
192 rakinar2 32
193 rakinar2 64 [*] feat(uar): add listing support
194    
195     Signed-off-by: Ar Rakin <[email protected]>
196    
197 rakinar2 32
198 rakinar2 39 06-08-2024 Ar Rakin <[email protected]>
199 rakinar2 32
200 rakinar2 64 [*] chore: update todos
201    
202     Signed-off-by: Ar Rakin <[email protected]>
203    
204 rakinar2 32
205 rakinar2 64 [*] fix(uar): io logging
206    
207     Signed-off-by: Ar Rakin <[email protected]>
208    
209 rakinar2 32
210 rakinar2 64 [*] chore: fixup files
211    
212     Signed-off-by: Ar Rakin <[email protected]>
213    
214 rakinar2 32
215 rakinar2 64 [*] chore: update readme
216    
217     Signed-off-by: Ar Rakin <[email protected]>
218    
219 rakinar2 32
220 rakinar2 64 [*] fix(uar): memory corruption issues and segmentation faults
221    
222     Signed-off-by: Ar Rakin <[email protected]>
223    
224 rakinar2 32
225 rakinar2 39 05-08-2024 Ar Rakin <[email protected]>
226 rakinar2 24
227 rakinar2 64 [*] chore: update changelog
228    
229     Signed-off-by: Ar Rakin <[email protected]>
230    
231 rakinar2 32
232 rakinar2 64 [*] feat: add programs implementing the universal archive format
233    
234     Signed-off-by: Ar Rakin <[email protected]>
235    
236 rakinar2 24
237 rakinar2 39 04-08-2024 Ar Rakin <[email protected]>
238 rakinar2 22
239 rakinar2 64 [*] fix(mkdist): incorrect root directory name for created tarballs
240    
241     Signed-off-by: Ar Rakin <[email protected]>
242    
243 rakinar2 22
244 rakinar2 64 [*] fix(distupload): correct default remote url in help text
245    
246     Signed-off-by: Ar Rakin <[email protected]>
247    
248 rakinar2 22
249 rakinar2 64 [*] chore: correct mailing list
250    
251     Signed-off-by: Ar Rakin <[email protected]>
252    
253 rakinar2 22
254 rakinar2 64 [*] chore: add .editorconfig
255    
256     Signed-off-by: Ar Rakin <[email protected]>
257    
258 rakinar2 22
259 rakinar2 64 [*] style: reformat files
260    
261     Signed-off-by: Ar Rakin <[email protected]>
262    
263 rakinar2 22
264 rakinar2 39 03-08-2024 Ar Rakin <[email protected]>
265 rakinar2 16
266 rakinar2 64 [*] chore: add changelog
267    
268     Signed-off-by: Ar Rakin <[email protected]>
269    
270 rakinar2 22
271 rakinar2 64 [*] fix(git:genchangelog): ignore branch and PR merge commit messages
272    
273     Signed-off-by: Ar Rakin <[email protected]>
274    
275 rakinar2 16
276 rakinar2 64 [*] chore: add .prettierrc
277    
278     Signed-off-by: Ar Rakin <[email protected]>
279    
280 rakinar2 16
281 rakinar2 64 [*] feat(dist:mkdist): a script to automate generation of software distributions
282    
283     Signed-off-by: Ar Rakin <[email protected]>
284    
285 rakinar2 16
286 rakinar2 64 [*] fix(dist:distupload): version text
287    
288     Signed-off-by: Ar Rakin <[email protected]>
289    
290 rakinar2 16
291 rakinar2 64 [*] fix: correct bug report email
292    
293 rakinar2 16
294 rakinar2 39 02-08-2024 Ar Rakin <[email protected]>
295 rakinar2 16
296 rakinar2 64 [*] feat(dist:distupload): generate gpg signature of files being uploaded
297    
298     Signed-off-by: Ar Rakin <[email protected]>
299    
300 rakinar2 16
301 rakinar2 39 01-08-2024 Ar Rakin <[email protected]>
302 rakinar2 16
303 rakinar2 64 [*] feat: add distupload helper script
304    
305     Signed-off-by: Ar Rakin <[email protected]>
306    
307 rakinar2 16
308 rakinar2 64 [*] chore: add gitignore
309    
310     Signed-off-by: Ar Rakin <[email protected]>
311    
312 rakinar2 16
313 rakinar2 39 28-07-2024 Ar Rakin <[email protected]>
314 rakinar2 16
315 rakinar2 64 [*] chore: update README.org
316    
317 rakinar2 16
318 rakinar2 39 28-07-2024 Ar Rakin <[email protected]>
319 rakinar2 16
320 rakinar2 64 [*] chore: update readme
321    
322 rakinar2 16
323 rakinar2 64 [*] chore: rename readme file to README.org
324    
325     Signed-off-by: Ar Rakin <[email protected]>
326    
327 rakinar2 16
328 rakinar2 64 [*] feat: initial commit
329    
330     Signed-off-by: Ar Rakin <[email protected]>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26