2 |
- |
1 |
changes since initial alpha release
|
|
|
2 |
|
|
|
3 |
5 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 |
|
|
|
13 |
7 jan 2003
|
|
|
14 |
make fossil chatter a bit less to stderr. errors
|
|
|
15 |
still go to stderr.
|
|
|
16 |
|
|
|
17 |
11 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 |
|
|
|
28 |
10 feb 2003
|
|
|
29 |
better error messages for fossil console functions
|
|
|
30 |
|
|
|
31 |
18 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 |
|
|
|
37 |
20 feb 2003
|
|
|
38 |
flfmt -v was trying to create /active; bug fixed.
|
|
|
39 |
|
|
|
40 |
16 apr 2003
|
|
|
41 |
df command, who command, halt, unhalt
|
|
|
42 |
|
|
|
43 |
15 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 |
|