diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/cmd/fossil/history |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/cmd/fossil/history')
-rwxr-xr-x | sys/src/cmd/fossil/history | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sys/src/cmd/fossil/history b/sys/src/cmd/fossil/history new file mode 100755 index 000000000..3f8cc0e88 --- /dev/null +++ b/sys/src/cmd/fossil/history @@ -0,0 +1,49 @@ +changes since initial alpha release + +5 jan 2003 + add -v flag to flfmt as documented + add "con /srv/fscons" to fossilcons(8) synopsis + add -AWP to the initialization example in fossil(4). + change users to print "no file" if the user table is + not backed by a file. + change snapClose not to die when s==nil + correct handling of file truncation to specific size + disable the close command for now + +7 jan 2003 + make fossil chatter a bit less to stderr. errors + still go to stderr. + +11 jan 2003 + add console prints on auth failure, for debugging + mark vtConnect message as warning + fix create command in user command + add background process to sync disk periodically + allow multiple snapshots per minute + fix bugs in soft updates + add double-check of ndirty to flushFill. i've seen metadata + not get updated when you change it right before a reboot, + and i don't understand why. + +10 feb 2003 + better error messages for fossil console functions + +18 feb 2003 + correct handling of flush messages + add msgWrite procs to handle output queues + comment out an overeager assert in source.c. + move setting of fid->qid.path higher in rTcreate for exclAlloc. + +20 feb 2003 + flfmt -v was trying to create /active; bug fixed. + +16 apr 2003 + df command, who command, halt, unhalt + +15 jun 2003 + make df easier to understand + read config out of fossil disk (-f option) + fossil/conf + automatic deletion of snapshots + + |