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
5d3a66d1
Commit
5d3a66d1
authored
8 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions in RPM and Debian packages
parent
3a3f705b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+11
-0
11 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
rpm/tarantool.spec
+9
-1
9 additions, 1 deletion
rpm/tarantool.spec
with
21 additions
and
2 deletions
debian/changelog
+
11
−
0
View file @
5d3a66d1
tarantool (1.6.9.1.g3a3f705-1) unstable; urgency=medium
* Tab-based autocompletion in the interactive console
* LUA_PATH and LUA_CPATH environment variables taken into account
* A new box.cfg { read_only = true } option
* Upgrade script for 1.6.4 -> 1.6.8 -> 1.6.9
* Bugs fixed:
https://github.com/tarantool/tarantool/issues?q=milestone%3A1.6.9+is%3Aclosed
-- Roman Tsisyk <roman@tarantool.org> Mon, 26 Sep 2016 16:21:39 +0300
tarantool (1.6.8.762.g15ed10e-1) unstable; urgency=medium
* Add support for OpenSSL 1.1 (FTBFS). Closes: #835798.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
5d3a66d1
...
...
@@ -54,7 +54,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, libgomp1, libyaml-0-2,
openssl, tarantool-common (>= 1.6)
openssl, tarantool-common (>= 1.6
.9
)
Replaces: tarantool-lts
Conflicts: tarantool-lts-common,
tarantool-lts,
...
...
This diff is collapsed.
Click to expand it.
rpm/tarantool.spec
+
9
−
1
View file @
5d3a66d1
...
...
@@ -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.6.
8
.0
Version: 1.6.
9
.0
Release: 1%{?dist}
Group: Applications/Databases
Summary: In-memory database and Lua application server
...
...
@@ -200,6 +200,14 @@ chkconfig --del tarantool
%{_includedir}/tarantool/module.h
%changelog
* Mon Sep 26 2016 Roman Tsisyk <roman@tarantool.org> 1.6.9.1-1
- Tab-based autocompletion in the interactive console
- LUA_PATH and LUA_CPATH environment variables taken into account
- A new box.cfg { read_only = true } option
- Upgrade script for 1.6.4 -> 1.6.8 -> 1.6.9
- Bugs fixed:
https://github.com/tarantool/tarantool/issues?q=milestone%3A1.6.9+is%3Aclosed
* Tue Sep 01 2016 Roman Tsisyk <roman@tarantool.org> 1.6.8.762-1
- Add support for OpenSSL 1.1
...
...
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