Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
13901adc
Commit
13901adc
authored
Mar 21, 2019
by
Georgios Bitzes
Browse files
Update release notes for 0.3.6, fix koji invocation
parent
01b637cf
Pipeline
#774917
passed with stages
in 42 minutes and 22 seconds
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
13901adc
...
...
@@ -141,7 +141,7 @@ cc7-koji:
stage
:
koji
image
:
gitlab-registry.cern.ch/linuxsupport/cc7-base
script
:
-
yum install -y koji
--disablerepo=extras
-
yum install -y koji
-
yum install -y git rpm-build python
-
mkdir ~/.koji
-
cp ci/koji/config ~/.koji
...
...
CHANGELOG.md
View file @
13901adc
# Changelog
All notable changes to this project will be documented in this file.
##
Unreleased
-
Better
memory management and recycling, putting less pressure on the global
##
0.3.6 (2019-03-21)
-
Improved
memory management and recycling, putting less pressure on the global
memory allocator.
-
Addition of pub/sub support, commands implemented:
``PUBLISH``
,
``SUBSCRIBE``
,
``PSUBSCRIBE``
,
``UNSUBSCRIBE``
,
``PUNSUBSCRIBE``
-
Addition of
``--steal-state-machine``
flag to
``quarkdb-create``
to make
transition
from
bulkload mode
to raft easier
.
transition
out of
bulkload mode
easier and less error-prone
.
-
Updated rocksdb to v5.18.3.
## 0.3.5 (2018-11-28)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment