[go: up one dir, main page]

File: ChangeLog

package info (click to toggle)
autodir 0.99.8-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,920 kB
  • ctags: 775
  • sloc: sh: 8,544; ansic: 7,297; xml: 431; makefile: 104
file content (32 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
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
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