Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
9e07ffd4
Commit
9e07ffd4
authored
8 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions in RPM and Debian packages
parent
952d79e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+16
-0
16 additions, 0 deletions
debian/changelog
rpm/tarantool.spec
+15
-1
15 additions, 1 deletion
rpm/tarantool.spec
with
31 additions
and
1 deletion
debian/changelog
+
16
−
0
View file @
9e07ffd4
tarantool (1.7.2.385.g952d79e-1) unstable; urgency=medium
* Add `tarantoolctl cat/play` commands and `xlog` Lua module.
* Add Lua library to manipulate environment variables.
* Allow DML requests from on_replace triggers.
* Allow UPSERT without operations.
* Improve support for the large number of active network clients.
* Fix race conditions during automatic cluster bootstrap.
* Fix calculation of periods in snapshot daemon.
* Fix handling of iterator type in space:pairs() and space:select().
* Fix CVE-2016-9036 and CVE-2016-9037.
* Dozens of bug fixes to Vinyl storage engine.
* Remove broken coredump() Lua function.
-- Roman Tsisyk <roman@tarantool.org> Fri, 16 Dec 2016 19:03:31 +0300
tarantool (1.7.2.314.gedffdc0-1) unstable; urgency=medium
* Fix "ld: Nonrepresentable section on output". Closes: #846773.
...
...
This diff is collapsed.
Click to expand it.
rpm/tarantool.spec
+
15
−
1
View file @
9e07ffd4
...
...
@@ -60,7 +60,7 @@ BuildRequires: python-yaml >= 3.0.9
Name: tarantool
# ${major}.${major}.${minor}.${patch}, e.g. 1.6.8.175
# Version is updated automaically using git describe --long --always
Version: 1.7.2.
1
Version: 1.7.2.
385
Release: 1%{?dist}
Group: Applications/Databases
Summary: In-memory database and Lua application server
...
...
@@ -204,6 +204,20 @@ chkconfig --del tarantool
%{_includedir}/tarantool/module.h
%changelog
* Fri Dec 16 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.385-1
- Add `tarantoolctl cat/play` commands and `xlog` Lua module.
- Add Lua library to manipulate environment variables.
- Allow DML requests from on_replace triggers.
- Allow UPSERT without operations.
- Improve support for the large number of active network clients.
- Fix race conditions during automatic cluster bootstrap.
- Fix calculation of periods in snapshot daemon.
- Fix handling of iterator type in space:pairs() and space:select().
- Fix CVE-2016-9036 and CVE-2016-9037.
- Dozens of bug fixes to Vinyl storage engine.
- Remove broken coredump() Lua function.
* Thu Sep 29 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.1-1
- Vinyl - a new write-optimized storage engine, allowing the amount of
data stored to exceed the amount of available RAM 10-100x times.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment