This is an automated email from the ASF dual-hosted git repository.
asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 24f10b7 OOZIE-3630 Small typo in README (ajs6f via asalamon74)
24f10b7 is described below
commit 24f10b7c30de04f5fbfb1c6f1a4dc0012120b126
Author: Andras Salamon <[email protected]>
AuthorDate: Thu Jul 15 11:33:30 2021 +0200
OOZIE-3630 Small typo in README (ajs6f via asalamon74)
---
README.md | 2 +-
release-log.txt | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f9c6bdf..2fda5ea 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Documentations :
-----------------
Oozie web service is bundle with the built-in details documentation.
-More inforamtion could be found at:
+More information could be found at:
http://oozie.apache.org/
Oozie Quick Start:
diff --git a/release-log.txt b/release-log.txt
index 010353b..a446739 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.3.0 release (trunk - unreleased)
+OOZIE-3630 Small typo in README (ajs6f via asalamon74)
OOZIE-2136 Oozie server startup error when JDBC URL for a MySql DB with HA is
used (dionusos)
OOZIE-3628 Fix Oozie build errors caused by Maven 3.8.1
OOZIE-3605 ShareLib installation does not honor dfs.replication in HDFS
configuration (luyuanhao via gezapeti)