Skip to content

Commit

Permalink
Update for v0.9.29a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 17, 2018
1 parent a956405 commit 48636bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@

PROJ = FlashFloppy
VER = v0.9.28a
VER = v0.9.29a

SUBDIRS += src bootloader reloader

Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Expand Up @@ -3,6 +3,15 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v0.9.29a - 17 September 2018
- New and improved image handlers:
- ST: Fix 80-cyl single-sided images
- IMG: Kaypro (host=kaypro)
- IMG: MSX fix 40-cyl/5.25" formats (host=msx)
- IMG: PC-DOS fix missing IAM (host=pc-dos)
- IMG: All: Support long sectors (>1024k)
- Indexed mode: Don't require DSKA0000 image

** v0.9.28a - 26 August 2018
- New image types supported:
- IMG: Fluke 9100 (host=fluke)
Expand Down
2 changes: 1 addition & 1 deletion inc/util.h
Expand Up @@ -9,7 +9,7 @@
* See the file COPYING for more details, or visit <http://unlicense.org>.
*/

#define FW_VER "0.9.28a"
#define FW_VER "0.9.29a"

#ifndef NDEBUG
#define ASSERT(p) do { if (!(p)) illegal(); } while (0)
Expand Down

0 comments on commit 48636bc

Please sign in to comment.