From 7d61bc265620531276ca1408166457d64ac85397 Mon Sep 17 00:00:00 2001 From: Brian Frank Date: Mon, 24 Aug 2020 10:11:10 -0400 Subject: [PATCH] Build 1.0.75 --- etc/build/config.props | 2 +- src/buildall.fan | 1 - src/doc/docIntro/doc/ChangeLog.fandoc | 11 +++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/etc/build/config.props b/etc/build/config.props index c68daaa7d..54a5e654c 100644 --- a/etc/build/config.props +++ b/etc/build/config.props @@ -11,7 +11,7 @@ // // default version used by build scripts -buildVersion=1.0.74 +buildVersion=1.0.75 // Must be configured boot build in substitute/release installation //devHome=file:/E:/fan/ diff --git a/src/buildall.fan b/src/buildall.fan index 09c25e4c0..d297e50d4 100755 --- a/src/buildall.fan +++ b/src/buildall.fan @@ -189,7 +189,6 @@ class Build : BuildGroup { superclean compile - test examples deleteNonDist readme diff --git a/src/doc/docIntro/doc/ChangeLog.fandoc b/src/doc/docIntro/doc/ChangeLog.fandoc index 8e5cba6d1..3df87ea8a 100644 --- a/src/doc/docIntro/doc/ChangeLog.fandoc +++ b/src/doc/docIntro/doc/ChangeLog.fandoc @@ -6,14 +6,13 @@ ** license: Licensed under the Academic Free License version 3.0 ************************************************************************** -*Build 1.0.75 (working)* +*Build 1.0.75 (24 Aug 2020)* - Move repo from BitBucket to GitHub - List addNotNull, mapNotNull, findNotNull - Map addNotNull, mapNotNull, findNotNull - Deprecated List.addIfNotNull, Map.addIfNotNull - domkit: Add DropTarget.onLeave callback - Updates to original documentation -- Remove actor message serialization [#2428] - Actors now yield based on time instead of msg count - Actor improved diagnostics - ActorPool.balance experimental method @@ -22,6 +21,14 @@ - Remove JS fixed sourceMappingURL in favor of SourceMap header - New web::FilePack class - Add opts to Zip.writeNext +- New math pod +- #2428: Remove actor message serialization +- #2669: js: Ordered map is unordered after serialization +- #2726: Serialising Nested Maps +- #2770: JS: Type methods (undefined) +- #2781: Proposal to remove Xmx512M as default option +- #2809: JS: Depend.equals() +- #2810: JS: Decimal.toStr() *Build 1.0.74 (2 Mar 2020)* - Java 8 runtime required