2009-10-22

  - Fixed MP3 and OGG support in SDL_mixer.
  - Recompiled with -O3 optimization.

2009-09-16

  - Toolchain and rootfs were compiled in MIPS I flavor, but the JZ4740
    seems to be MIPS32. Recompiled in MIPS32 mode (tanks Vladimir
    Silyaev).
  - Changed the USB network netmask to 255.255.255.252 (makes much more
    sense than using 255.0.0.0 and clobbering the whole 10.x.x.x range).
  - Added libmikmod, as it seems a fairly used library by developers.

2009-07-31

  - Updated initramfs to allow to specify several alternate "boot=" and
    "root=" arguments. This is required to support both partitionless and
    normal cards.
  - Added option "utf8" in initramfs when mounting boot partition, so
    foreign language characters are properly handled (thanks Rookie1).
  - Changed MMC controller to 1-BIT mode. Clobbers performance but data
    corruption on writes seems to be fixed. Workaround until the real
    problem is identified and fixed.
  - Added patch set for timidity in SDL_mixer (/etc/timidity.cfg and
    /usr/share/midi/instruments/*).
  - Upgraded to busybox-1.14.3.

REMEMBER: ethernet-over-USB and SD/MMC are as of this release suboptimally
configured as a workaround for known bugs. I am working on these issues,
please be patient.

2009-07-30

  - Changed USB device controller to PIO mode instead of DMA, since the
    later seems to be badly broken. The throughput is less than half of
    DMA mode, but at least it works. Back to DMA when it's fixed.

2009-07-28

  - Enabled joystick support in SDL but forcing the dummy driver.
  - Minor fix in automatic subdirectory creation in /usr/local.

2009-07-26

  - Backported from kernel 2.6.24.6 fix for usb ethernet gadget.
    Now Windows RNDIS driver works (but ethernet communication is still
    broken and will fail a few seconds after starting and high bandwidth
    transfer via FTP).
  - Patched SDL so SDL_NOMOUSE=1 is no longer necessary.
  - Updated to busybox-1.14.2 + current patches.
  - Added symlink /etc/TZ ---> /usr/local/etc/timezone
  - Automatic creation of default subdirectories in /usr/local.
  - Automatic creation of default /usr/local/etc/timezone.

2009-07-20

  - First release.

