CiderPress Change Log

Return to main page.

CiderPress has five distinct components:

  1. [app] - the main Windows application.  Holds MFC user interface code and an abstraction layer that makes SHK archives, BNY archives, and disk images look alike.
  2. [reformat] - file converters.  Reformat text and graphics into formats more easily accessible under Windows.  (This was part of [app] until v2.0.)
  3. [mdc] - the Multi-Disk Catalog application.  A small bit of UI code that drives the DiskImg library.
  4. [util] - a library of functions shared between [app] and [mdc].
  5. [diskimg] - the disk image DLL.  All access to disk images goes through two classes exported by this library.  The DiskImg class imitates a device driver layer, abstracting away the different image formats and allowing access via track/sector, block, or nibble track.  The DiskFS class imitates a File System Translator (FST), abstracting filesystem differences away to provide ProDOS-like file access on all supported filesystems.  This library also runs under Linux.

In addition, CiderPress uses the NufxLib library to access NuFX (ShrinkIt) archives, and zlib to compress and expand ".gz" and ".zip" files.

v3.0.1 - 4-Jan-2009

v3.0.0 - 25-Mar-2007

v2.4.6 - 19-Feb-2007

v2.4.5 - 3-Dec-2006

v2.4.4 - 7-Oct-2006

v2.4.3 - 3-Sep-2006

v2.4.2 - 16-Jul-2006

v2.4.1 - 17-Jun-2006

v2.4 - 20-Feb-2006

v2.3.2 - 10-Jan-2006

v2.3.1 - 11-Dec-2005

v2.3.0 - 17-Oct-2005

v2.2.0 - 5-Jun-2005

v2.1.4 - 21-Mar-2005

v2.1.3 - 16-Feb-2005

v2.1.2 - 23-Dec-2004

v2.1.1 - 2-Dec-2004

v2.1 - 16-Nov-2004

v2.0.1 - 18-Oct-2004

v2.0.0 - 13-Oct-2004

v1.2.5 - 7-May-2004

v1.2.4 - 10-Mar-2004

v1.2.3 - 16-Oct-2003

v1.2.2 - 22-Jul-2003

v1.2.1 - 14-Jul-2003

v1.2 - 08-Jun-2003

v1.1 - 17-Apr-2003

v1.0 - 19-Mar-2003


SourceForge.net Logo