home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / TOOLS / WIN32 / WFDCOPY-1.02.ZIP / History.txt < prev    next >
Text File  |  2002-03-14  |  3KB  |  106 lines

  1. -----------------------------------------------------------------------------
  2.  
  3. wfdcopy: Windows Floppy Disk Copy
  4.  
  5. Copyright (c) 2000-2002, HervΘ PARISSI <hparissi@laposte.net>
  6.  
  7. -----------------------------------------------------------------------------
  8.  
  9. History
  10.  
  11. -----------------------------------------------------------------------------
  12.  
  13.  This program is free software; you can redistribute it and/or modify
  14.  it under the terms of the GNU General Public License as published by
  15.  the Free Software Foundation; either version 2 of the License, or
  16.  (at your option) any later version.
  17.  
  18.  This program is distributed in the hope that it will be useful,
  19.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21.  GNU General Public License for more details.
  22.  
  23.  You should have received a copy of the GNU General Public License
  24.  along with this program; if not, write to the Free Software
  25.  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  26.  
  27. -----------------------------------------------------------------------------
  28.  
  29. v1.02 (14/03/2002)
  30. ------------------
  31. - add some support for second drive (low-level)
  32. - quick-fix the bug when no disk is in the drive
  33. - add *.bin in the file-selector
  34.  
  35. v1.01 (05/01/2002)
  36. ------------------
  37. - format errors under NT/w2k/XP _should_ now be reported correctly
  38. - write-protection with format when writing disk is now reported
  39. - now all floppy-images (*.st, *.dsk *.img) are displayed in the file-selector
  40.  
  41. v1.00 (26/10/2001)
  42. ------------------
  43. - small fixes (windres bug workaround for instance !)
  44. - e-mail change (hparissi@laposte.net)
  45. - going v1.00 at least !
  46.  
  47. v0.09b (20/09/2000)
  48. -------------------
  49. - oops, v0.09 didn't work, re-write the failing code!
  50.  
  51. v0.09 (19/09/2000)
  52. ------------------
  53. - add support to bypass bad bootsector
  54.  
  55. v0.08 (04/08/2000)
  56. ------------------
  57. - some fixes, fix the bad version "bug"...
  58. - some cleaning
  59.  
  60. V0.07 (02/08/2000)
  61. ------------------
  62. - wntfloppy.[ch] : started the wNT/w2k part
  63. - unifloppy.[ch] : "universal" (w95/wNT) floppy access
  64. - some small fixes
  65. - release to SourceForge
  66.  
  67. v0.06 (02/08/2000)
  68. ------------------
  69. - documentations: README.1ST, wfdcopy.txt
  70. - some fixes
  71. - release to SourceForge
  72.  
  73. v0.05 (31/07/2000-01/08/2000)
  74. -----------------------------
  75. - copy.c : copy (disk-to-file-to-disk)
  76.  
  77. v0.04 (20/07/2000)
  78. ------------------
  79. - file2dsk.c : write images to floppy disks, formatting does not work
  80. - fix the Borland C++ 5.5 "bug" (#define _WIN32_WINNT 0x0400)
  81. - upload the source archive to SourceForge (wfdcopy.sourceforge.net)
  82.  
  83. v0.03 (19/07/2000 - 20/07/2000)
  84. -------------------------------
  85. - Progression UI
  86. - Auto-ignore feature
  87. - Source clean-up
  88.  
  89. v0.02 (17/07/2000 - 18/07/2000)
  90. -------------------------------
  91. - read floppy disk in the background (so the main window doesn't lock anymore)
  92. - cosmetic changes
  93. - write alternative makefiles and try them (Borland C++ 5.5 doesn't work fine,
  94.   LCC-win32 is ok)
  95.  
  96. v0.01 (16/07/2000)
  97. ------------------
  98. - UI
  99. - implement a basic read-disk-to-file (in the foreground, so it locked the
  100.   window)
  101.  
  102. v0.00 (15/07/2000)
  103. ------------------
  104. - writing w9xfloppy.c
  105.  
  106.