-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
CHANGES.TXT for Ublu Midrange and Mainframe Life Cycle Extension Language | ||
Copyright (c) 2019, 2022 Jack J. Woehr [email protected] http://www.softwoehr.com | ||
All rights reserved. | ||
Copyright (c) 2019, 2022, 2024 Jack J. Woehr [email protected] http://www.softwoehr.com | ||
All rights reserved. Open Source, see LICENSE | ||
|
||
2.0.2-dev | ||
2.0.2 2024-08-05 | ||
----- | ||
* Features | ||
* Add FORMAT_0400 back into CmdSpoolFOpenList | ||
* Libraries | ||
* Bump postgresql to 42.7 | ||
* Bump mssql-jdbc to 12.6.1 | ||
* Bump postgresql to 42.7.3 | ||
* Bump mssql-jdbc to 12.8.0 | ||
* Bump jt400 to 20.0.7 | ||
* Userdoc | ||
* `db` accepts `-dbtype mssql` | ||
* `db` accepts `-dbtype mssql` | ||
* Misc | ||
* fix email address in pom.xml | ||
|
||
2.0.1 2022-10-10 | ||
----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package ublu; | ||
class Version { | ||
static String compileDateTime = "2024-04-04 04:48:06 (GMT)"; | ||
static String ubluVersion = "2.0.2-dev"; | ||
static String compileDateTime = "2024-08-05 20:53:54 (GMT)"; | ||
static String ubluVersion = "2.0.2"; | ||
} |