mirror of
https://github.com/RasppleII/a2server.git
synced 2024-11-01 05:05:26 +00:00
7cf972cc7d
Closes #11 and #13. As mentioned in #11, support for Ubuntu should return in the future, but not explicitly. Rather, the core of A2SERVER itself ashould be made to run on any OS distribution for which our requirements are met. The goal is that any OS-specific details should be part of OS-specific packaging or handled by the user (editing MOTD/issue files, etc.) We can handle those details on Debian systems because we know how to do that when packaging for Debian. Ubuntu, Fedora, etc. packages will have to make their own tweaks. This commit doesn't do all of that, but it does mean there's one fewer things we need to worry about during the transition.
66 lines
3.5 KiB
Plaintext
66 lines
3.5 KiB
Plaintext
1.0.0: Jan 2012: initial release
|
|
|
|
1.0.1: Jan 2012: fixes Netatalk date-stamp bug (thanks to Steven Hirsch)
|
|
|
|
1.0.2: Jan 2013: Netatalk 2.2.4; OS X 10.7+ login fixed; netboot fixes;
|
|
Raspbian "Wheezy" support; Ubuntu 12.04 LTS support
|
|
|
|
1.1.0: Apr 2013: Full GS/OS install; eliminated GS.SYSTEM volume;
|
|
Raspberry Pi enhancements; lots of improvements to installer;
|
|
more utilities installed for Apple II; improved cppo
|
|
NOTE: fresh install required, can't update earlier version
|
|
|
|
1.1.1: Jun 2013: Wi-Fi support; updates/additions to commands in a2server-help;
|
|
bug fixes and improvements to install script; appletalk kernel
|
|
module for Raspbian (instead of replacement kernel); RPi
|
|
console (onboard serial) set to 19,200 bps during boot
|
|
|
|
1.1.2: Oct 2013: resolves issue of no AppleTalk in Raspbian 2013-09-10 and
|
|
later; faster command-line installation on Raspberry Pi
|
|
(nulib2 and unar binaries are downloaded rather than compiled)
|
|
|
|
1.1.3: Jan 2014: shares ADTPro disks folder as ADTDISKS; added environment
|
|
variables for shared folders; can resolve by name
|
|
"a2server.local" if network client has Bonjour/zeroconf;
|
|
server presents itself as Shared computer to Macs on network;
|
|
VM based on Debian 7
|
|
|
|
1.1.4: Jan 2014: fixes bug with network boot if ADTPro disks folder is shared
|
|
|
|
1.1.5: Jul 2014: a2server-setup fixes Raspbian 20-Jul-14 AppleTalk kernel panic
|
|
|
|
1.2.0: Aug 2014: a2server-setup and Netatalk startup script addresses AppleTalk
|
|
kernel panic on any Linux kernel 3.12-3.15; Netatalk starts
|
|
in background, preventing startup delay; a2server-setup always
|
|
configures Netatalk startup script and can download a new one
|
|
if missing; a2server-setup on Raspbian or Debian 7 x86 is
|
|
faster because it downloads binaries rather than compiling
|
|
from source; unbit/unexec/usq unarchivers added; additional
|
|
virtual machine which has both A2SERVER and A2CLOUD installed
|
|
|
|
1.2.1: Jan 2015: minor fixes; support for LED blink on Raspbian 2015-01-31
|
|
|
|
1.2.2: Mar 2015: installer improvements: now has command line options,
|
|
including unattended install; installer sets passwords
|
|
automatically to 'apple2'; status messages are now prefixed by
|
|
A2SERVER:; can update Raspple II (Raspbian OS,
|
|
NOOBS install manager, A2SERVER, and A2CLOUD); minor fixes.
|
|
|
|
1.2.3: May 2015: changed Apple software links to Internet Archive
|
|
|
|
1.2.4: Jul 2015: offer to download A2CLOUD disk contents onto A2FILES volume
|
|
|
|
1.2.5: Nov 2015: netboot install option for GS/OS 6.0.2/3
|
|
netboot always downloads GS/OS disk images even if present
|
|
provides error if a2setup doesn't have internet
|
|
remove persisting a2server-setup options after aborted install
|
|
fixed installer bug that omits first and last script elements
|
|
download images from Apple, with Internet Archive as a backup
|
|
install HFS.FST during netboot install
|
|
|
|
1.3.0: Oct 2015: support for using A2SERVER scripts from a location other than
|
|
appleii.ivanx.com/a2server for development purposes
|
|
Nov 2015: Merged Ivan's 1.2.5 release, removed support for Ubuntu for
|
|
now (see RasppleII/a2server#11), patched ProDOS 8 in boot
|
|
files for current year table
|