home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / dannws11.zip / HISTORY < prev    next >
Text File  |  1995-07-02  |  3KB  |  67 lines

  1. Version 1.0 -> 1.1
  2. ------------------
  3.  
  4. - Found out by accident that Tin 1.3 beta seems a lot faster if you delete
  5.   the .overview files and let it recreate them from scratch after each news
  6.   unbatch. So, I added a new option to do this.
  7.  
  8.  
  9. Version 0.4 -> 1.0
  10. ------------------
  11.  
  12. - Re-wrote the file stuff to make it faster. Can't really tell if it is or
  13.   not, but I can't be arsed to change it back.
  14. - Added support for the control group.
  15. - Gets newsgroup list from UULIB:DanNewsGroups as well as UULIB:newsgroups,
  16.   so you can define extra groups that you don't want your newsreader to show
  17.   (makes the control groups easier to manage).
  18. - Fixed CTRL-C memory leak.
  19. - Made error messages clearer.
  20.  
  21.  
  22. Version 0.3 -> 0.4
  23. ------------------
  24.  
  25. - It can be given a plain file instead of a batch file (even though, it still
  26.   doesn't do local postings).
  27. - Won't complain any more if batch file doesn't exist.
  28. - Won't complain any more if given an empty batch file.
  29. - Won't crash any more with very corrupt batch files.
  30. - Writes .next files out faster.
  31.  
  32.  
  33. Version 0.2 -> 0.3
  34. ------------------
  35.  
  36. - It'll accept input from stdin now (eg. "DanNews <some_batch_file").
  37. - If the batch file's corrupt, you get the offset of (roughly) where the
  38.   error is. Now load it into an editor, go to the offset, and tidy things up.
  39.   It must be an editor that doesn't expand or compress any tabs or spaces.
  40. - Sometimes hitting ^C would leave a file locked. Fixed.
  41. - If you've got hardlinks turned on and the program finds that it can't
  42.   hardlink crossposted articles then it tries to save the article normally
  43.   instead of just giving an error message and moving on to the next one
  44.   (which was what happened last time).
  45. - Added DELETE switch - automatically delete the batch file at the end if
  46.   everything unbatched OK.
  47. - Added PATH switch: alter the 'Path' header to include your sitename.
  48. - Added XREF switch: generate 'Xref' headers for your newsreader.
  49. - Added -1 switch: only unbatch to the first group listed in the 'Newsgroups'
  50.   header for crossposted articles.
  51. - Added -h switch: turn off hardlinks for crossposted articles.
  52. - Added -n switch: run through the program but don't unbatch anything.
  53. - Added -t option: give directory of tempory work file (only used for
  54.   unbatches from stdin).
  55.  
  56.  
  57. Version 0.1 -> 0.2
  58. ------------------
  59.  
  60. - Fixed a problem where if you give a negative number for the cache size
  61.   (this also included the default), it got confused about the amount of free
  62.   memory so sometimes it wouldn't unbatch the news.
  63. - Got rid of an enforcer hit.
  64. - On a couple of occasions it could lock up instead of unbatching. Fixed
  65.   that.
  66. - Add some statistics, if you want them, with the STATS switch.
  67.