RasppleII / a2server

AppleTalk server for Apple II computers
Other
31 stars 8 forks source link

Semantic versioning #50

Closed knghtbrd closed 8 years ago

knghtbrd commented 8 years ago

Closes #49.

setup/index.txt, update/index.txt: Set current version to "1.2.7". Modified code within each to handle old (1.2.6 and older) versions written to /usr/local/etc/A2SERVER-version.

setup/index.txt: Used to be that /usr/local/etc/A2SERVER-version was only written if the version being installed was older than the version already there. That doesn't make sense given that it installs the older version THEN starts worrying about whether the current version is older than what was already installed.

I can and eventually will just write a version comparator and do something about downgrades, but this doesn't seem like the time to do it.