From b3847ef72e1c5dea98a505987751cbfd234551e9 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 15 Sep 2015 09:40:51 +0200 Subject: [PATCH] version 0.2.9 - FIX: added API description and diagram to documentation - NEW: kill has been surfaced into the API (disabled by compile flag by default) - FIX: kill now also deletes LAST file and its parent directories if empty - NEW: ocat --load-ghash can load revgeo db - NEW: ocat --dump-ghash dumps content of revgeo db - FIX: main index now shows users/devices already in storage --- Changelog | 2 ++ etc/rhel/ot-recorder.spec | 2 +- version.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 6cd0417..c3b7a94 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ +2015-09-15 version 0.2.9 +- FIX: added API description and diagram to documentation - NEW: kill has been surfaced into the API (disabled by compile flag by default) - FIX: kill now also deletes LAST file and its parent directories if empty - NEW: ocat --load-ghash can load revgeo db diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 9bc0a5b..0dd3f5a 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.2.7 +%define version 0.2.9 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index d0bd98b..fde91f6 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.8" +#define VERSION "0.2.9"