diff --git a/README.md b/README.md index ffbd038b0f..64e3dec08f 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ section about webpack for links. Copyright and License ------- -Copyright (c) 2011-2023, JEDLSoft +Copyright (c) 2011-2024, JEDLSoft Ilib is licensed under the Apache License, Version 2.0 (the "License"); you may not use this library except in compliance with the License. diff --git a/bin/zic b/bin/zic index bdca5ce776..dbe7dc5199 100755 --- a/bin/zic +++ b/bin/zic @@ -22,7 +22,7 @@ then fi if [ "$JAVA_HOME" = "" ] then - export JAVA_HOME=/usr/lib/jvm/java-11-oracle + export JAVA_HOME=/usr/lib/jvm/jdk-17.0.9 fi export CLASSPATH="$JAVA_HOME/lib:$ILIB_HOME/java/output/release/*:$ILIB_HOME/java/lib:$ILIB_HOME/java/lib/*" diff --git a/build.properties b/build.properties index 0e395a9e5a..a66202ac73 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2023, JEDLSoft +# Copyright (c) 2012-2024, JEDLSoft # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=14.19.0 \ No newline at end of file +version=14.20.0 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 08b2da7f5c..cd763847f4 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,13 +1,25 @@ Release Notes for Version 14 ============================ +Build 029 +------- +Published as version 14.20.0 + +New Features: +* Update to CLDR v44.1 data +* Update to Unicode Character Database (UCD) version 15.1.0 +* Updated to detect the webOS Platform with `webOSSystem` value. The previous PalmSystem has been renamed. + +Bug Fixes: +* Updated timezone info to 2024a + Build 028 ------- Published as version 14.19.0 New Features: -* Update to CLDR v43.1 data -* Added new `getCLDRVersion()` API to know the cldr version that the currently adoped on. +* Updated to CLDR v43.1 data +* Added new `getCLDRVersion()` API to know the cldr version that the current version of ilib uses Bug Fixes: * Removed docs/localeSpecDoc/ directory which is not maintained. diff --git a/js/build.xml b/js/build.xml index c7d60c1ae0..c4868980ba 100644 --- a/js/build.xml +++ b/js/build.xml @@ -1,7 +1,7 @@