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
This commit is contained in:
Jan-Piet Mens
2015-09-15 09:40:51 +02:00
parent cdc76df16f
commit b3847ef72e
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
%define version 0.2.7
%define version 0.2.9
Name: ot-recorder
Version: %{version}
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.2.8"
#define VERSION "0.2.9"