12009-01-12 John Elliott
2
3	* lib765-0.4.2 released.
4
5	* Increased the size of fdc_exec_buf. Since multisector reads have
6	 been added, it needs to hold a whole track.
7
82007-06-11 John Elliott
9
10	* lib765-0.4.1 released.
11
12	* Removed spurious reference to LIBDSK_EXPOSES_DIRTY.
13
142007-04-15 John Elliott
15
16	* lib765-0.4.0 released.
17
18	* Add basic support for multisector reads (no multisector writes yet).
19	 This should allow Speedlock protection to work.
20
212006-03-29 John Elliott
22
23	* Don't segfault if fdc_get_st3() is called on a nonexistent drive
24	 (Mike Wynne)
25
262005-02-19 Philip Kendall
27
28	* Added fd_dirty() function and backend implementations.
29
302005-01-26 John Elliott
31
32	* Version 0.3.3 released.
33
34	* Fixed a silly transposition bug that was causing MFM sectors to be
35	 written as FM, and vice versa. It wouldn't matter except that
36	 libdsk-1.1.2 and newer actually check FM/MFM in .DSK images.
37
382003-06-18 John Elliott
39
40	* Version 0.3.1.1 released.
41
42	* Configure script can now specify path to LibDsk (Philip Kendall)
43
442003-06-09 John Elliott
45
46	* Version 0.3.1 released.
47
48	* The default error function had the wrong prototype (Philip Kendall)
49
502002-11-18 John Elliott
51
52	* Version 0.3.0 released.
53
54	* For MacOS X compatibility, make fdc_dprintf() an explicitly
55	 registered callback rather than an undefined symbol (Fredrick Meunier)
56
572002-04-11 John Elliott
58
59	* Version 0.2.0 released.
60
61	* Sync with LibDsk 0.9.0.
62
63	* Add support for WRITE DELETED DATA / READ DELETED DATA.
64
65	* Add API support for FM encoding and multitrack operation, though
66	 no driver (except LibDsk -> Linux floppy) supports these.
67
682002-04-06 John Elliott
69
70	* Version 0.1.1 released.
71
72	* Bugfixes for silly bugs in version 0.1.0 (Darren Salt, Philip Kendall)
73
74	* Version 0.1.0 released.
75
76	* Rewritten to conceal internal data structures from calling
77	 program, so that future versions can change without breaking
78	 binary compatibility.
79
80
812002-02-26 John Elliott
82
83	* Initial release.
84
85