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
6e7c1059
Commit
6e7c1059
authored
7 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions in RPM and Debian packages
parent
d9881538
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
+23
-0
23 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
rpm/tarantool.spec
+19
-0
19 additions, 0 deletions
rpm/tarantool.spec
with
43 additions
and
1 deletion
debian/changelog
+
23
−
0
View file @
6e7c1059
tarantool (1.7.5.46.gd98815384-1) unstable; urgency=medium
* Stabilization of Vinyl storage engine.
* Improved MemTX TREE iterators.
* Better replication monitoring.
* WAL tracking for remote replicas on master.
* Automatic snapshots every hour.
* Lua API to create consistent backups.
* Hot code reload for stored C procedures.
* New built-in rocks: 'http.client', 'iconv' and 'pwd'.
* Lua 5.1 command line options.
* LuaRocks-based package manager.
* Stack traces support in fiber.info().
* New names for box.cfg() options.
* Hot standy mode is now off by default.
* Support for UNIX pipes in tarantoolctl.
* Non-blocking syslog logger.
* Improved systemd integration.
* Hundrends of bugs fixed, see GitHub release notes for details:
https://github.com/tarantool/tarantool/releases/tag/1.7.5
-- Roman Tsisyk <roman@tarantool.org> Tue, 12 Sep 2017 14:00:00 +0300
tarantool (1.7.4.47.g06ee320-1) unstable; urgency=medium
* Bump the minimum required version of tarantool-common.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
6e7c1059
...
...
@@ -52,7 +52,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
libyaml-0-2, openssl, tarantool-common (>= 1.7.
4
.4
7
)
libyaml-0-2, openssl, tarantool-common (>= 1.7.
5
.4
6
)
Replaces: tarantool-lts
Conflicts: tarantool-lts-modules,
tarantool-lts-postgresql-module,
...
...
This diff is collapsed.
Click to expand it.
rpm/tarantool.spec
+
19
−
0
View file @
6e7c1059
...
...
@@ -227,6 +227,25 @@ fi
%{_includedir}/tarantool/module.h
%changelog
* Tue Sep 12 2017 Roman Tsisyk <roman@tarantool.org> 1.7.5.46-1
- Stabilization of Vinyl storage engine.
- Improved MemTX TREE iterators.
- Better replication monitoring.
- WAL tracking for remote replicas on master.
- Automatic snapshots every hour.
- Lua API to create consistent backups.
- Hot code reload for stored C procedures.
- New built-in rocks: 'http.client', 'iconv' and 'pwd'.
- Lua 5.1 command line options.
- LuaRocks-based package manager.
- Stack traces support in fiber.info().
- New names for box.cfg() options.
- Hot standy mode is now off by default.
- Support for UNIX pipes in tarantoolctl.
- Non-blocking syslog logger.
- Improved systemd integration.
- Hundrends of bugs fixed, see GitHub release notes for details:
https://github.com/tarantool/tarantool/releases/tag/1.7.5
* Fri Dec 16 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.385-1
- Add `tarantoolctl cat/play` commands and `xlog` Lua module.
...
...
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