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

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by rakinar2, Sun Aug 4 17:32:41 2024 UTC revision 64 by rakinar2, Thu Sep 12 14:08:19 2024 UTC
# Line 1  Line 1 
1  04-07-2024  Ar Rakin <[email protected]>  12-09-2024  Ar Rakin <[email protected]>
2    
         fix(mkdist): incorrect root directory name for created tarballs  
   
         fix(distupload): correct default remote url in help text  
   
         chore: correct mailing list  
   
         chore: add .editorconfig  
   
         style: reformat files  
   
 03-07-2024  Ar Rakin <[email protected]>  
   
         chore: add changelog  
   
         fix(git:genchangelog): ignore branch and PR merge commit messages  
   
         chore: add .prettierrc  
   
         feat(dist:mkdist): a script to automate generation of software distributions  
   
         fix(dist:distupload): version text  
   
         fix: correct bug report email  
   
 02-07-2024  Ar Rakin <[email protected]>  
   
         feat(dist:distupload): generate gpg signature of files being uploaded  
   
 01-07-2024  Ar Rakin <[email protected]>  
   
         feat: add distupload helper script  
   
         chore: add gitignore  
   
 28-06-2024  Ar Rakin <[email protected]>  
   
         chore: update README.org  
   
 28-06-2024  Ar Rakin <[email protected]>  
   
         chore: update readme  
   
         chore: rename readme file to README.org  
   
         feat: initial commit  
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    08-08-2024  Ar Rakin <[email protected]>
150    
151         [*] chore: update changelog
152            
153             Signed-off-by: Ar Rakin <[email protected]>
154            
155    
156         [*] chore: update .clang-format
157            
158             Signed-off-by: Ar Rakin <[email protected]>
159            
160    
161         [*] feat(uar): better content listing; including owner and group info
162            
163             Signed-off-by: Ar Rakin <[email protected]>
164            
165    
166         [*] chore: update todos
167            
168             Signed-off-by: Ar Rakin <[email protected]>
169            
170    
171         [*] fix(genchangelog): unexpected zero based month numbers
172            
173             Signed-off-by: Ar Rakin <[email protected]>
174            
175    
176         [*] fix(uar): better error messages during archive creation
177            
178             Signed-off-by: Ar Rakin <[email protected]>
179            
180    
181    07-08-2024  Ar Rakin <[email protected]>
182    
183         [*] chore: update changelog
184            
185             Signed-off-by: Ar Rakin <[email protected]>
186            
187    
188         [*] refactor(uar): better I/O strategies to decrease memory usage
189            
190             Signed-off-by: Ar Rakin <[email protected]>
191            
192    
193         [*] feat(uar): add listing support
194            
195             Signed-off-by: Ar Rakin <[email protected]>
196            
197    
198    06-08-2024  Ar Rakin <[email protected]>
199    
200         [*] chore: update todos
201            
202             Signed-off-by: Ar Rakin <[email protected]>
203            
204    
205         [*] fix(uar): io logging
206            
207             Signed-off-by: Ar Rakin <[email protected]>
208            
209    
210         [*] chore: fixup files
211            
212             Signed-off-by: Ar Rakin <[email protected]>
213            
214    
215         [*] chore: update readme
216            
217             Signed-off-by: Ar Rakin <[email protected]>
218            
219    
220         [*] fix(uar): memory corruption issues and segmentation faults
221            
222             Signed-off-by: Ar Rakin <[email protected]>
223            
224    
225    05-08-2024  Ar Rakin <[email protected]>
226    
227         [*] chore: update changelog
228            
229             Signed-off-by: Ar Rakin <[email protected]>
230            
231    
232         [*] feat: add programs implementing the universal archive format
233            
234             Signed-off-by: Ar Rakin <[email protected]>
235            
236    
237    04-08-2024  Ar Rakin <[email protected]>
238    
239         [*] fix(mkdist): incorrect root directory name for created tarballs
240            
241             Signed-off-by: Ar Rakin <[email protected]>
242            
243    
244         [*] fix(distupload): correct default remote url in help text
245            
246             Signed-off-by: Ar Rakin <[email protected]>
247            
248    
249         [*] chore: correct mailing list
250            
251             Signed-off-by: Ar Rakin <[email protected]>
252            
253    
254         [*] chore: add .editorconfig
255            
256             Signed-off-by: Ar Rakin <[email protected]>
257            
258    
259         [*] style: reformat files
260            
261             Signed-off-by: Ar Rakin <[email protected]>
262            
263    
264    03-08-2024  Ar Rakin <[email protected]>
265    
266         [*] chore: add changelog
267            
268             Signed-off-by: Ar Rakin <[email protected]>
269            
270    
271         [*] fix(git:genchangelog): ignore branch and PR merge commit messages
272            
273             Signed-off-by: Ar Rakin <[email protected]>
274            
275    
276         [*] chore: add .prettierrc
277            
278             Signed-off-by: Ar Rakin <[email protected]>
279            
280    
281         [*] feat(dist:mkdist): a script to automate generation of software distributions
282            
283             Signed-off-by: Ar Rakin <[email protected]>
284            
285    
286         [*] fix(dist:distupload): version text
287            
288             Signed-off-by: Ar Rakin <[email protected]>
289            
290    
291         [*] fix: correct bug report email
292            
293    
294    02-08-2024  Ar Rakin <[email protected]>
295    
296         [*] feat(dist:distupload): generate gpg signature of files being uploaded
297            
298             Signed-off-by: Ar Rakin <[email protected]>
299            
300    
301    01-08-2024  Ar Rakin <[email protected]>
302    
303         [*] feat: add distupload helper script
304            
305             Signed-off-by: Ar Rakin <[email protected]>
306            
307    
308         [*] chore: add gitignore
309            
310             Signed-off-by: Ar Rakin <[email protected]>
311            
312    
313    28-07-2024  Ar Rakin <[email protected]>
314    
315         [*] chore: update README.org
316            
317    
318    28-07-2024  Ar Rakin <[email protected]>
319    
320         [*] chore: update readme
321            
322    
323         [*] chore: rename readme file to README.org
324            
325             Signed-off-by: Ar Rakin <[email protected]>
326            
327    
328         [*] feat: initial commit
329            
330             Signed-off-by: Ar Rakin <[email protected]>

Legend:
Removed from v.22  
changed lines
  Added in v.64

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26