File: ChangeLog

package info (click to toggle)
autodir 0.99.9-10
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,904 kB
  • sloc: sh: 8,333; ansic: 7,616; makefile: 102
file content (39 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download | duplicates (7)
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
2006-08-23 Ramana Enaganti <ramana@intraperson.com>

* autohome.c: added new suboptions nohomecheck, owner
* autogroup.c added new suboption group
* automisc.c added new suboption fastmode

2006-10-21 Ramana Enaganti <ramana@intraperson.com>

* 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 <ramana@intraperson.com>

* backup_pid.c: Memory leak fixed.

2006-11-24 Ramana Enaganti <ramana@intraperson.com>

* 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 <ramana@intraperson.com>

* 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.