xref: /plan9/sys/src/cmd/fossil/history (revision dc5a79c1208f0704eeb474acc990728f8b4854f5)
1changes since initial alpha release
2
35 jan 2003
4	add -v flag to flfmt as documented
5	add "con /srv/fscons" to fossilcons(8) synopsis
6	add -AWP to the initialization example in fossil(4).
7	change users to print "no file" if the user table is
8		not backed by a file.
9	change snapClose not to die when s==nil
10	correct handling of file truncation to specific size
11	disable the close command for now
12
137 jan 2003
14	make fossil chatter a bit less to stderr.  errors
15	still go to stderr.
16
1711 jan 2003
18	add console prints on auth failure, for debugging
19	mark vtConnect message as warning
20	fix create command in user command
21	add background process to sync disk periodically
22	allow multiple snapshots per minute
23	fix bugs in soft updates
24	add double-check of ndirty to flushFill.  i've seen metadata
25		not get updated when you change it right before a reboot,
26		and i don't understand why.
27
2810 feb 2003
29	better error messages for fossil console functions
30
3118 feb 2003
32	correct handling of flush messages
33	add msgWrite procs to handle output queues
34	comment out an overeager assert in source.c.
35	move setting of fid->qid.path higher in rTcreate for exclAlloc.
36
3720 feb 2003
38	flfmt -v was trying to create /active; bug fixed.
39
4016 apr 2003
41	df command, who command, halt, unhalt
42
4315 jun 2003
44	make df easier to understand
45	read config out of fossil disk (-f option)
46	fossil/conf
47	automatic deletion of snapshots
48
49
50