-
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
16 additions
and
7 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.0) unstable; urgency=low | ||
|
||
* Compatibility with elliptics 2.24.14.15 | ||
|
||
-- Kirill Smorodinnikov <[email protected]> Mon, 30 Sep 2013 17:16:28 +0400 | ||
|
||
historydb (0.2.4.2) unstable; urgency=low | ||
|
||
* Fixed error handling while async add_log_with_activity. | ||
|
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.4.2 | ||
Version: 0.2.5.0 | ||
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.13.29 | ||
BuildRequires: elliptics-client-devel >= 2.24.14.15 | ||
BuildRequires: fastcgi-daemon2-libs-devel | ||
BuildRequires: libthevoid-devel >= 0.5.4.1 | ||
BuildRequires: libthevoid-devel >= 0.5.4.7 | ||
|
||
%description | ||
History DB is a trully scalable (hundreds of millions updates per day) | ||
|
@@ -71,6 +71,9 @@ make install DESTDIR=%{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Sep 30 2013 Kirill Smorodinnikov <[email protected]> - 0.2.5.0 | ||
- Compatibility with elliptics 2.24.14.15 | ||
|
||
* Thu Aug 08 2013 Kirill Smorodinnikov <[email protected]> - 0.2.4.2 | ||
- Fixed error handling while async add_log_with_activity. | ||
|
||
|