From 870b9eb4279337ce3d1415c62082247fb977ce4c Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 05 Apr 2009 13:52:45 +0000 Subject: bumped version to 0.1 and added credits Signed-off-by: Michael Krelin --- diff --git a/AUTHORS b/AUTHORS index f054dad..257669f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,8 +5,5 @@ Klever dissected: Thanks to: -Brian Muller of mod_auth_openid project for -suggestions, bug reports, testing and actually making use of the library. - -Joseph Smarr of plaxo.com for robustness enhancements -and making use of my work. +cdavies of Eye-Fi forums for integrity digest verification algorithm. + See http://forums.eye.fi/viewtopic.php?f=4&t=270&p=4074#p4074 diff --git a/NEWS.xml b/NEWS.xml index 03e1c42..d2d06d0 100644 --- a/NEWS.xml +++ b/NEWS.xml @@ -1,5 +1,9 @@ + + integrity digest verification + try to create upload directory if it doesn't exist + Initial release diff --git a/configure.ac b/configure.ac index 7b1db54..c3bb8ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([iii], [0.0], [iii-bugs@klever.net]) -AC_CONFIG_SRCDIR([configure.ac]) +AC_INIT([iii], [0.1], [iii-bugs@klever.net]) +AC_CONFIG_SRCDIR([src/iiid.cc]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) -- cgit v0.9.0.2