Skip to content

Releases: fadden/nulib2

NuLib2 / NufxLib v3.1.0

21 Sep 21:44
Compare
Choose a tag to compare

This release has some minor improvements:

  • Fixed handling of archive entries with missing threads.
  • Improved Mac OS X file type handling.
  • Updated list of recognized extensions to match CiderPress.
  • Made some compatibility tweaks for Visual Studio 2015 / 2017.

Pre-built Win32 binaries can be obtained from the http://nulib.com/ download page.

NuLib2 / NufxLib v3.0.0

09 Jan 22:21
Compare
Choose a tag to compare

This release includes some significant updates to the source code, especially in NufxLib, but relatively few user-visible changes.

For Linux and Mac OS X users, NuLib2 now converts filenames to and from "Mac OS Roman". This is the character set used on the Apple IIgs and old Macs. The characters are converted to their Unicode equivalents when extracting files, and converted back when adding files.

The Unicode work has not been ported to Win32, so the behavior there is unchanged.

The Mac OS X code has been updated, so the project now builds on the Mac. The FinderInfo (creator and file type) handling has been updated, so files extracted from NuFX or Binary ][ archives should have the correct 'pdos' type.

Pre-built Win32 binaries can be obtained from the http://nulib.com/ download page.

NuLib2 / NufxLib v2.2.2

30 Oct 19:31
Compare
Choose a tag to compare

This is the first release of NuLib2 and NufxLib in their new home on github. There should be no change in functionality from the code on SourceForge, though the updated binaries include a fix that went in about five years back.

The most significant change in this release is a rewrite of the Win32 makefiles. The latest binaries were built with the Visual Studio 2013 C compiler. The binary created doesn't work on WinXP or older systems, but the v2.2.0 binary works just fine.

The Linux build seemed to work fine, but I took the opportunity to update the autoconf configure scripts.

For pre-compiled Win32 binaries, see the http://nulib.com/ download page.