Skip to content

Commit 4949279

Browse files
author
Vincent Royer
committed
release 6.8.4.14
1 parent f2039d1 commit 4949279

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
6.8.4.14 - 2021-12-14
2+
* Upgrade log4j 2.16.0 to fix CVE-2021-44228
3+
14
6.8.4.13 - 2021-01-05
25
* Fix a possible StackOverflowError
36
* Rename the finalize method to avoid GC issue

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.8.4.13
1+
elasticsearch = 6.8.4.14
22
elasticsearch_vanilla = 6.8.4
33
cassandra = 3.11.9.1
44
lucene = 7.7.2

docs/elassandra/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'6.8.4.13'
68+
version = u'6.8.4.14'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.8.4.13'
70+
release = u'6.8.4.14'
7171

7272
tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz".format(release)
7373
deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb".format(release)

0 commit comments

Comments
 (0)