history 1.4 KB

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