-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
historydb (0.2.5.1) unstable; urgency=low | ||
|
||
* Updated thevoid and elliptics version. | ||
|
||
-- Kirill Smorodinnikov <[email protected]> Mon, 14 Oct 2013 15:47:47 +0400 | ||
|
||
historydb (0.2.5.0) unstable; urgency=low | ||
|
||
* Compatibility with elliptics 2.24.14.15 | ||
|
@@ -32,19 +38,19 @@ historydb (0.2.3.0) unstable; urgency=low | |
|
||
historydb (0.2.2.0) unstable; urgency=low | ||
|
||
* Removed sharding activity on historydb side. Updated elliptics depency | ||
* Removed sharding activity on historydb side. Updated elliptics depency | ||
|
||
-- Kirill Smorodinnikov <[email protected]> Mon, 08 Jul 2013 14:34:57 +0400 | ||
|
||
historydb (0.2.1.2) unstable; urgency=low | ||
|
||
* Removed cerr from HistoryDB-TheVoid initialization | ||
* Removed cerr from HistoryDB-TheVoid initialization | ||
|
||
-- Kirill Smorodinnikov <[email protected]> Fri, 28 Jun 2013 20:50:49 +0400 | ||
|
||
historydb (0.2.1.1) unstable; urgency=low | ||
|
||
* New version of swarm: 0.5.1 | ||
* New version of swarm: 0.5.1 | ||
|
||
-- Kirill Smorodinnikov <[email protected]> Fri, 28 Jun 2013 20:39:38 +0400 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: historydb | ||
Version: 0.2.5.0 | ||
Version: 0.2.5.1 | ||
Release: 1%{?dist} | ||
Summary: Sccalable distributed archive system | ||
|
||
|
@@ -17,9 +17,9 @@ BuildRequires: gcc gcc-c++ | |
|
||
BuildRequires: boost-devel, boost-thread, boost-system | ||
BuildRequires: cmake msgpack-devel | ||
BuildRequires: elliptics-client-devel >= 2.24.14.15 | ||
BuildRequires: elliptics-client-devel >= 2.24.14.19 | ||
BuildRequires: fastcgi-daemon2-libs-devel | ||
BuildRequires: libthevoid-devel >= 0.5.4.7 | ||
BuildRequires: libthevoid-devel >= 0.5.5.0 | ||
|
||
%description | ||
History DB is a trully scalable (hundreds of millions updates per day) | ||
|
@@ -71,6 +71,9 @@ make install DESTDIR=%{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Oct 14 2013 Kirill Smorodinnikov <[email protected]> - 0.2.5.1 | ||
- Updated thevoid and elliptics version. | ||
|
||
* Mon Sep 30 2013 Kirill Smorodinnikov <[email protected]> - 0.2.5.0 | ||
- Compatibility with elliptics 2.24.14.15 | ||
|
||
|