Commits on Nov 20, 2020
-
I placed the Git tag V2.19 in hindsight at 5552824. But I certainly don't want to rewrite the Git history just for the reported version, so I simply set the reported version at today's HEAD to 2.19.
Commits on Jun 9, 2019
-
Replace GIT_SHA with a more versatile BUILD_ID definition.
When compiling cc65, it will by default place the git hash (if available) of the checked out commit in the version string. This isn't useful when building a package for a Linux distribution, since there either won't be an upstream git hash if there is one at all. Thus we replace GIT_SHA with a more versatile BUILD_ID, which can be defined to any arbitrary string. When building, its contents will be appended to the version string instead of the git hash. If BUILD_ID is not defined by the user the behaviour will be exactly the same as before. That means BUILD_ID gets automatically defined to Git <GIT_SHA>, if it can be determined from a checkout.
Commits on May 29, 2019
Commits on Mar 7, 2018
-
Switched Apple II output format to AppleSingle.
Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change. I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.
Commits on Apr 6, 2017
-
As suggested the incompatibility resulting from 02daf9f makes a new version appropriate.
Commits on Jun 25, 2015
-
As suggested the incompatibility resulting form changing the default calling convention makes a new version appropriate - from user perspective.
Commits on Mar 18, 2014
Commits on Mar 9, 2014
Commits on Mar 4, 2014
Commits on May 12, 2013
-
The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems appropriate to increase the minor version.
Commits on May 9, 2013
Commits on Oct 6, 2009
-
git-svn-id: svn://svn.cc65.org/cc65/trunk@4336 b7a2c559-68d2-44c3-8de9-860c34a00d81
uz committedOct 6, 2009
Commits on Sep 28, 2009
-
Move the version numbers from the interface of the version module int…
…o a new implementation. Allow for release candidates to be specified and disinguished. git-svn-id: svn://svn.cc65.org/cc65/trunk@4260 b7a2c559-68d2-44c3-8de9-860c34a00d81
uz committedSep 28, 2009