Ignore:
Timestamp:
Apr 13, 2014, 9:13:58 PM (11 years ago)
Author:
Ben Rietbroek
Message:

Preparing for v1.1.0 [2013-04-05]

During v1.0.8 it was decided that odd minor numbers will be
test-versions. Since v1.0.8 was actually a test-version with several
test-releases but with an even minor number, it was decided to bump the
final release to v1.1.0.

Thus, v1.1.1 will be the next test-version after the upcoming official
v1.1.0 release. When such test-versions are published, for instance to
get feedback, or solve a particular issue, the build-date and BLDLEVEL
information will identify such a test-release. This information can be
viewed by pressing the TAB-key while the Main Menu is displayed. Such
test-releases will also have a slightly different visual appearance to
distinguish them from official releases.

Because all test-versions between official releases identify themselves
with the same version number, upgrading from one test-release to another
requires the /forcecode option on the Installer.

Following this scheme, v1.1.2 will be the next official release after
the upcoming v1.1.0 release.

It is possible however, that major changes break compatibility with
previous releases, in which case the middle number will be incremented
to reflect this.

Note that this commit still identifies as v1.0.8.

Changes

o Bumped version information to v1.1.0
o Updated version dependent code in the Installers and SETABOOT.EXE

File:
1 edited

Legend:

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

    r51 r54  
    2424; Rousseau: Fixes, Enhancements and fresh bugs :-)
    2525; ------------------------------------------------
     26;
     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.
     31;   During v1.0.8 is was decided that odd minor versions will be test-versions.
     32;   Since v1.0.8 was a test-version all the way, the final stuff has been
     33;   bumped to v1.1.0, including the version of the configuration.
     34;   v1.1.1 will be any following test-version, with build-dates separating
     35;   test-releases. Version 1.1.2 would be a next release.
     36;
     37; # Fixed Virus Regression
     38;   Using the enhanced drive-letter feature to boot eCS installations using
     39;   the same drive-letter caused the PBR-virus protection to activate.
     40;   This was caused by a missing update to the PBR CRC in the AB configuration.
     41;   This has been fixed.
    2642;
    2743; v1.0.8-rc3-bld20120909
     
    362378;
    363379;
    364 ; v1.07
    365 ; -----
     380; v1.07-final
     381; ===========
    366382; # Huge Drives and LVM #
    367383;   When using disks >512GB under eComStation, the drive geometry changes to
     
    391407;
    392408; v1.06
    393 ; -----
     409; =====
    394410; This is the last version developed by Martin Kiewitz.
    395411; It serves as the base for the versions above.
Note: See TracChangeset for help on using the changeset viewer.