forked from huskyproject/bsopack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
566 lines (344 loc) · 15.5 KB
/
ChangeLog
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
2004-06-07 Monday 11:16 sfpavel
* debian/compat (1.1): file compat was initially added on branch
bsopack-1_4-stable.
2004-01-14 Wednesday 02:56 andr_lukyanov
* h/bsoutil.h (1.3), h/version.h (1.2), src/bsopack.c (1.13): Small
fix - remove include fidoconf/version.h
2003-10-21 Tuesday 05:11 andr_lukyanov
* make/: makefile.mvc (1.7), makefile.mvcdll (1.11): Fix MSVC
compilation
2003-10-21 Tuesday 01:57 andr_lukyanov
* make/: makefile.mvc (1.6), makefile.mvcdll (1.10): Fix MSVC
compilation
2003-10-21 Tuesday 01:46 andr_lukyanov
* make/: makefile.mvc (1.5), makefile.mvcdll (1.9): Fix MSVC
compilation
2003-10-20 Monday 03:40 andr_lukyanov
* h/bsoutil.h (1.2), make/makefile.mvcdll (1.8): Fix MSVC
compilation
2003-10-17 Friday 08:32 andr_lukyanov
* h/config.h (1.2): Fix DJGPP compilation
2003-10-17 Friday 08:31 andr_lukyanov
* make/: makefile.cyg (1.8), makefile.djg (1.8), makefile.emx
(1.8), makefile.inc (1.1): Fix compilation with huskymak.cfg.*
2003-08-05 Tuesday 01:01 andr_lukyanov
* INSTALL (1.5), Makefile (1.19), man/bsopack.1 (1.3): Create new
loging structure with Husky library
2003-08-05 Tuesday 00:58 andr_lukyanov
* h/bsoutil.h (1.1), h/config.h (1.1), h/version.h (1.1),
src/bsoutil.h (1.5), src/config.h (1.9): Moved *.h to ./h
2003-08-05 Tuesday 00:53 andr_lukyanov
* src/: bsopack.c (1.12), bsoutil.c (1.34), config.c (1.10), log.c
(1.12), log.h (1.6): Removal old loging structure
2003-08-05 Tuesday 00:41 andr_lukyanov
* make/: makefile.cyg (1.7), makefile.djg (1.7), makefile.emo
(1.11), makefile.emx (1.7), makefile.lnx (1.6), makefile.mgw (1.4),
makefile.mvc (1.4), makefile.mvcdll (1.7), makefile.wco (1.8),
makefile.wcw (1.7): Create new loging structure with Husky library
2003-07-27 Sunday 12:13 d_sergienko
* Makefile (1.18), src/bsoutil.c (1.33): added hptzip support
2003-07-27 Sunday 11:29 d_sergienko
* src/bsopack.c (1.11): added modulename 'bsopack' for convenience
in fidoconfig (if [module]==bsopack)
2003-07-25 Friday 20:25 d_sergienko
* src/bsoutil.c (1.32): yet another fix.
2003-07-23 Wednesday 20:01 d_sergienko
* src/bsoutil.c (1.31): fix bug with message "Can't create
directory ..., errno=17"
2003-06-25 Wednesday 07:32 andr_lukyanov
* make/makefile.mvcdll (1.6): Add internal zip (hptzip) support
2003-05-28 Wednesday 17:23 d_sergienko
* src/bsopack.c (1.10): fixed bad pointer usage
2003-05-27 Tuesday 09:20 d_sergienko
* make/makefile.bsd (1.1): file makefile.bsd was initially added on
branch bsopack-0_2-stable.
2003-05-17 Saturday 11:49 d_sergienko
* Makefile (1.17), src/bsopack.c (1.9): fix building
2003-04-24 Thursday 05:18 andr_lukyanov
* make/makefile.djg (1.6): Fixed DJGPP compilation with new library
structure
2003-04-08 Tuesday 02:22 andr_lukyanov
* make/: makefile.cyg (1.6), makefile.djg (1.5), makefile.emo
(1.10), makefile.emx (1.6), makefile.lnx (1.5), makefile.mgw (1.3),
makefile.mvc (1.3), makefile.mvcdll (1.5), makefile.wco (1.7),
makefile.wcw (1.6): Fixed compilation with new library structure
2003-03-31 Monday 20:48 d_sergienko
* Makefile (1.16): -lfidoconfig -> -lfidoconf
2003-03-28 Friday 12:51 stas_degteff
* src/bsopack.c (1.8): Fix build (use huskylib includes)
2003-03-21 Friday 02:48 andr_lukyanov
* make/: makefile.cyg (1.5), makefile.djg (1.4), makefile.emo
(1.9), makefile.emx (1.5), makefile.mgw (1.2), makefile.mvc (1.2),
makefile.mvcdll (1.4), makefile.wco (1.6), makefile.wcw (1.5):
Fixed compilation with new library structure
2003-03-15 Saturday 20:21 d_sergienko
* src/log.h (1.5): fix compiling with huskylib
2003-03-11 Tuesday 21:44 d_sergienko
* Makefile (1.15), src/bsoutil.c (1.30): depend on huskylib instead
smapi; fix making bsopack.1.gz
2003-03-04 Tuesday 13:06 stas_degteff
* VERSION (1.2): Add version and requirements information
2003-02-26 Wednesday 04:12 sfpavel
* bsopack.texi (1.9): Update documentation
2003-02-26 Wednesday 03:53 sfpavel
* INSTALL (1.4), README (1.10), src/config.h (1.8): Update version
number
2003-02-20 Thursday 09:26 sfpavel
* HISTORY (1.1): Add HISTORY file
2003-02-12 Wednesday 11:40 sfpavel
* src/bsoutil.c (1.29): Fix win32 build
2003-02-05 Wednesday 18:03 stas_degteff
* src/bsoutil.c (1.28): Use defines from compiler.h
2003-02-05 Wednesday 17:58 stas_degteff
* src/: bsopack.c (1.7), config.c (1.9), config.h (1.7): Implement
husky-standard version string generation
2003-02-05 Wednesday 12:06 sfpavel
* Makefile (1.14), debian/changelog (1.12), debian/control (1.7),
debian/copyright (1.4), debian/huskymak.cfg (1.6), debian/rules
(1.7), src/config.h (1.6): New debian package
2003-02-02 Sunday 22:19 d_sergienko
* bsopack.texi (1.8): changed e-mail
2003-01-09 Thursday 12:53 stas_degteff
* Makefile (1.13): set permissions for install documentations &
libraries. Patch from Max Khon <[email protected]>
2002-12-27 Friday 20:30 d_sergienko
* src/bsopack.c (1.6): fix spelling (thanx to Pavel Scvortsov,
2:5055/80.333)
2002-11-10 Sunday 08:51 sfpavel
* VERSION (1.1): file VERSION was initially added on branch
bsopack-0_2-stable.
2002-10-22 Tuesday 10:29 sfpavel
* debian/changelog (1.11): New debian package
2002-10-15 Tuesday 06:30 pgul
* src/log.c (1.11): compilation warning fixed
2002-10-14 Monday 08:33 stas_degteff
* make/makefile.cyg (1.4), make/makefile.mgw (1.1), src/bsoutil.c
(1.27), src/log.c (1.10): Fix cygwin compilation; rename old
makefile.cyg to makefile.mgw: this is makefile for mingw32, not
cygwin
2002-10-08 Tuesday 06:41 sfpavel
* debian/changelog (1.10): New debian package
2002-10-04 Friday 10:41 sfpavel
* debian/: README.Debian (1.2), changelog (1.9), control (1.6),
doc-base (1.2), huskymak.cfg (1.5), info (1.2), manpages (1.2),
rules (1.6): New debian package
2002-10-04 Friday 10:41 sfpavel
* Makefile (1.12): Install man page, build single html doc
2002-10-04 Friday 10:40 sfpavel
* man/bsopack.1 (1.2): Update husky http location
2002-10-04 Friday 05:52 sfpavel
* make/makefile.djg (1.3): Fix DJGPP build
2002-09-19 Thursday 11:06 sfpavel
* make/makefile.emx (1.4): Add makefile.emx
2002-09-19 Thursday 08:55 sfpavel
* src/: bsoutil.c (1.26), config.c (1.8), log.c (1.9): Remove
include of malloc.h
2002-09-19 Thursday 08:00 sfpavel
* src/: bsoutil.h (1.4), config.h (1.5), log.h (1.4): Fix sources
(add '\r' before EOF)
2002-09-19 Thursday 07:56 sfpavel
* make/makefile.djg (1.2): Add makefile for DJGPP build
2002-09-19 Thursday 07:54 sfpavel
* make/makefile.djg (1.1): file makefile.djg was initially added on
branch bsopack-0_2-stable.
2002-09-18 Wednesday 07:06 sfpavel
* debian/info (1.1): file info was initially added on branch
bsopack-0_2-stable.
2002-08-29 Thursday 13:33 mche
* src/bsopack.c (1.5): correct cvsdate substitution
2002-08-27 Tuesday 03:38 sfpavel
* Makefile (1.11), debian/changelog (1.8), debian/rules (1.5):
Remove building documentation only for Debian version
2002-08-26 Monday 11:28 d_sergienko
* Makefile (1.10), make/makefile.cyg (1.3), make/makefile.emo
(1.8), make/makefile.lnx (1.4), make/makefile.wco (1.5),
make/makefile.wcw (1.4), src/bsopack.c (1.4): use cvsdate in
version
2002-08-26 Monday 11:23 d_sergienko
* make/makefile (1.3): this file duplicates bsopack/Makefile
2002-08-26 Monday 11:03 d_sergienko
* Makefile (1.9): now Makefile builds docs
2002-08-26 Monday 07:22 sfpavel
* bsopack.texi (1.7): Update documentation
2002-08-26 Monday 07:21 sfpavel
* INSTALL (1.3), README (1.9), debian/changelog (1.7),
debian/copyright (1.3): Update http location
2002-08-23 Friday 10:15 sfpavel
* README (1.8), debian/changelog (1.6), debian/control (1.5),
debian/copyright (1.2), debian/rules (1.4), src/config.h (1.4): New
debain package
2002-08-18 Sunday 16:38 d_sergienko
* make/makefile.cyg (1.2): fixed tabs
2002-08-06 Tuesday 13:39 gerrit
* src/: bsoutil.c (1.25), config.c (1.7), log.c (1.8): Changed
inclusion of headers to prevent warnings under FreeBSD.
2002-08-06 Tuesday 13:38 gerrit
* Makefile (1.8): Included src/ when making clean.
2002-07-31 Wednesday 19:45 stas
* make/: makefile (1.2), makefile.mvcdll (1.3): Change comments in
makefiles
2002-07-31 Wednesday 19:45 stas
* make/makefile.cyg (1.1): Add makefile for Cygwin & mingw (tested
with mingw & gcc3.1). Patch from Leonid Kukharenko 2:463/375.128)
2002-05-19 Sunday 09:10 d.sergienko
* Makefile (1.7): moved target "all" after "distclean"
2002-05-12 Sunday 13:09 d.sergienko
* .cvs2cl (1.1): trying to get cvs2cl working...
2002-05-03 Friday 12:16 mche
* src/bsoutil.c (1.24): fillCmdStatement moved to fidoconfig for
common use in hpt htick nltools bsopack
2002-04-24 Wednesday 10:01 d.sergienko
* src/: bsopack.c (1.3), bsoutil.c (1.23), bsoutil.h (1.3),
config.c (1.6), config.h (1.3), log.c (1.7), log.h (1.3): added
rcs_id
2002-04-21 Sunday 10:20 d.sergienko
* src/bsoutil.c (1.22): fixed bug with memory reallocation in
createPktName()
2002-03-05 Tuesday 00:33 joerg.jaspert
* debian/: changelog (1.5), control (1.4), huskymak.cfg (1.4): New
Debian Package built
2002-02-15 Friday 10:33 mche
* make/makefile.mvcdll (1.2): minimized binaries size
2002-01-06 Sunday 11:07 d.sergienko
* src/bsoutil.c (1.21): ! fixed F_OK constant for ANSI C compilers
(MSVC)
2002-01-04 Friday 17:56 d.sergienko
* README (1.7), TODO (1.10), bsopack.texi (1.6), src/bsoutil.c
(1.20), src/log.c (1.6): + added MSVC compiler support (thanx to
Max Chernogor)
2002-01-04 Friday 17:31 mche
* make/: makefile.mvc (1.1), makefile.mvcdll (1.1): making bsopack
with MSVC
2001-08-18 Saturday 09:37 d.sergienko
* TODO (1.9): + TODO: Fileboxes support.
2001-08-10 Friday 12:25 d.sergienko
* TODO (1.8): added to TODO packFlavour.
2001-07-09 Monday 14:18 d.sergienko
* bsopack.texi (1.5, bsopack-0_1-stable): ! fixes in bsopack.texi
2001-07-08 Sunday 21:39 joerg.jaspert
* debian/: changelog (1.4), huskymak.cfg (1.3): Used old
huskymak.cfg. Shit happens.
2001-07-08 Sunday 21:36 joerg.jaspert
* debian/: changelog (1.3), control (1.3), rules (1.3): Rebuild
bsopack
2001-06-30 Saturday 19:30 d.sergienko
* src/log.c (1.5): ! fixed month output in log.
2001-05-21 Monday 12:54 d.sergienko
* README (1.6), src/bsoutil.c (1.19):
* fixed segfault in packNetmailForLink()
2001-05-20 Sunday 20:43 d.sergienko
* src/bsoutil.c (1.18): some error probably during commit.
2001-05-09 Wednesday 07:36 d.sergienko
* TODO (1.7), bsopack.texi (1.4), src/bsoutil.c (1.15): * fix for
yesterday's fix in getBundleName().
2001-05-07 Monday 21:07 d.sergienko
* Makefile (1.6, bsopack-0_1-stable), src/bsoutil.c (1.14),
src/bsoutil.h (1.2): + added addr2str() function * fix in
getBundleName()
2001-05-07 Monday 05:37 d.sergienko
* make/makefile.emo (1.7, bsopack-0_2_4-release,
bsopack-0_2_2-release, bsopack-0_2-release, bsopack-0_1-stable),
src/bsoutil.c (1.13):
fixes, fixes...
2001-04-30 Monday 15:09 d.sergienko
* make/makefile.emo (1.6), src/bsoutil.c (1.12), src/config.c
(1.5):
dmitry: !* fixes and optimization (thanx to Kees)
2001-04-22 Sunday 21:18 d.sergienko
* src/bsoutil.c (1.10):
dmitry: * fixes...
2001-04-21 Saturday 15:19 joerg.jaspert
* debian/: changelog (1.2), control (1.2), huskymak.cfg (1.2),
rules (1.2): Changed it so it compiles now with debug enabled. From
now on i compile only stable versions without debug.
2001-04-20 Friday 14:22 d.sergienko
* make/: makefile.emo (1.5), makefile.wco (1.4,
bsopack-0_2_4-release, bsopack-0_2_2-release, bsopack-0_2-release,
bsopack-0_1-stable):
dmitry: * changed logo string to bsopack/OS2 for OS/2.
2001-04-17 Tuesday 19:09 d.sergienko
* src/bsoutil.c (1.9):
dmitry: * fixed segfault in createPktName()
2001-04-14 Saturday 15:39 joerg.jaspert
* man/: README (1.1, bsopack-0_2_4-release, bsopack-0_2_2-release,
bsopack-0_2-release), bsopack.1 (1.1) (utags: bsopack-0_1-stable):
Small manpage for bsopack
2001-04-14 Saturday 15:39 joerg.jaspert
* debian/: README.Debian (1.1, bsopack-0_1-stable), changelog
(1.1), control (1.1), copyright (1.1), dirs (1.1,
bsopack-0_2_4-release, bsopack-0_2_2-release, bsopack-0_2-release,
bsopack-0_1-stable), doc-base (1.1, bsopack-0_1-stable), docs (1.1,
bsopack-0_2_4-release, bsopack-0_2_2-release, bsopack-0_2-release,
bsopack-0_1-stable), huskymak.cfg (1.1), manpages (1.1,
bsopack-0_1-stable), rules (1.1): Files for Package Building in
Debian
2001-04-14 Saturday 15:38 joerg.jaspert
* Makefile (1.5): Changed the path of huskymak.cfg for Debian
2001-04-10 Tuesday 16:36 wulf.krueger
* README (1.5), bsopack.texi (1.3):
Wulf Krueger: * fixed spelling and grammatical errors in README and
bsopack.texi
2001-04-09 Monday 11:48 d.sergienko
* make/makefile.emo (1.1), make/makefile.emx (1.2),
make/makefile.lnx (1.3, bsopack-0_2_4-release,
bsopack-0_2_2-release, bsopack-0_2-release, bsopack-0_1-stable),
make/makefile.wco (1.3), make/makefile.wcw (1.3,
bsopack-0_2_4-release, bsopack-0_2_2-release, bsopack-0_2-release,
bsopack-0_1-stable), src/bsoutil.c (1.4):
dmitry: added makefile.emo and memory leak fix.
2001-04-08 Sunday 17:01 d.sergienko
* make/makefile.emx (1.1), src/bsoutil.c (1.3):
dmitry: added makefile.emx
2001-04-08 Sunday 06:49 d.sergienko
* README (1.4), bsopack.texi (1.2), make/makefile.lnx (1.2),
make/makefile.wco (1.2), make/makefile.wcw (1.2), src/bsopack.c
(1.2), src/bsoutil.c (1.2), src/config.c (1.2), src/config.h (1.2),
src/log.c (1.2), src/log.h (1.2):
dmitry: debug, makefiles, os2 fix
2001-03-19 Monday 20:27 d.sergienko
* bsopack.c (1.5), bsoutil.c (1.5), bsoutil.h (1.2), config.c
(1.6), config.h (1.4), log.c (1.6), log.h (1.2), makefile.lnx
(1.2), makefile.wco (1.2), makefile.wcw (1.2):
removing old files...
2001-03-19 Monday 20:22 d.sergienko
* make/makefile (1.1, bsopack-0_1-stable), make/makefile.lnx (1.1),
make/makefile.wco (1.1), make/makefile.wcw (1.1), src/bsopack.c
(1.1), src/bsoutil.c (1.1), src/bsoutil.h (1.1), src/config.c
(1.1), src/config.h (1.1), src/log.c (1.1), src/log.h (1.1):
directory tree changes.
2001-03-19 Monday 20:18 d.sergienko
* INSTALL (1.2, bsopack-0_1-stable), Makefile (1.4), TODO (1.6):
texinfo docs, directories...
2001-01-28 Sunday 07:40 d.sergienko
* bsoutil.c (1.4):
! fixed bug with incorrect zoneOutbound calculating
2001-01-16 Tuesday 00:46 tobi
* makefile.wco (1.1): added os/2 watcom makefile
2000-12-19 Tuesday 21:19 d.sergienko
* makefile.lnx (1.1), makefile.wcw (1.1):
+ added makefile.lnx & makefile.wcw
2000-12-19 Tuesday 21:17 d.sergienko
* Makefile (1.3), README (1.3), TODO (1.5), bsopack.c (1.4),
bsoutil.c (1.3), config.c (1.5), config.h (1.3), log.c (1.5):
dmitry: Tue Dec 19 23:16:21 EET 2000 + watcom c (win32) porting,
various fixes & modifications
2000-12-17 Sunday 23:00 d.sergienko
* README (1.2), TODO (1.4), bsopack.c (1.3), config.c (1.4),
config.h (1.2), log.c (1.4):
Mon Dec 18 01:00:02 EET 2000 dmitry: * added command line switches,
code cleanup...
2000-12-12 Tuesday 13:09 d.sergienko
* TODO (1.3), config.c (1.3), log.c (1.3):
dmitry: ! if fidoconfig not found print error on stderr instead of
log * changed output to stdout when errors to stderr
2000-12-10 Sunday 08:07 d.sergienko
* config.c (1.2), log.c (1.2):
! added NULL checking for logFileDir, loglevels & screenloglevels
2000-12-07 Thursday 07:58 d.sergienko
* Makefile (1.2), TODO (1.2), bsopack.c (1.2), bsoutil.c (1.2):
dmitry: * moving bsopack to cvs
2000-12-02 Saturday 16:06 ml
* COPYING (1.1), Makefile (1.1), README (1.1), TODO (1.1),
bsopack.c (1.1), bsoutil.c (1.1), bsoutil.h (1.1), config.c (1.1),
config.h (1.1), log.c (1.1), log.h (1.1), INSTALL (1.1): Initial
revision