Ignore:
Timestamp:
Jan 28, 2016, 9:39:16 AM (10 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.1.0-RELEASE [2013-04-05]

This is the version as included on the eCS v2.2-beta CD's.
It was technically a pre-v1.1.0 release, with the final v1.1.0,
including some minor patches, to be included with eCS v2.2-GA.
Because this version is now known to be v1.1.0, we'll keep it that way.

The minor patches and meanwhile done fixes will soon appear as v1.1.1
test-version commits to be consolidated to a v1.1.2 release.
Issues regarding removable media are planned for the v1.1.4 release as
this requires removal of obsolete code and optimizing existing code to
create space in the ~32K block (track0) the loader resides in.

With this version of AiR-BOOT, the display of the version number has
changed to be compatible with the WarpIN versioning system.
So all digits are now separated by a dot. This change is only visual and
tools relying on the way AiR-BOOT stores it's version numer internally
are not affected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/AIR-BOOT.HIS

    r54 r55  
    2525; ------------------------------------------------
    2626;
    27 ; v1.1.0-pre
    28 ; ----------
    29 ; # Updated textual version information from v1.0.8 to v1.1.0
    30 ;   This does not include the version identifiers.
     27; v1.1.0-final
     28; ============
     29; # Bumped Version Number
    3130;   During v1.0.8 is was decided that odd minor versions will be test-versions.
    3231;   Since v1.0.8 was a test-version all the way, the final stuff has been
     
    3534;   test-releases. Version 1.1.2 would be a next release.
    3635;
     36; # Updated version numbers
     37;   All version identifiers updated from v1.0.8 to v1.1.0
     38;   AIRBOOT.BIN, INSTALL[D2WL].EXE and SETABOOT.EXE.
     39;
    3740; # Fixed Virus Regression
    3841;   Using the enhanced drive-letter feature to boot eCS installations using
     
    4043;   This was caused by a missing update to the PBR CRC in the AB configuration.
    4144;   This has been fixed.
     45;
     46; # Only clear bootable flag on boot-drive
     47;  This interferred with booting other drives, not containing AiR-BOOT,
     48;  directly from the BIOS. Now AiR-BOOT only clears the bootable-flag on the
     49;  boot-drive, which is the one where AiR-BOOT got activated from.
     50;
     51; # Check for INT13X extensions before using them
     52;   Now the availability of INT13X is checked and a popup is displayed and the
     53;   system halted when they are not available. INT13X is a requirement for
     54;   this and higher versions of AiR-BOOT.
    4255;
    4356; v1.0.8-rc3-bld20120909
Note: See TracChangeset for help on using the changeset viewer.