Changeset 494


Ignore:
Timestamp:
Jan 7, 2024, 1:55:20 AM (19 months ago)
Author:
ataylor
Message:

Update version to 2.19.9; update installer, release notes, and build notes.

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/VersionUnit.pas

    r493 r494  
    1717
    1818const
    19   Version =        'V2.19.8e';  // $SS_REQUIRE_NEW_VERSION$
    20   BldLevelVersion = '2.19.8e';  // Embedded for IBM BLDLEVEL tool
     19  Version =        'V2.19.9';  // $SS_REQUIRE_NEW_VERSION$
     20  BldLevelVersion = '2.19.9';  // Embedded for IBM BLDLEVEL tool
    2121  CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2019 Ronald Brill';
    2222  LicenseMsg   = 'Licensed under the GNU Public License';
  • trunk/howto.txt

    r480 r494  
    160160You can build ViewStub.EXE from the GUI in the same way as NewView.EXE, by
    161161opening `NewView\ViewStub.spr` in the IDE and building it from the Project
    162 menu.  ViewStub.EXE will be placed in `build\newview_stub`.
     162menu.  Turn debugging symbols OFF (in project settings) when building it. 
     163ViewStub.EXE will be placed in `build\newview_stub`.
    163164
    164165
     
    228229    newview.dll         (from build\newview_dll)
    229230    helpmgr.dll         (from build\hlpmgr)
    230     install.exe         (from build\installer)
     231    install.exe         (from build\installer, rename from NewViewInstall.EXE)
    231232    renmodul.dll             (from installer)
    232233    (language files)            (from build\newview_i18n)
  • trunk/i18n/Changes.txt

    r490 r494  
    22
    33V2.19.9
    4 - Fix: NewView now sets itself system-modal if opened while a system-modal window
    5    exists.
     4- Fix: NewView should now display properly if opened from a system-modal application.
    65- Fix: NewView now correctly appears on-screen if another running instance of NewView
    76   is off-screen (such as on another virtual desktop).
  • trunk/installer/MainFormUnit.pas

    r434 r494  
    2323  Description = 'NewView Install';
    2424
    25   Version =        'V1.10.2'; // $SS_REQUIRE_NEW_VERSION$
    26   BldLevelVersion = '1.10.2'; // Embedded for IBM BLDLEVEL tool
     25  Version =        'V1.10.3'; // $SS_REQUIRE_NEW_VERSION$
     26  BldLevelVersion = '1.10.3'; // Embedded for IBM BLDLEVEL tool
    2727
    2828  // BLDLevel - compatible - mostly
Note: See TracChangeset for help on using the changeset viewer.