-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
53 lines (40 loc) · 1.86 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
2023-12-28 Francesco Paolo Lovergine <[email protected]>
* Moved code to github.
* Updated with latest general patches from Debian.
* Updated documents.
* Get rid of a series of modern compiler warnings.
* Updated for modern autotools.
* Added manpage created in form of a POD file.
* Moved to GPL-3 for future cmocka integration (licensed Apache 2).
* Revised for missing headers in some header files for consistency.
* Added missing boilerplates for GPL and updated all of them.
* Added dist/ dir with contributed init script and systemd unit files.
* Added docbook howto as updated on LDP repository.
2006-08-23 Ramana Enaganti <[email protected]>
* autohome.c: added new suboptions nohomecheck, owner
* autogroup.c added new suboption group
* automisc.c added new suboption fastmode
2006-10-21 Ramana Enaganti <[email protected]>
* back.c: Split this file into smaller files:
backup.c backup_queue.c backup_child.c
backup_pid.c backup_fork.c.
Moreover backup architecture changed so that code becomes
simple to maintain and test.
* lockfile.c: Dynamic rehashing added.
* multipath.c Dynamic rehashing added.
* workon.c: Dynamic rehashing added.
Memory accessing from outside critical section fixed.
* backup.c: -L option added.
This limits the time in seconds which any backup process
can not exceed.
2006-11-6 Ramana Enaganti <[email protected]>
* backup_pid.c: Memory leak fixed.
2006-11-24 Ramana Enaganti <[email protected]>
* backup.c, backup_child.c: fixed shutdown related bugs
* autodir.c: More compatible with new autofsv5 module
* backup_queue.c nono sleep introduced between backup forks
2007-4-16 Ramana Enaganti <[email protected]>
* autohome.c, autogroup.c: rename added for stale accounts.
Considered bug fix.
* autogroup.c: missing groupid initialization. fixed.
* time_mono.c: Initialization changed to work with slackware.