-------------------- AmigaOS 3.1.4.(1) project -----------------------

Changes for release 46.1 (21.1.2018)

- uses now the boards library to identify Zorro boards.

- uses now the MMU library (if loaded) to identify the MMU.

----------------------- AmigaOS 3.2 project --------------------------

Changes for release 46.2 (7.4.2019):

- streamlined more, removed all static board types

Changes for release 46.3 (24.8.2019):

- added check for FPGA bit.

Changes for release 47.1 (4.12.2019):

- Printing of the config bits was broken.

Changes for release 47.2 (9.2.2020):

- Open new window under WB titlebar.

Changes for release 47.3 (28.3.2020):

- Unified memory output strings to KB, MB, GB

- Other style changes

Changes for release 47.4 (23.5.2020):

- Added ReAction GUI

Changes for release 47.6 (24.5.2020)

- Replaced the locale string lookup code with a safer version which
  does not go off the rails if asked to look up a string ID value
  which is not stored in the local CatCompBlock data lump.

Changes for release 47.7 (24.5.2020)

- Added temporary version string that got MIA

- TO DO: bring back the debug switch and add GUI switch

Changes for release 47.8 (25.5.2020)

- Fixed locale and layout issues

- Properly aligned column headers in ListBrowser gadgets

Changes for release 47.9 (4.6.2020)

- Cleaning the ListBrowsers after disposing the window object is 
  probably a bad idea. Fixed.

- Removed double opening/closing of graphics.library

- Removed surplus OpenLocaleBase call in main(), relocated Locale 
  cleanup code to ReAction_Close()

- Removed a surplus Permit() call

Changes for release 47.10 (8.8.2020)

- Brought back DEBUG mode

- GUI command line switch is now fully functional (brings up UI when 
  called from the Shell)

- Open CON: window if started from Workbench and UI init failed

- Fixed board names not being displayed sometimes

Changes for release 47.11 (4.9.2020)

- Re-added line separators in CLI debug output, changed order of 
  system information (bug #1743)

Changes for release 47.12 (14.9.2020)

- Updated CLI output once again (bug #1743)

Changes for release 47.13 (10.1.2021)

- Now explicitly sets LABEL_Justification to LJ_LEFT for some layout
  member labels, in order to achieve the desired label aligment with
  the latest layout.gadget and label.image versions.

Changes for release 47.14 (11.1.2021)

- Remove a string gadget that is never used

Changes for release 47.15 (21.1.2021)

- Add check to ensure we have OS 3.2 before running. Requester advises
  user if not. No longer crashes on startup from OS <3.2.

Changes for release 47.16 (15.3.2021)

- Also check utility.library for V47 because ShowConfig relies on SNPrintF

Changes for release 47.17 (27.03.2021)

- Use internal SNPrintF replacement
- Removed OS check limits, now should work for 3.0 and up in cli mode
  as the original tool did
